Skip to content

Releases: cyberark/conjur-oss-helm-chart

v2.0.7

30 Aug 17:32
v2.0.7
b1d3c38
Compare
Choose a tag to compare

Changed

v2.0.6

09 Mar 20:31
@szh szh
v2.0.6
6f23d4c
Compare
Choose a tag to compare

Changed

v2.0.5

18 Aug 14:10
v2.0.5
48ab8b1
Compare
Choose a tag to compare

Added

v2.0.4

12 Apr 14:28
06e45d5
Compare
Choose a tag to compare

Changelog

Added

Changed

v2.0.3

30 Dec 16:20
85f90a5
Compare
Choose a tag to compare

Change log

Added

Changed

Fixed

  • Conjur pod no longer fails on restarts when the Conjur cluster is helm installed with the automatic Conjur account creation feature enabled (e.g. with --set account.create=true). The Conjur startup command is revised to check if the account exists before starting the server with the flag used to create it.
    cyberark/conjur-oss-helm-chart#119

v2.0.2

02 Dec 18:24
b019498
Compare
Choose a tag to compare

Change log

Changed

v2.0.1

02 Nov 21:05
e7a3f31
Compare
Choose a tag to compare

v2.0.1 - 2020-10-30

Added

Changed

  • account now accepts two values, account.create, a boolean, and account.name, a string.
    These values allow you to configure the creation of a Conjur account on container startup, and
    the name of the account. cyberark/conjur-oss-helm-chart#77

Deprecated

  • The rbac.create chart value is now deprecated. This value will be replaced
    in the next major release with two separate settings:
    • rbac.createClusterRole (defaulting to true)
    • rbac.createClusterRoleBinding (defaulting to false)
      and the use of RoleBindings will be recommended over using
      ClusterRoleBinding.

v2.0.0

18 Jun 20:40
9074ea8
Compare
Choose a tag to compare

Added

  • Adds password authentication for the backend Postgres database connection.
  • Adds TLS support between the Conjur pod and the Postgres pod.
  • Adds default auto-generation of the Postgres connection password and
    TLS certificate.
  • Adds default auto-rotation of the following for helm upgrade:
    • Conjur TLS CA signing certificate and signed certificate for Conjur
    • Postgres database TLS certificate and key
  • Adds mechanism for user to set their own TLS CA and signed certificates
    for Conjur.

Changed

  • Pins default Conjur version to current stable release 1.5.
  • Sets default pullPolicy for Nginx and Postgres to Always.

Fixed

  • Fixes an issue with the use of persistent volume store so that the
    Postgres database contents are preserved across pod resets
    and helm upgrades.

v1.3.8

20 Dec 21:03
3b9750b
Compare
Choose a tag to compare

v1.3.8

  • Updated deployments to be able to run on Kubernetes 1.16+
  • Added basic instructions on how to package the chart
  • Updated e2e scripts to support newest helm (v.1.3.8)
  • Removed GitLab pipeline (it wasn't working anyways)
  • Added gitleaks config to repo

v1.3.7

01 Feb 15:51
e8bccb4
Compare
Choose a tag to compare

Changed

  • Server ciphers have been upgraded to TLS1.2 levels.