From 73f9e48355b34e2ecabae81b1ffab5ead7bb4581 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Fri, 10 Nov 2023 18:47:05 +0000 Subject: [PATCH] feat(nexus3): Updated image to v3.62.0 (#823) Signed-off-by: Steve Hipwell --- charts/nexus3/CHANGELOG.md | 6 ++++++ charts/nexus3/Chart.yaml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/charts/nexus3/CHANGELOG.md b/charts/nexus3/CHANGELOG.md index c9d2386d..4fc3b827 100644 --- a/charts/nexus3/CHANGELOG.md +++ b/charts/nexus3/CHANGELOG.md @@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +## [v4.36.0] - 2023-11-10 + +### Changed + +- Updated the _Nexus3_ OCI image to [v3.62.0](https://github.com/sonatype/nexus-public/releases/tag/release-3.62.0-01). + ## [v4.35.0] - 2023-10-20 ### Changed diff --git a/charts/nexus3/Chart.yaml b/charts/nexus3/Chart.yaml index 4632fa94..9d59a40a 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.35.0 -appVersion: 3.61.0 +version: 4.36.0 +appVersion: 3.62.0 home: https://www.sonatype.com/nexus-repository-oss icon: https://help.sonatype.com/docs/files/331022/34537964/3/1564671303641/NexusRepo_Icon.png keywords: @@ -24,4 +24,4 @@ annotations: artifacthub.io/alternativeName: nexus artifacthub.io/changes: | - kind: changed - description: "Updated the _Nexus3_ OCI image to [v3.61.0](https://github.com/sonatype/nexus-public/releases/tag/release-3.61.0-02)." + description: "Updated the _Nexus3_ OCI image to [v3.62.0](https://github.com/sonatype/nexus-public/releases/tag/release-3.62.0-01)."