From f3f476506559018f6196d058ea1ac0083f90795c Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 30 May 2024 12:27:50 +0100 Subject: [PATCH] feat(nexus3): Updated image to v3.68.1 (#969) Signed-off-by: Steve Hipwell --- charts/nexus3/CHANGELOG.md | 7 +++++++ charts/nexus3/Chart.yaml | 10 +++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/charts/nexus3/CHANGELOG.md b/charts/nexus3/CHANGELOG.md index b55ab1e6..41a7f455 100644 --- a/charts/nexus3/CHANGELOG.md +++ b/charts/nexus3/CHANGELOG.md @@ -14,6 +14,12 @@ ## [UNRELEASED] +## [v4.43.1] - 2024-05-30 + +### Changed + +- Updated the _Nexus3_ OCI image to [v3.68.1](https://github.com/sonatype/nexus-public/releases/tag/release-3.68.1-02). + ## [v4.43.0] - 2024-05-08 ### Changed @@ -633,6 +639,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/nexus3 +[v4.43.1]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.43.1 [v4.43.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.43.0 [v4.42.1]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.42.1 [v4.42.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.42.0 diff --git a/charts/nexus3/Chart.yaml b/charts/nexus3/Chart.yaml index 8c40c1ac..183e8ecb 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.43.0 -appVersion: 3.68.0 +version: 4.43.1 +appVersion: 3.68.1 home: https://www.sonatype.com/nexus-repository-oss icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/nexus3/icon.png keywords: @@ -24,8 +24,4 @@ annotations: artifacthub.io/alternativeName: nexus artifacthub.io/changes: | - kind: changed - description: "Updated the _Nexus3_ OCI image to [v3.68.0](https://github.com/sonatype/nexus-public/releases/tag/release-3.68.0-04)." - - kind: changed - description: "Switched to using the port name for ingress." - - kind: fixed - description: "Fixed incorrect `ServiceMonitor` name via the `jobLabel` field." + description: "Updated the _Nexus3_ OCI image to [v3.68.1](https://github.com/sonatype/nexus-public/releases/tag/release-3.68.1-02)."