This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
Releases: appsody/stacks
Releases · appsody/stacks
kitura v0.2.5
- Made development container not reliant on init script
java-openliberty v0.2.2
- Switch to
java_user
in stack build, before doing maven installs
rust v0.1.6
- Bump stack version to correctly push image to Docker hub
java-spring-boot2 v0.3.26
- Add additional maintainers to the
stack.yaml
java-spring-boot2 v0.3.25
- Change maven base image to allow usage on PPC64LE
java-openliberty v0.2.1
- Remove
liberty:create
from stack image to avoid hardening password.
rust v0.1.5
- Update the stack version to put the stack src url and image information in the index.yaml
java-openliberty v0.2.0
- Switch to UBI 8 base image. (Fixes #259).
- Adds Jakarta EE 8 aggregate API to default template pom.xml (Fixes #611, fixes #639). This slows down the appsody run startup time a few seconds for a completely unpopulated host .m2 repo, but the difference fades once .m2 is populated.
- Invokes the "pre-integration-test" phase before dev mode and the test goals, not just "package"
- Adds new profiles to parent POM for each of appsody build (appsody-build) and host mode (default-profile), configuring the kernel artifact instead of the runtime artifact.
- Use "wlp.install.dir" as the Maven property, not "wlp.user.dir" to abstract over local dev mode and appsody build.
- Switch to use 'default-cli' as failsafe execution.
- Run as non-root 'java_user' in both stack image and appsody build. Fixes #607.
- Add support to no-op run/debug/test and exit '0' if a special marker file .appsody-nodev is detected.
- Change appsody run to disable launching the OL server in debugger mode with port connected.
- Aligns OL version in parent POM with the version tag in Dockerfile (Fixes #625 ), at the 19.0.0.12 fix pack.
- Remove static/fixed, default passwords from default template for each of quickStartSecurity and keystore config and use the single generated keystore password value in both places. Delete the quickStartSecurity config dropin, however, from the appsody build image in order to produce a more locked-down image.
java-microprofile v0.2.24
- Remove quick start security password and default to auto-generated password.
starter v0.1.2
- Update the stack version to put the stack src url and image information in the
index.yaml