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.
0.8.0 - 2024-06-06
- Updated provider to stream secrets instead and leverage new Summon API (CNJR-4814)
- Upgraded Go to 1.22.4
0.7.2 - 2024-03-21
- Upgrade Go to 1.22 (CONJSE-1842)
0.7.1 - 2023-06-14
- 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
0.7.0 - 2023-03-10
- Added support for Conjur's OIDC and LDAP authenticators cyberark/summon-conjur#108
- Updated Golang to 1.19 cyberark/summon-conjur#108
- Update golang.org/x/sys to v0.1.0 for CVE-2022-29526 (not vulnerable) cyberark/summon-conjur#110
- Removed support for Conjur v4 cyberark/summon-conjur#108
0.6.4 - 2022-07-06
- Updated direct dependencies (github.com/cyberark/conjur-api-go -> v0.10.1, github.com/stretchr/testify -> 1.7.2) cyberark/summon-conjur#106
0.6.3 - 2022-05-19
- Updated the Conjur API to 0.10.0 to support the new
CONJUR_AUTHN_JWT_HOST_ID
environment variable cyberark/summon-conjur#103
- Update test env Golang to 1.17 to fix CVE-2022-0778 and CVE-2022-1292. cyberark/summon-conjur#102
0.6.2 - 2022-02-25
- Updated Conjur API to 0.9.0 to support authn-JWT cyberark/summon-conjur#99
0.6.1 - 2021-12-31
- Updated Golang to 1.17 and the Conjur API to 0.8.1 cyberark/summon-conjur#96
0.6.0 - 2021-08-11
- Build for Apple M1 silicon. cyberark/summon-conjur#88
0.5.5 - 2021-06-01
- Update golang.org/x/crypto to address CVE-2020-29652. PR cyberark/summon-conjur#84
0.5.4 - 2021-03-16
- Update conjur-api-go dependency to v0.7.1.
- Preliminary support for building Solaris binaries. cyberark/summon-conjur#67
- 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
0.5.3 - 2019-02-06
- Go modules are now used for dependency management
- Newer goreleaser syntax is used to build artifacts
- Fixed issues with spaces in variable IDs (via conjur-api-go version increase)
- Fixed issues with homedir pathing (via conjur-api-go version increase)
0.5.2 - 2018-08-06
- deb and rpm packages
- homebrew formula
- Update build/package process to use goreleaser.
0.5.1 - 2018-07-19
- Add some logging to help debug configuration PR #31.
- Update to the latest version of conjur-api-go.
0.5.0 - 2017-11-20
- Support new v5 token format and summon-conjur version flag PR #23.
0.4.0 - 2017-09-19
- Support v4, https and configuration from machine identity files, PR #20.
0.3.0 - 2017-08-16
- Provider updated to use cyberark/conjur-api-go. This provides compatibility with cyberark/conjur, Conjur 5 CE. PR #13.
0.2.0 - 2016-07-20
CONJUR_SSL_CERTIFICATE
can now be passed (content of cert file) #3- netrc file is now only read if required #4
CONJUR_AUTHN_TOKEN
can now be used for identity #5
0.1.4 - 2016-02-29
- A friendly error is now returned when no argument is given GH-2
0.1.3 - 2016-02-24
- Config now looks at
netrc_path
in conjurrc to find identity.file
0.1.2 - 2015-12-09
- Config now uses env var
CONJUR_AUTHN_API_KEY
instead ofCONJUR_API_KEY
.
0.1.1 - 2015-10-08
- Fixed an issue authenticating hosts -
/
is now properly escaped.
- Initial release