Skip to content

Commit

Permalink
v3.4.2: Release prep
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Jun 7, 2022
1 parent 1cb46fc commit 0f26fe9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.4.1
3.4.2
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Expand Up @@ -31,7 +31,7 @@ substitutions:
# vYYYYMMDD-hash, and can be used as a substitution
_GIT_TAG: '12345'
_PULL_BASE_REF: 'dev'
_IMG_VERSION: 'v3.4.1-1'
_IMG_VERSION: 'v3.4.2-1'

tags:
- 'kpromo'
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
@@ -1,7 +1,7 @@
dependencies:
# Release version
- name: "repo release version"
version: 3.4.1
version: 3.4.2
refPaths:
- path: VERSION

Expand Down Expand Up @@ -57,7 +57,7 @@ dependencies:
match: go \d+.\d+

- name: "k8s.gcr.io/artifact-promoter/kpromo"
version: v3.4.1-1
version: v3.4.2-1
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]+)'"
Expand Down
2 changes: 1 addition & 1 deletion workspace_status.sh
Expand Up @@ -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 v3.4.1-1
p_ IMG_VERSION v3.4.2-1
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
Expand Down

0 comments on commit 0f26fe9

Please sign in to comment.