Releases: cyberark/cloudfoundry-conjur-buildpack
Releases · cyberark/cloudfoundry-conjur-buildpack
v2.4.0
Added
- Support for Windows TAS envrionments.
cyberark/cloudfoundry-conjur-buildpack#184
Changed
- Project Go version bumped to 1.22, and support for deprecated Go version 1.20 removed.
cyberark/cloudfoundry-conjur-buildpack#183
v2.3.0
Added
- Support for TAS 4.0 and 5.0, and associated
cflinuxfs4
stack.
cyberark/cloudfoundry-conjur-buildpack#178
Changed
- Project Go version bumped to 1.20, and support for deprecated Go version 1.17 removed.
cyberark/cloudfoundry-conjur-buildpack#178
v2.2.8
Security
- Upgrade golang.org/x/net to v0.10.0, golang.org/x/text to v0.9.0, golang.org/x/sys to v0.8.0, rack to 3.0.1,
spring-boot to 3.0.6, and java to 17
cyberark/cloudfoundry-conjur-buildpack#172 - Update ruby in ci/parse-changelog.sh from 2.5 to 3.1
cyberark/cloudfoundry-conjur-buildpack#170
v2.2.7
Security
- Upgdate spring-boot and Golang dependencies. Upgrade test app to Ruby 3 and update ruby dependencies.
cyberark/cloudfoundry-conjur-buildpack#164 - Upgrade sinatra to 2.2.3 in /tests/integration/apps/ruby to resolve CVE-2022-45442
cyberark/cloudfoundry-conjur-buildpack#159
v2.2.6
Changed
- Added replace statement to prune gopkg.in/yaml.v2 v2.2.2 in favor of v2.2.8
cyberark/cloudfoundry-conjur-buildpack#153 - Added replace statement to prune gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c from
dependency tree in favor of v3.0.1 cyberark/cloudfoundry-conjur-buildpack#152
Security
- Updated Summon, golang.org/x/net, and golang.org/x/text dependencies
cyberark/cloudfoundry-conjur-buildpack#156 - Updated tests/integration/apps/java to use Spring Framework 2.7.5
cyberark/cloudfoundry-conjur-buildpack#155
v2.2.5
Changed
- Updated summon dependency to 0.9.4
- Updated testify dependency to 1.8.0
- Updated objx dependency to 0.4.0
cyberark/cloudfoundry-conjur-buildpack#149
v2.2.4
Changed
- Updated conjur-api-go to 0.10.1 and summon to 0.9.3 in conjur-env/go.mod
cyberark/cloudfoundry-conjur-buildpack#145 - Updated Spring in tests/integration/apps/java to 2.7.0
cyberark/cloudfoundry-conjur-buildpack#144 - Updated conjur-env dependencies to latest versions (github.com/cyberark/summon -> v0.9.2,
github.com/stretchr/testify -> v1.7.2)
cyberark/cloudfoundry-conjur-buildpack#143
v2.2.3
Changelog
Changed
- Project Go version bumped to 1.17, and support for deprecated Go versions
1.14.x and 1.15.x removed.
cyberark/cloudfoundry-conjur-buildpack#137 - Updated conjur-api-go to version 0.10.0
cyberark/cloudfoundry-conjur-buildpack#140
Security
- Updated sinatra in ruby test app to 2.2.0
cyberark/cloudfoundry-conjur-buildpack#135 - Golang-based Docker images bumped to version
1.17.9-stretch
cyberark/cloudfoundry-conjur-buildpack#137
v2.2.2
v2.2.1
Changelog
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