This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
Releases: appsody/stacks
Releases · appsody/stacks
quarkus v0.3.7
- Adds
launch.json
files to the templates asappsody debug
is supported - Adds the
APPSODY_DEBUG_PORT
environment variable to theDockerfile-stack
, so the debug port is only exposed onappsody debug
nodejs v0.3.6
- Define
APPSODY_DEBUG_PORT
inDockerfile-stack
nodejs-express v0.4.10
- Define
APPSODY_DEBUG_PORT
inDockerfile-stack
java-spring-boot2 v0.3.30
- Define
APPSODY_DEBUG_PORT
inDockerfile-stack
java-openliberty v0.2.14
- Add
launch.json
andtask.json
to templates - Define
APPSODY_DEBUG_PORT
inDockerfile-stack
rust-tide v0.1.0
- Initial version of the
rust-tide
stack
java-openliberty v0.2.13
- Work around for bug when running
appsody build
with Docker
quarkus v0.3.6
- Added monitoring to
app-deploy.yaml
. The Appsody Operator will now create aServiceMonitor
CR for consumption into Prometheus.
java-openliberty v0.2.12
- Set the default host for Kafka in
microprofile-config.properties
to belocalhost
soappsody test
inappsody stack validate
now passes - Default configuration is now correct for host-mode develepment
(mvn liberty:dev)
so the profile overrides inpom.xml
have been removed
quarkus v0.3.5
- Updated Quarkus templates to match the
1.3.2.Final
version of the source Quickstarts