Skip to content

Latest commit

 

History

History
254 lines (206 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

254 lines (206 loc) · 12.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.4.0 - 2024-05-30

Added

Changed

2.3.0 - 2023-10-06

Added

Changed

2.2.8 - 2023-06-21

Security

2.2.7 - 2023-03-02

Security

2.2.6 - 2022-11-23

Changed

Security

2.2.5 - 2022-09-07

Changed

2.2.4 - 2022-06-16

Changed

2.2.3 - 2022-06-07

Changed

Security

2.2.2 - 2022-01-03

Changed

2.2.1 - 2020-06-24

Fixed

  • Fixed scrambled error messages (e.g. with invalid line numbers) that were generated whenever the Cloudfoundry Buildpack encountered errors while parsing environment variable settings after retrieving secrets variables from Conjur. cyberark/cloudfoundry-conjur-buildpack#120

2.2.0 - 2020-03-01

Added

  • Support for using Summon environments in the secrets.yml file. Users can now divide their secrets.yml files into sections for each environment and specify the secrets to load at runtime using the new SECRETS_YAML_ENVIRONMENT environment variable. See the README for more information. cyberark/cloudfoundry-conjur-buildpack#44

Removed

2.1.6 - 2020-01-11

Added

Changed

  • The project has been reorganized to respect Cloudfoundry Buildpack best practices and improve maintainability. This also should reduce overall build times, and slightly reduces the size of the Conjur Buildpack .ZIP. PR cyberark/cloudfoundry-conjur-buildpack#99
  • The default go version has been bumped to 1.15.x in the manifest, with other supported version listed as well. cyberark/cloudfoundry-conjur-buildpack#41
  • Release tags will now be auto-archived in the latest branch. Users consuming this buildpack via the online buildpack functionality should now point their manifests to the latest branch and only consume release versions of this buildpack. cyberark/cloudfoundry-conjur-buildpack#101

Deprecated

2.1.5 - 2020-11-06

Security

2.1.4 - 2020-07-16

Changed

2.1.3 - 2020-01-29

Added

  • Added a NOTICES.txt file for open source acknowledgements that is included in the release ZIP file

Changed

  • The buildpack now properly reads Conjur credentials from VCAP_SERVICES when VCAP_SERVICES contains credentials for other services with the same field names (e.g. version).
  • Go version for the conjur-env binary bumped to 1.13.6
  • Go dependencies updated for the conjur-env binary

2.1.2 - 2019-10-28

Added

  • Buildpack supply step now scans build directory for candidate secrets.yml files and reports them to the output.
  • The runtime location for secrets.yml can now be configured by setting the SECRETS_YAML_PATH environment variable for the Cloud Foundry application. See the README for more information.

2.1.1 - 2019-05-15

Changed

  • Go version for online buildpack bumped to 1.12

2.1.0 - 2019-05-13

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

2.0.1 - 2019-03-19

Fixed

  • bin/compile script is made executable

2.0.0 - 2019-02-15

Changed

  • Buildpack is converted to a supply buildpack to support multi-buildpack usage
  • Conjur-env binary dependencies are updated
  • Conjur-env binary converted to use Go modules

1.0.0 - 2018-03-01

Changed

  • Buildpack uses conjur-env binary built from the guts of summon and conjur-api-go instead of installing Summon and Summon-Conjur each time it is invoked.

0.3.0 - 2018-02-13

Added

  • Added support for v4 Conjur

0.2.0 - 2018-01-29

Added

  • Added supporting files and documentation for the custom buildpack use case

0.1.0 - 2018-01-24

Added

  • The first tagged version.