From 5532058c7e19049a7fffcba79d2e369a6a0323e9 Mon Sep 17 00:00:00 2001 From: "Vazquez,Brais (IT EDP)" Date: Thu, 11 Apr 2024 10:56:16 +0200 Subject: [PATCH] update Nexus for Critical Bug Fix --- CHANGELOG.md | 1 + configuration-sample/ods-core.env.sample | 4 ++-- nexus/chart/Chart.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a40a944ed..97114417e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- Update Nexus to version 3.67.1-java11 for Critical Bug Fix ([#1271](https://github.com/opendevstack/ods-core/pull/1271)) - Nexus Maintenance (update version to latest, helm migration) ([#1242](https://github.com/opendevstack/ods-core/issues/1242)) - Update api version in ocp templates for image, buildconfig, route and deploymentconfig ([#1072](https://github.com/opendevstack/ods-jenkins-shared-library/issues/1072)) - SonarQube Maintenance (LTS update, DB update, SAML setup) ([#1211](https://github.com/opendevstack/ods-core/issues/1211)) diff --git a/configuration-sample/ods-core.env.sample b/configuration-sample/ods-core.env.sample index 13d2fdd29..46c455113 100644 --- a/configuration-sample/ods-core.env.sample +++ b/configuration-sample/ods-core.env.sample @@ -45,8 +45,8 @@ ODS_BITBUCKET_PROJECT=opendevstack # Nexus base image # See Dockerhub https://hub.docker.com/r/sonatype/nexus3/tags. # Officially supported is: -# - 3.67.0-java11 -NEXUS_IMAGE_TAG=3.67.0-java11 +# - 3.67.1-java11 +NEXUS_IMAGE_TAG=3.67.1-java11 # Nexus host without protocol. # The domain should be equal to OPENSHIFT_APPS_BASEDOMAIN (see below). diff --git a/nexus/chart/Chart.yaml b/nexus/chart/Chart.yaml index f426ef7b3..8737a070a 100644 --- a/nexus/chart/Chart.yaml +++ b/nexus/chart/Chart.yaml @@ -21,4 +21,4 @@ version: 1.0.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "3.67.0-java11" +appVersion: "3.67.1-java11"