diff --git a/charts/nexus3/CHANGELOG.md b/charts/nexus3/CHANGELOG.md index 0ec435f9..86166751 100644 --- a/charts/nexus3/CHANGELOG.md +++ b/charts/nexus3/CHANGELOG.md @@ -14,6 +14,14 @@ ## [UNRELEASED] +## [v4.45.1] - 2024-09-06 + +### Addded + +### Changed + +- Updated the _Nexus3_ OCI image to `v3.70.2`. + ## [v4.45.0] - 2024-07-11 ### Added @@ -658,7 +666,9 @@ + [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/nexus3 +[v4.45.1]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.45.1 [v4.45.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.45.0 [v4.44.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.44.0 [v4.43.1]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.43.1 diff --git a/charts/nexus3/Chart.yaml b/charts/nexus3/Chart.yaml index cf32f928..2370405c 100644 --- a/charts/nexus3/Chart.yaml +++ b/charts/nexus3/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: nexus3 description: Helm chart for Sonatype Nexus 3 OSS. type: application -version: 4.45.0 -appVersion: 3.70.1 +version: 4.45.1 +appVersion: 3.70.2 home: https://www.sonatype.com/nexus-repository-oss icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/nexus3/icon.png keywords: @@ -23,9 +23,5 @@ maintainers: annotations: artifacthub.io/alternativeName: nexus artifacthub.io/changes: | - - kind: added - description: "Added `service.additionalPorts.hosts` (list) for multi-hosts support." - kind: changed - description: "Updated the _Nexus3_ OCI image to [v3.70.1](https://github.com/sonatype/nexus-public/releases/tag/release-3.70.1-02)." - - kind: deprecated - description: "Deprecated `service.additionalPorts.host` in favour of `service.additionalPorts.hosts`." + description: "Updated the _Nexus3_ OCI image to v3.70.2"