This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
Releases: appsody/stacks
Releases · appsody/stacks
nodejs-express v0.4.9
- Updated stack to use
pino-http
directly, rather thanexpress-pino-logger
rust v0.2.0
- Switches the Rust target to MUSL, allowing static linking of all built binaries to reduce the production image size
quarkus v0.3.4
- Adds the
quarkus-smallrye-metrics
dependency
java-microprofile v0.2.27
- Updated stack to delete quick start security after echo message
swift v0.3.0
- Updated the base image of the stack from
swift:5.1
toswift:5.2
quarkus v0.3.3
- Added a
kafka
template to the Quarkus stack.
quarkus v0.3.2
- Update production Dockerfile to run as non root.
java-openliberty v0.2.9
- Update stack to use base image to
kabanero/ubi8-maven:0.9.0
- Added
-DskipTests=true
when installing parent pom - Update Liberty Maven plugin version to
3.2.1
- Removed Windows workaround in Readme
- Added stack variables as stack image labels
- Miscellaneous bug fixes
java-openliberty v0.2.11
- Fixes bug where the stack doesn't propagate failure RC on
appsody test
java-openliberty v0.2.10
- Add a new
kafka
template for apps usingmpReactiveMessaging
to work with Kafka. - Updated the main stack README.md to mention the template and point to the template README.