Skip to content

Releases: cyberark/conjur-api-go

v0.11.4

09 May 17:36
Compare
Choose a tag to compare

[0.11.4] - 2024-05-09

Security

  • Rollback to Go 1.20 as a requirement to build conjur-cli-go as FIPS
    compliant (CONJSE-1864)

v0.11.2

30 Apr 18:56
Compare
Choose a tag to compare

[0.11.2] - 2024-04-18

Changed

  • Added validate policy (CNJR-4539)

Security

  • Upgrade to Go 1.22 (CONJSE-1842)

v0.11.1

14 Jun 16:57
@szh szh
v0.11.1
b698692
Compare
Choose a tag to compare

Changed

Security

v0.11.0

28 Feb 18:51
@szh szh
v0.11.0
13ba51c
Compare
Choose a tag to compare

Added

Removed

Changed

  • Resource IDs can now be partially-qualified, adhering to the form
    [<account>:]<kind>:<identifier>.
    cyberark/conjur-api-go#153
  • User and Host IDs passed to their respective API key rotation functions can
    now be fully-qualified, adhering to the form [[<account>:]<kind>:]<identifier>.
    cyberark/conjur-api-go#166
  • The Hostfactory id is no longer required to be a fully qualified id.
    cyberark/conjur-api-go#164

Security

v0.10.2

14 Nov 20:08
v0.10.2
a024f3f
Compare
Choose a tag to compare

Fixed

v0.10.1

14 Jun 14:34
v0.10.1
9bebd8e
Compare
Choose a tag to compare

Changed

v0.10.0

19 May 17:33
@szh szh
v0.10.0
78b168e
Compare
Choose a tag to compare

Added

v0.9.0

23 Feb 17:41
v0.9.0
a5973af
Compare
Choose a tag to compare

Changed

Added

  • New CONJUR_AUTHN_JWT_SERVICE_ID & JWT_TOKEN_PATH environment variables as configuration to support authn-jwt
    cyberark/conjur-api-go#124

v0.8.1

17 Dec 23:10
v0.8.1
a3c2511
Compare
Choose a tag to compare

Changed

Update Golang version to 1.17 #121

v0.8.0

10 Sep 19:58
v0.8.0
b9ef427
Compare
Choose a tag to compare

Changed

Added

  • New check in RetrieveBatchSecretSafe method which will return an error if the Content-Type header
    is not set in the response (this indicates Conjur is out of date with the client).
    cyberark/conjur-api-go#104