From 92496da224f2981de31e59d1c34404af4589d610 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 24 Jul 2023 17:33:09 -0400 Subject: [PATCH 1/2] CASMTRIAGE-5738 Revert csm-latest tag usage for iuf container image --- CHANGELOG.md | 3 ++- docker/index.yaml | 2 +- lib/setup-nexus.sh | 6 ------ 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c30b888f4..328dfda53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -- Update iuf to 0.1.11; cray-nls and cray-iuf to 3.1.8 +- Revert csm-latest tag usage for iuf container image (CASMTRIAGE-5738) +- Update iuf to 0.1.11; cray-nls and cray-iuf to 3.1.8 (CASM-4467) - Put storage container images in docker/index.yaml (CASMPET-6650) - Update cray-keycloak-users-localize to 1.11.5 (CASMTRIAGE-5694) - Update cray-keycloak-users-localize to 1.11.4 (CASMTRIAGE-5647 and CASMPET-6645) diff --git a/docker/index.yaml b/docker/index.yaml index db3166b34..c7ecf9c8c 100644 --- a/docker/index.yaml +++ b/docker/index.yaml @@ -65,7 +65,7 @@ artifactory.algol60.net/csm-docker/stable: - 0.2.0 iuf: - - v0.1.11 + - v0.1.12 # Rebuilt third-party images below diff --git a/lib/setup-nexus.sh b/lib/setup-nexus.sh index d49f90aa5..d4d5d61e7 100755 --- a/lib/setup-nexus.sh +++ b/lib/setup-nexus.sh @@ -63,12 +63,6 @@ sat_image="artifactory.algol60.net/sat-docker/stable/cray-sat" sat_version="3.25.0" skopeo-copy "${sat_image}:${sat_version}" "${sat_image}:csm-latest" -# Tag iuf-container image as csm-latest -iuf_image="artifactory.algol60.net/csm-docker/stable/iuf" -# this comes from `iuf-containers/.github/workflows/iuf-container.yaml` -iuf_version="v0.1.10" -skopeo-copy "${iuf_image}:${iuf_version}" "${iuf_image}:csm-latest" - nexus-upload helm "${ROOTDIR}/helm" "${CHARTS_REPO:-"charts"}" # Upload repository contents From 862cdbeb877937d9a07fe5c8dc67f60db74c8573 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Mon, 24 Jul 2023 18:31:23 -0400 Subject: [PATCH 2/2] CASMINST-6512 add CHANGELOG entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 328dfda53..52e672c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Revert csm-latest tag usage for iuf container image (CASMTRIAGE-5738) +- Update iuf to 0.1.12 (CASMINST-6512) - Update iuf to 0.1.11; cray-nls and cray-iuf to 3.1.8 (CASM-4467) - Put storage container images in docker/index.yaml (CASMPET-6650) - Update cray-keycloak-users-localize to 1.11.5 (CASMTRIAGE-5694)