Skip to content

Releases: cyberark/conjur-cli-go

v9.1.0

14 Nov 14:55

Choose a tag to compare

[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

04 Nov 15:31

Choose a tag to compare

[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

24 Sep 14:16

Choose a tag to compare

[8.1.3] - 2025-09-12

Added

  • Add -f/--file flag to variable set command 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 -go suffix from CLI binaries. (CNJR-3725)

Security

  • Change base image to ubi9/ubi-minimal:9.6 (CNJR-10624)

v8.1.2

24 Jun 21:28

Choose a tag to compare

[8.1.2] - 2025-04-09

Added

  • New issuer create command used for adding a dynamic secrets issuer to Conjur CNJR-9167
  • New issuer list command used for listing dynamic secrets issuers from Conjur CNJR-9170
  • New issuer get command used for retrieving a dynamic secrets issuer from Conjur CNJR-9169
  • New issuer delete command used for deleting a dynamic secrets issuer in Conjur CNJR-9168
  • New issuer update command used for updating a dynamic secrets issuer in Conjur CNJR-9171

Changed

  • Updated Go to 1.24 (CNJR-8641)

v8.1.1

03 Apr 13:50

Choose a tag to compare

[8.1.1] - 2025-04-01

Changed

  • Updated Go dependencies

v8.1.0

24 Mar 19:30

Choose a tag to compare

[8.1.0] - 2025-03-24

Added

  • New --count option for the conjur list command 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

v8.0.19

04 Feb 16:35

Choose a tag to compare

[8.0.19] - 2025-02-03

Fixed

v8.0.18

14 Jan 21:47

Choose a tag to compare

[8.0.18] - 2025-01-10

Security

  • Update multiple dependencies to latest versions

v8.0.17

27 Dec 17:15

Choose a tag to compare

[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

25 Jul 21:18

Choose a tag to compare

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