From c5985ba0cff881e7e3c47e1c2ffe6dff7e8898f9 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Wed, 8 May 2024 11:56:35 +0100 Subject: [PATCH] feat(nexus3): Updated image to v3.68.0 (#954) Signed-off-by: Steve Hipwell --- charts/nexus3/CHANGELOG.md | 4 ++++ charts/nexus3/Chart.yaml | 10 ++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/charts/nexus3/CHANGELOG.md b/charts/nexus3/CHANGELOG.md index 13eefc21..5b8bb71a 100644 --- a/charts/nexus3/CHANGELOG.md +++ b/charts/nexus3/CHANGELOG.md @@ -14,8 +14,11 @@ ## [UNRELEASED] +## [v4.43.0] - 2024-05-08 + ### Changed +- Updated the _Nexus3_ OCI image to [v3.68.0](https://github.com/sonatype/nexus-public/releases/tag/release-3.68.0-04). - Switched to using the port name for ingress. ### Fixed @@ -630,6 +633,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/nexus3 +[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 [v4.41.1]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.41.1 diff --git a/charts/nexus3/Chart.yaml b/charts/nexus3/Chart.yaml index 272088fa..8c40c1ac 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.42.1 -appVersion: 3.67.1 +version: 4.43.0 +appVersion: 3.68.0 home: https://www.sonatype.com/nexus-repository-oss icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/nexus3/icon.png keywords: @@ -24,6 +24,8 @@ annotations: artifacthub.io/alternativeName: nexus artifacthub.io/changes: | - kind: changed - description: "Updated the _Nexus3_ OCI image to [v3.67.1](https://github.com/sonatype/nexus-public/releases/tag/release-3.67.1-01)." + 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 behaviour when `rootPassword.key` is set due to the deprecated `config.rootPassword.key` incorrectly having a default value." + description: "Fixed incorrect `ServiceMonitor` name via the `jobLabel` field."