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

Releases: appsody/stacks

kitura v0.2.5

24 Feb 13:57
890cc68
Compare
Choose a tag to compare
  • Made development container not reliant on init script

java-openliberty v0.2.2

24 Feb 15:34
6ceac5f
Compare
Choose a tag to compare
  • Switch to java_user in stack build, before doing maven installs

rust v0.1.6

21 Feb 15:10
abff96b
Compare
Choose a tag to compare
  • Bump stack version to correctly push image to Docker hub

java-spring-boot2 v0.3.26

21 Feb 16:01
04f9230
Compare
Choose a tag to compare
  • Add additional maintainers to the stack.yaml

java-spring-boot2 v0.3.25

20 Feb 15:24
881a28c
Compare
Choose a tag to compare
  • Change maven base image to allow usage on PPC64LE

java-openliberty v0.2.1

20 Feb 11:08
33eda4c
Compare
Choose a tag to compare
  • Remove liberty:create from stack image to avoid hardening password.

rust v0.1.5

19 Feb 13:05
9e87fa6
Compare
Choose a tag to compare
  • Update the stack version to put the stack src url and image information in the index.yaml

java-openliberty v0.2.0

14 Feb 13:45
005a5c4
Compare
Choose a tag to compare
  • 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

13 Feb 09:05
a07b1c9
Compare
Choose a tag to compare
  • Remove quick start security password and default to auto-generated password.

starter v0.1.2

12 Feb 16:48
9c30935
Compare
Choose a tag to compare
  • Update the stack version to put the stack src url and image information in the index.yaml