File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed
Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- 4.0.5
1+ 4.1.0
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ substitutions:
3131 # vYYYYMMDD-hash, and can be used as a substitution
3232 _GIT_TAG : ' 12345'
3333 _PULL_BASE_REF : ' dev'
34- _IMG_VERSION : ' v4.0.5 -0'
34+ _IMG_VERSION : ' v4.1.0 -0'
3535
3636tags :
3737- ' kpromo'
Original file line number Diff line number Diff line change 11dependencies :
22 # Release version
33 - name : " repo release version"
4- version : 4.0.5
4+ version : 4.1.0
55 refPaths :
66 - path : VERSION
77
@@ -50,7 +50,7 @@ dependencies:
5050 match : go \d+.\d+
5151
5252 - name : " k8s.gcr.io/artifact-promoter/kpromo"
53- version : v4.0.5 -0
53+ version : v4.1.0 -0
5454 refPaths :
5555 - path : cloudbuild.yaml
5656 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]+)'"
Original file line number Diff line number Diff line change 11module sigs.k8s.io/promo-tools/v4
22
3- go 1.24.2
4-
5- toolchain go1.24.6
3+ go 1.24.9
64
75require (
86 cloud.google.com/go/containeranalysis v0.14.2
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ p_ IMG_REGISTRY gcr.io
6565p_ IMG_REPOSITORY k8s-staging-artifact-promoter
6666p_ IMG_NAME kpromo
6767p_ IMG_TAG " ${image_tag} "
68- p_ IMG_VERSION v4.0.5 -0
68+ p_ IMG_VERSION v4.1.0 -0
6969p_ TEST_AUDIT_PROD_IMG_REPOSITORY us.gcr.io/k8s-gcr-audit-test-prod
7070p_ TEST_AUDIT_STAGING_IMG_REPOSITORY gcr.io/k8s-gcr-audit-test-prod
7171p_ TEST_AUDIT_PROJECT_ID k8s-gcr-audit-test-prod
You can’t perform that action at this time.
0 commit comments