Releases: stevehipwell/helm-charts
Releases · stevehipwell/helm-charts
tigera-operator-2.11.1
Changed
- Updated the Tigera Operator OCI image to v1.36.1 (Calico v3.29.0). @stevehipwell
confluence-server-5.5.16
nexus3-5.4.0
Changed
- Updated the Nexus3 OCI image to v3.74.0. (#1075) @stevehipwell
fluent-bit-collector-0.12.10
Changed
- Updated Fluent Bit OCI image to v3.1.10.
fluent-bit-aggregator-0.15.10
Changed
- Updated Fluent Bit OCI image to v3.1.10.
istio-operator-2.16.3
Important
Istio 1.23
is the last version to support the Istio Operator as it has been deprecated.
Changed
- Updated the Istio Operator OCI image version to v1.23.3.
fluentd-aggregator-4.8.4
Changed
- Updated Fluentd Aggregator OCI image to v2.17.4 (Fluentd v1.17.1). (#1073) @stevehipwell
tigera-operator-2.11.0
Changed
- Updated the Tigera Operator OCI image to v1.36.0 (Calico v3.29.0). @stevehipwell
nexus3-5.3.0
Added
- Added support for specifying
password.secret
&password.key
on theconfig.repos
objects. (#1070) @stevehipwell - Added support for specifying
password.secret
&password.key
on theconfig.users
objects. (#1070) @stevehipwell
Changed
- Updated ingress docs to better explain hosts. (#1070) @stevehipwell
Deprecated
- Deprecated
.config.repoCredentials
in favour of directly specifyingpassword.secret
on theconfig.repos
objects. (#1070) @stevehipwell
nexus3-5.2.0
Important
If you're upgrading to this version you will need to run kubectl --namespace <namespace> delete statefulset <name> --cascade=orphan
before upgrading as there was a bug in previous versions of this chart that incorrectly labeled the volume claim template.
Changed
- Changed the order of the initialization scripts to allow creating roles based on repository privileges. (#1066) @stevehipwell & @mreiche
- Improved docs for config with reference to the API documentation. (#1066) @stevehipwell & @mreiche
Fixed
- Fixed LDAP templating incorrectly using
toJson
without passing in the data resulting in no configuration to apply. (#1064) @KuroXII - Fixed incorrect labeling on the volume claim template. (#1066) @stevehipwell