Skip to content

Commit

Permalink
Merge pull request #918 from jeremyrickard/bump-version-4.0.0
Browse files Browse the repository at this point in the history
Bump kpromo to v4.0.0
  • Loading branch information
k8s-ci-robot authored Jun 13, 2023
2 parents fb5bed3 + f73cdcd commit 8091bce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.0
4.0.0
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
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.6.0-0'
_IMG_VERSION: 'v4.0.0-0'

tags:
- 'kpromo'
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
# Release version
- name: "repo release version"
version: 3.6.0
version: 4.0.0
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.6.0-0
version: v4.0.0-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]+)'"
Expand Down
2 changes: 1 addition & 1 deletion workspace_status.sh
Original file line number Diff line number Diff line change
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.6.0-0
p_ IMG_VERSION v4.0.0-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
Expand Down

0 comments on commit 8091bce

Please sign in to comment.