Releases: cyberark/conjur-cli-go
Releases · cyberark/conjur-cli-go
v9.1.0
[9.1.0] - 2025-11-13
Added
- Added ability to support localhost as redirect URI in oidc authenticators.
CNJR-11471 - Update Go to 1.25 (CONJSE-2067)
Security
- Update UBI base image to latest to resolve CVE-2025-6965 (CNJR-11779)
v9.0.0
[9.0.0] - 2025-09-04
Added
- Add support for CyberArk Secrets Manager SaaS
CNJR-9039, CNJR-9043, CNJR-9349, CNJR-9046, CNJR-9040, CNJR-9344 - Integration with identity for CyberArk Secrets Manager SaaS authentication
CNJR-9044 - Added copyright disclaimer to version command
CNJR-9042
Changed
- Use huh library instead of survey for user input prompts
CNJR-10253
Fixed
- Prepare identity implementation for responses missing vital user facing information
by providing default values when missing information from the server
CNJR-11332 - Enable identity security question flow with multiple questions answered at once
CNJR-11333 - Add timeout to identity MFA multiple security questions prompt
CNJR-11387
v8.1.3
[8.1.3] - 2025-09-12
Added
- Add
-f/--fileflag tovariable setcommand to read secret values from files. (CNJR-6876)
Changed
- Update documentation to align with Conjur Enterprise name change to Secrets Manager. (CNJR-10975)
- Update Go dependencies to reflect conjur-api-go v0.13.2
- Improve error handling for missing .netrc file. (cyberark/summon-conjur#83, CNJR-10190)
- Remove
-gosuffix from CLI binaries. (CNJR-3725)
Security
- Change base image to
ubi9/ubi-minimal:9.6(CNJR-10624)
v8.1.2
[8.1.2] - 2025-04-09
Added
- New
issuer createcommand used for adding a dynamic secrets issuer to Conjur CNJR-9167 - New
issuer listcommand used for listing dynamic secrets issuers from Conjur CNJR-9170 - New
issuer getcommand used for retrieving a dynamic secrets issuer from Conjur CNJR-9169 - New
issuer deletecommand used for deleting a dynamic secrets issuer in Conjur CNJR-9168 - New
issuer updatecommand used for updating a dynamic secrets issuer in Conjur CNJR-9171
Changed
- Updated Go to 1.24 (CNJR-8641)
v8.1.1
[8.1.1] - 2025-04-01
Changed
- Updated Go dependencies
v8.1.0
[8.1.0] - 2025-03-24
Added
- New
--countoption for theconjur listcommand to allow getting only the amount
or resources after applying filters without actually listing the resources.
CNJR-8654
Changed
- Use go 1.23 and 1.24
Fixed
- Fix URL for rotating API keys when using authn-ldap
(CNJR-9014, cyberark/conjur-cli-go#153)
v8.0.19
[8.0.19] - 2025-02-03
Fixed
- Fix false positive on version check
(CNJR-7876, cyberark/conjur-cli-go#152)
v8.0.18
[8.0.18] - 2025-01-10
Security
- Update multiple dependencies to latest versions
v8.0.17
[8.0.17] - 2024-12-27
Added
- Add user-friendly error message on timeout and add HTTP timeout flag.
CNJR-7343 #150
Fixed
role membershipscommand now returns all memberships, including inherited memberships (CNJR-5213)- Checks Conjur server version before using policy dry-run and fetch
(CNJR-7207, #149)
Security
- Run the CLI as a non-root user in the Docker image (CNJR-6439)
- Use Sha256 certificate fingerprint when confirming server's authenticity (CNJR-6438)
- Change base image to
ubi9/ubi-minimal:9.5(CNJR-7189)
v8.0.16
[8.0.16] - 2024-07-25
Added
- Support for
-jwt-fileand-jwt-host-idinit params for use with JWT authentication (CNJR-4966) - Publish
latesttag for Docker image (CNJR-5310) - Add
--dry-runsupport for the policy operations (CNJR-4593)
Fixed
- Fixed bug causing JSON output to be HTML escaped (CNJR-4574)
Security
- Updated to Go 1.22 and use Microsoft's Golang image for FIPS compliance (CNJR-4923)