From 2b322ec8278bfda48e71e6198cd1ea063cfc74a4 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 5 Nov 2024 12:23:28 +0000 Subject: [PATCH] feat(nexus3): Updated image to 3.74.0 Signed-off-by: Steve Hipwell --- charts/nexus3/CHANGELOG.md | 7 +++++++ charts/nexus3/Chart.yaml | 12 +++--------- charts/nexus3/README.md | 8 ++++---- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/charts/nexus3/CHANGELOG.md b/charts/nexus3/CHANGELOG.md index e0ead013..467d0e0b 100644 --- a/charts/nexus3/CHANGELOG.md +++ b/charts/nexus3/CHANGELOG.md @@ -14,6 +14,12 @@ ## [UNRELEASED] +## [v5.4.0] - 2024-11-05 + +### Changed + +- Updated the _Nexus3_ OCI image to [v3.74.0](https://github.com/sonatype/nexus-public/releases/tag/release-3.74.0-05). ([#1075](https://github.com/stevehipwell/helm-charts/pull/1075)) _@stevehipwell_ + ## [v5.3.0] - 2024-10-29 ### Added @@ -745,6 +751,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/nexus3 +[v5.4.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-5.4.0 [v5.3.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-5.3.0 [v5.2.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-5.2.0 [v5.1.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-5.1.0 diff --git a/charts/nexus3/Chart.yaml b/charts/nexus3/Chart.yaml index 05be4d1b..7f67c4ae 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: 5.3.0 -appVersion: 3.73.0 +version: 5.4.0 +appVersion: 3.74.0 home: https://www.sonatype.com/products/sonatype-nexus-repository icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/nexus3/icon.png keywords: @@ -23,11 +23,5 @@ maintainers: annotations: artifacthub.io/alternativeName: nexus artifacthub.io/changes: | - - kind: added - description: "Added support for specifying `password.secret` & `password.key` on the `config.repos` objects." - - kind: added - description: "Added support for specifying `password.secret` & `password.key` on the `config.users` objects." - kind: changed - description: "Updated ingress docs to better explain hosts." - - kind: deprecated - description: "Deprecated `.config.repoCredentials` in favour of directly specifying `password.secret` on the `config.repos` objects." + description: "Updated the _Nexus3_ OCI image to [v3.74.0](https://github.com/sonatype/nexus-public/releases/tag/release-3.74.0-05)." diff --git a/charts/nexus3/README.md b/charts/nexus3/README.md index bf91c06c..9624a4cb 100644 --- a/charts/nexus3/README.md +++ b/charts/nexus3/README.md @@ -1,6 +1,6 @@ # nexus3 -![Version: 5.3.0](https://img.shields.io/badge/Version-5.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.73.0](https://img.shields.io/badge/AppVersion-3.73.0-informational?style=flat-square) +![Version: 5.4.0](https://img.shields.io/badge/Version-5.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.74.0](https://img.shields.io/badge/AppVersion-3.74.0-informational?style=flat-square) Helm chart for Sonatype Nexus 3 OSS. @@ -25,7 +25,7 @@ Helm chart for Sonatype Nexus 3 OSS. To install the chart using the recommended OCI method you can use the following command. ```shell -helm upgrade --install nexus3 oci://ghcr.io/stevehipwell/helm-charts/nexus3 --version 5.3.0 +helm upgrade --install nexus3 oci://ghcr.io/stevehipwell/helm-charts/nexus3 --version 5.4.0 ``` #### Verification @@ -33,7 +33,7 @@ helm upgrade --install nexus3 oci://ghcr.io/stevehipwell/helm-charts/nexus3 --ve As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command. ```shell -cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/nexus3:5.3.0 +cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/nexus3:5.4.0 ``` ### Non-OCI Repository @@ -42,7 +42,7 @@ Alternatively you can use the legacy non-OCI method via the following commands. ```shell helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/ -helm upgrade --install nexus3 stevehipwell/nexus3 --version 5.3.0 +helm upgrade --install nexus3 stevehipwell/nexus3 --version 5.4.0 ``` ## Values