Skip to content

Releases: cyberark/conjur-authn-k8s-client

v0.22.0

17 Sep 17:48
v0.22.0
a100d69
Compare
Choose a tag to compare

Added

  • Introduces the conjur-config-cluster-prep.yaml and conjur-config-namespace-prep.yaml raw Kubernetes manifests generated from their corresponding Helm charts. These manifests provide an alternative method of configuring a Kubernetes cluster for the deployment of Conjur-authenticated applications for users unable to use Helm in their environment.
    cyberark/conjur-authn-k8s-client#338
  • Added user-configurable Helm values for the names of resources created by the conjur-config-namespace-prep Helm chart
    cyberark/conjur-authn-k8s-client#383

Security

v0.21.0

25 Jun 19:30
b3d1a08
Compare
Choose a tag to compare

Added

v0.20.0

16 Jun 21:11
v0.20.0
Compare
Choose a tag to compare

Fixed

  • Fixes bug in error handling within the VerifyFileExists method that resulted in a
    panic when the error from os.Stat was not ErrNotExist. The fix includes introducing
    the CAKC058 error and log message for a file permissions error and theCAKC059 error
    and log message for when the path to a file exists but is not a regular file.
    cyberark/conjur-authn-k8s-client#252

Changed

v0.19.1

08 Feb 20:06
ee98afe
Compare
Choose a tag to compare

0.19.1 - 2021-02-08

Changed

v0.19.0

08 Oct 09:14
v0.19.0
4d6d0c8
Compare
Choose a tag to compare

Added

Changed

v0.18.1

13 Sep 12:18
v0.18.1
e58708b
Compare
Choose a tag to compare

Fixed

Changed

v0.18.0

21 Apr 22:06
3383197
Compare
Choose a tag to compare

Change log

Added

Changed

v0.17.0

07 Apr 12:59
v0.17.0
2494bae
Compare
Choose a tag to compare

Added

  • Added ability for authn client to print its version upon startup (#93)

v0.16.1

18 Feb 21:34
6908389
Compare
Choose a tag to compare

Fixed

  • Only publish to DockerHub / RH registry when there is a new version (#72, #74,
    #79, #83)

Changed

  • Clean up implementation of default CONJUR_VERSION and add unit tests (#80)

Added

  • Added pipeline step to validate CHANGELOG format and update CHANGELOG to meet
    keepachangelog standard (#82)

v0.16.0

21 Jan 10:52
b2a407f
Compare
Choose a tag to compare

Changed

  • Enable authenticating hosts that have their application identity defined in
    annotations instead of in the id. Hosts that have their application identity
    in the id can be authenticated as well.