From 16daa08c697b9c8b7772b15f8121c78eb3d9f85f Mon Sep 17 00:00:00 2001 From: Shayna Atkinson Date: Thu, 16 Nov 2023 17:13:16 +0000 Subject: [PATCH] bump version to 4.3.1 --- Jenkinsfile | 2 +- comanage-registry-internet2-tier/Dockerfile | 2 +- common.bash | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b05bc09..9cd522b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { maintainer_credential_ref = 'dockerhub-tier' imagename = 'g' tag = 'l' - version='4.3.0' + version='4.3.1' } stages { stage('Setting build context') { diff --git a/comanage-registry-internet2-tier/Dockerfile b/comanage-registry-internet2-tier/Dockerfile index ad13df4..e777479 100644 --- a/comanage-registry-internet2-tier/Dockerfile +++ b/comanage-registry-internet2-tier/Dockerfile @@ -145,7 +145,7 @@ EXPOSE 80 443 # following line (to prevent other scripts from processing it). ##### ENV TIER_BEACON_OPT_OUT True -ENV TIER_RELEASE=231002 +ENV TIER_RELEASE=231116 ENV TIER_MAINTAINER=tier WORKDIR /srv/comanage-registry diff --git a/common.bash b/common.bash index 1e76b0d..ce3d2c4 100644 --- a/common.bash +++ b/common.bash @@ -1,3 +1,3 @@ maintainer="i2incommon" imagename="comanage-registry" -COMANAGE_REGISTRY_VERSION="4.3.0" +COMANAGE_REGISTRY_VERSION="4.3.1"