1.9 KiB
1.9 KiB
NEWS
4.6.2
- Added options to specify
erlangCookieandcookieAuthSecretwithin the extra secret
4.6.1
- Update default CouchDB version to 3.5.0
4.5.7
- Add support for extra secrets not created by the chart, such as Hashicorp Vault or OpenBao.
4.5.6
- Add
extraPortsto the network policy when the network policy is enabled.
4.5.5
- Give the default port on the CouchDB
Servicea name so thatservice.extraPortscan be used properly.
4.5.4
- Expose
extraPortsandservice.extraPortsto allow specifying arbitrary ports to be exposed from the CouchDB pods
4.5.3
- Fix ability to define pull secrets using
imagePullSecrets.
4.5.2
- Allow to specify a persistentVolumeClaimRetentionPolicy in both the primary and secondary StatefulSet.
4.5.1
- Update default CouchDB version to 3.3.3.
4.5.0
- Add capability to set pod and container level securityContext settings.
4.4.1
- Add possibility to customize
service.targetPortfrom values. Set default to 5984.
4.3.0
- Use Ingress
classNameinstead ofkubernetes.io/ingress.classannotation which has been deprecated since Kubernetes 1.18+ (#69)
4.1.0
- Added the
autoSetupto automatically finalize the cluster after installation
4.0.0
- Simplified the
adminHashin the secret
3.6.4
- Add
service.labelsvalue to pass along labels to the client-facing service - Update
ingressto use the service created byservice.enabled=true, instead of the headless service (#94)- This allows setting
service.annotations,service.labels, etc. in a way that will be picked up by the ingress
- This allows setting
3.6.3
- Add PersistentVolume annotations
3.6.2
- Change the
erlangCookieto be auto-generated in a stateful fashion (i.e. we auto-generate it once, then leave that value alone). (#78)