From 69b97fac2c6e4e3c80eebddc8ec9bb343f9c216f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mudrini=C4=87?= Date: Fri, 2 Feb 2024 12:16:15 +0100 Subject: [PATCH] Bump promo-tools to v4.0.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marko Mudrinić --- VERSION | 2 +- cloudbuild.yaml | 2 +- dependencies.yaml | 4 ++-- workspace_status.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index c5106e6d..7636e756 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.4 +4.0.5 diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 29a7edad..e71d67ad 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -31,7 +31,7 @@ substitutions: # vYYYYMMDD-hash, and can be used as a substitution _GIT_TAG: '12345' _PULL_BASE_REF: 'dev' - _IMG_VERSION: 'v4.0.4-0' + _IMG_VERSION: 'v4.0.5-0' tags: - 'kpromo' diff --git a/dependencies.yaml b/dependencies.yaml index 14612e85..7586bb09 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -1,7 +1,7 @@ dependencies: # Release version - name: "repo release version" - version: 4.0.4 + version: 4.0.5 refPaths: - path: VERSION @@ -57,7 +57,7 @@ dependencies: match: go \d+.\d+ - name: "k8s.gcr.io/artifact-promoter/kpromo" - version: v4.0.4-0 + version: v4.0.5-0 refPaths: - path: cloudbuild.yaml match: "_IMG_VERSION: 'v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)-([0-9]+)'" diff --git a/workspace_status.sh b/workspace_status.sh index 93d4904c..5cad9158 100755 --- a/workspace_status.sh +++ b/workspace_status.sh @@ -65,7 +65,7 @@ p_ IMG_REGISTRY gcr.io p_ IMG_REPOSITORY k8s-staging-artifact-promoter p_ IMG_NAME kpromo p_ IMG_TAG "${image_tag}" -p_ IMG_VERSION v4.0.4-0 +p_ IMG_VERSION v4.0.5-0 p_ TEST_AUDIT_PROD_IMG_REPOSITORY us.gcr.io/k8s-gcr-audit-test-prod p_ TEST_AUDIT_STAGING_IMG_REPOSITORY gcr.io/k8s-gcr-audit-test-prod p_ TEST_AUDIT_PROJECT_ID k8s-gcr-audit-test-prod