Releases: cyberark/conjur-oss-helm-chart
Releases · cyberark/conjur-oss-helm-chart
v2.0.7
Changed
- The default Postgres server version is incremented to 15.4 from 10.16.
cyberark/conjur-oss-helm-chart#185
v2.0.6
Changed
- Updated notices to use Conjur CLI v8.0.
cyberark/conjur-oss-helm-chart#179
v2.0.5
Added
- Support for authn-jwt flow. cyberark/conjur-oss-helm-chart#169
v2.0.4
Changelog
Added
- Support for deploying Conjur OSS to OpenShift 4.6. With the automated tests added in conjurdemos/kubernetes-conjur-demo#110, this helm chart now has Trusted support for OpenShift.
cyberark/conjur-oss-helm-chart#140
Changed
- The default Postgres server version is incremented to 10.16 from 10.15. Postgres 10.16
- The default Conjur version is incremented to 1.11.5.
cyberark/conjur-oss-helm-chart#149
v2.0.3
Change log
Added
- The Conjur OSS helm chart has Community support for deploying Conjur OSS to OpenShift 4.x.
cyberark/conjur-oss-helm-chart#60
Changed
- The default Postgres server version is incremented to 10.15 from 10.14.
cyberark/conjur-oss-helm-chart#120
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
Change log
Changed
- Default Conjur version is upgraded from 1.5 to 1.11. Default Postgres version is upgraded from 10.12 to 10.14.
cyberark/conjur-oss-helm-chart#112,
cyberark/conjur-oss-helm-chart#108 - Image
tag
values must now include surrouding quotes when they are set in a values.yaml file. Arbitrary tag strings are allowed now (e.g. "latest" is allowable).
cyberark/conjur-oss-helm-chart#106
v2.0.1
v2.0.1 - 2020-10-30
Added
CONJUR_LOG_LEVEL
for the Conjur container can now be configured by setting the
logLevel
value, or updated usinghelm upgrade
cyberark/conjur-oss-helm-chart#77
Changed
account
now accepts two values,account.create
, a boolean, andaccount.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 ofRoleBindings
will be recommended over using
ClusterRoleBinding
.
v2.0.0
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.