Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Releases: appsody/stacks

quarkus v0.3.7

05 Jun 14:12
716a5cb
Compare
Choose a tag to compare
  • Adds launch.json files to the templates as appsody debug is supported
  • Adds the APPSODY_DEBUG_PORT environment variable to the Dockerfile-stack, so the debug port is only exposed on appsody debug

nodejs v0.3.6

04 Jun 09:20
88ede91
Compare
Choose a tag to compare
  • Define APPSODY_DEBUG_PORT in Dockerfile-stack

nodejs-express v0.4.10

04 Jun 09:49
d4c3681
Compare
Choose a tag to compare
  • Define APPSODY_DEBUG_PORT in Dockerfile-stack

java-spring-boot2 v0.3.30

04 Jun 11:04
7417563
Compare
Choose a tag to compare
  • Define APPSODY_DEBUG_PORT in Dockerfile-stack

java-openliberty v0.2.14

04 Jun 12:30
1b105b4
Compare
Choose a tag to compare
  • Add launch.json and task.json to templates
  • Define APPSODY_DEBUG_PORT in Dockerfile-stack

rust-tide v0.1.0

02 Jun 13:36
f58830d
Compare
Choose a tag to compare
  • Initial version of the rust-tide stack

java-openliberty v0.2.13

29 May 14:24
a90a1ad
Compare
Choose a tag to compare
  • Work around for bug when running appsody build with Docker

quarkus v0.3.6

13 May 14:07
da3ac46
Compare
Choose a tag to compare
  • Added monitoring to app-deploy.yaml. The Appsody Operator will now create a ServiceMonitor CR for consumption into Prometheus.

java-openliberty v0.2.12

11 May 08:27
c4a5721
Compare
Choose a tag to compare
  • Set the default host for Kafka in microprofile-config.properties to be localhost so appsody test in appsody stack validate now passes
  • Default configuration is now correct for host-mode develepment (mvn liberty:dev) so the profile overrides in pom.xml have been removed

quarkus v0.3.5

05 May 09:13
5ee6e5a
Compare
Choose a tag to compare
  • Updated Quarkus templates to match the 1.3.2.Final version of the source Quickstarts