Skip to content

Latest commit

 

History

History
203 lines (150 loc) · 7.48 KB

CHANGELOG.md

File metadata and controls

203 lines (150 loc) · 7.48 KB

Changelog

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.

Changed

  • 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.18] - 2025-01-10

Security

  • Update multiple dependencies to latest versions

[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)

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)
  • Add fetch subcommand for policy commands to retrieve policy from Conjur (CNJR-5673)
  • Return requested variable duplicate instead of displaying 500 error (CNJR-5006)
  • Fixed a json when using batch retrieval of secrets (CNJR-6362)

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)

8.0.15 - 2024-03-19

Fixed

  • Restored tar binary to container to allow for kubectl cp (CNJR-3913)

8.0.14 - 2024-03-14

Changed

  • Change base image to ubi9/ubi-minimal:latest (CNJR-3913)

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)

8.0.12 - 2023-10-17

Fixed

8.0.11 - 2023-08-25

Fixed

8.0.10 - 2023-06-29

Security

Fixed

8.0.9 - 2023-04-21

Security

8.0.8 - 2023-04-19

Fixed

8.0.7 - 2023-04-18

Fixed

8.0.6 - 2023-04-17

Fixed

8.0.5 - 2023-03-24

Changed

Fixed

8.0.4 - 2023-03-03

Fixed

8.0.3 - 2023-02-21

Fixed

Added

8.0.2 - 2023-02-16

Fixed

8.0.1 - 2023-02-15

Added

8.0.0 - 2023-02-09

Added

  • Initial release of Conjur CLI written in Golang

[0.0.0] - 2023-01-01

Added

  • Placeholder version to capture the reset of the repository