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.
- Nothing should go in this section, please add to the latest unreleased version (and update the corresponding date), or add a new version.
8.0.16 - 2024-07-25
- 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 bug causing JSON output to be HTML escaped (CNJR-4574)
- Updated to Go 1.22 and use Microsoft's Golang image for FIPS compliance (CNJR-4923)
8.0.15 - 2024-03-19
- Restored
tar
binary to container to allow forkubectl cp
(CNJR-3913)
8.0.14 - 2024-03-14
- Change base image to
ubi9/ubi-minimal:latest
(CNJR-3913)
8.0.13 - 2024-03-14
- OIDC redirect URI supports IPv6 addresses (CNJR-3851)
- 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)
- 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)
8.0.12 - 2023-10-17
- Update busybox container image to 1.36.1 cyberark/conjur-cli-go#147
8.0.11 - 2023-08-25
- 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
8.0.10 - 2023-06-29
- 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 missing example commands in help output cyberark/conjur-cli-go#134
8.0.9 - 2023-04-21
- Redact credentials dumped to logs with
--debug
flag cyberark/conjur-cli-go#130
8.0.8 - 2023-04-19
- Fixed piping input to
conjur init
confirmation prompts cyberark/conjur-cli-go#127 - Made command help text more consistent cyberark/conjur-cli-go#123
8.0.7 - 2023-04-18
- Fixed not using hosts file on Windows cyberark/conjur-cli-go#121
8.0.6 - 2023-04-17
- Improved error message when using self-signed certificates cyberark/conjur-cli-go#119
- Fix double prompt in Windows cyberark/conjur-cli-go#120
8.0.5 - 2023-03-24
- OIDC login now supports a custom redirect URL port cyberark/conjur-cli-go#117
- Reject OIDC login if configured port is in use cyberark/conjur-cli-go#117
8.0.4 - 2023-03-03
- Allow hostfactory cidrs to specify a subnet cyberark/conjur-cli-go#113
- Update variable get to retrieve multiple variables cyberark/conjur-cli-go#114
8.0.3 - 2023-02-21
- Fix rotating api key of the logged-in user cyberark/conjur-cli-go#107
- Support fully- and partially-qualified IDs for API key rotation cyberark/conjur-cli-go#111
- Added Transition guide from the Docker based CLI cyberark/conjur-cli-go#86
8.0.2 - 2023-02-16
- Fix default value of
hostfactory tokens create --cidr
parameter. cyberark/conjur-cli-go#105
8.0.1 - 2023-02-15
- Update Hostfactory help as the fully qualified hostfactory name is no longer required. cyberark/conjur-cli-go#104
8.0.0 - 2023-02-09
- Initial release of Conjur CLI written in Golang
- Placeholder version to capture the reset of the repository