Releases: cyberark/summon-conjur
Releases · cyberark/summon-conjur
v0.8.0
v0.7.1
Security
- Update golang.org/x/sys to v0.8.0, gopkg.in/yaml.v3 to v3.0.1, and Go to 1.20
in Dockerfile.text
cyberark/summon-conjur#112
v0.7.0
Added
- Added support for Conjur's OIDC and LDAP authenticators
cyberark/summon-conjur#108
Changed
- Updated Golang to 1.19
cyberark/summon-conjur#108
Security
- Update golang.org/x/sys to v0.1.0 for CVE-2022-29526 (not vulnerable)
cyberark/summon-conjur#110
Removed
- Removed support for Conjur v4
cyberark/summon-conjur#108
v0.6.4
Changed
- Updated direct dependencies (github.com/cyberark/conjur-api-go -> v0.10.1,
github.com/stretchr/testify -> 1.7.2)
cyberark/summon-conjur#106
v0.6.3
Changed
- Updated the Conjur API to 0.10.0 to support the new
CONJUR_AUTHN_JWT_HOST_ID
environment variable
cyberark/summon-conjur#103
Security
- Update test env Golang to 1.17 to fix CVE-2022-0778 and CVE-2022-1292.
cyberark/summon-conjur#102
v0.6.2
Changed
- Updated Conjur API to 0.9.0 to support authn-JWT
cyberark/summon-conjur#99
v0.6.1
v0.6.0
v0.5.5
Changelog
Security
- Update golang.org/x/crypto to address CVE-2020-29652.
PR cyberark/summon-conjur#84
v0.5.4
Added
- Update conjur-api-go dependency to v0.7.1.
- Preliminary support for building Solaris binaries. cyberark/summon-conjur#67
Fixed
- Verbose debug output with the -v flag, silently lost in v0.5.3 due to changes to the logging interface in
conjur-api-go, is reintroduced. cyberark/summon-conjur#77