Skip to content

v2.1.0

Compare
Choose a tag to compare
@izgeri izgeri released this 14 May 14:17
1fa5459

Known Limitations

  • Buildpack only supports secrets.yml stored in the application root directory or in BOOT-INF/classes/ at runtime

Added

  • Buildpack now searches for secrets.yml in BOOT-INF/classes/ to better support Java applications by default.
  • Added support to use the Conjur buildpack as an online buildpack by referencing the github repository directly. See the README for more information.

Changed

  • Buildpack now copies the secrets retrieval profile script into the application directory. This works around a missing feature in the Java buildpack, where it does not correctly source from the buildpacks profile directories.
  • Go version of conjur-env binary bumped to 1.12
  • Go binary updated to use native os homedir method instead of mitchellh lib