Releases: cyberark/conjur-cli-go
Releases · cyberark/conjur-cli-go
v8.0.18
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 memberships
command 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-file
and-jwt-host-id
init params for use with JWT authentication (CNJR-4966) - Publish
latest
tag for Docker image (CNJR-5310) - Add
--dry-run
support 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)
v8.0.15
[8.0.15] - 2024-03-19
Fixed
- Restored
tar
binary to container to allow forkubectl cp
(CNJR-3913)
v8.0.14
[8.0.14] - 2024-03-14
Changed
- Change base image to
ubi9/ubi-minimal:latest
(CNJR-3913)
v8.0.13
[8.0.13] - 2024-03-14
Added
- OIDC redirect URI supports IPv6 addresses (CNJR-3851)
Fixed
- FIPS-compliant binaries work on RHEL 7/8 (CNJR-3544)
- FIPS-compliant binaries report correct version when passed
--version
flag
(CNJR-3547) - RPM and DEB packages contain correct version in installed package names
(CNJR-3547)
Security
- Upgrade golang.org/x/net to v0.17.0, golang.org/x/crypto to v0.14.0,
golang.org/x/sys to v0.13.0, golang.org/x/text to v0.13.0, and
golang.org/x/term to v0.13.0 (CNJR-3913)
v8.0.12
v8.0.11
[8.0.11] - 2023-08-25
Fixed
- Handle trailing slash on appliance URL
cyberark/conjur-cli-go#142 - Allow API key rotation for logged-in host
cyberark/conjur-cli-go#143 - Make
amd64
binary FIPS compliant on FIPS-enabled systems
cyberark/conjur-cli-go#145
v8.0.10
[8.0.10] - 2023-06-29
Security
- Upgrade golang.org/x/net to v0.10.0
cyberark/conjur-cli-go#139 - Upgrade golang.org/x/net to v0.10.0, golang.org/x/crypto to v0.9.0,
golang.org/x/sys to v0.8.0, golang.org/x/text to v0.9.0, and Go to 1.20
cyberark/conjur-cli-go#138
Fixed
- Fixed missing example commands in help output
cyberark/conjur-cli-go#134
v8.0.9
[8.0.9] - 2023-04-21
Security
- Redact credentials dumped to logs with
--debug
flag
cyberark/conjur-cli-go#130