Skip to content

Commit 455c405

Browse files
Merge pull request #2553 from damdo/envtest-releases-bump-index-for-1.34.1
envtest-releases: add v1.34.1 to index
2 parents 243758d + 93e9785 commit 455c405

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

envtest-releases.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,16 @@ releases:
6464
envtest-v1.33.2-linux-arm64.tar.gz:
6565
hash: 9936eba66fd0170808268da4c0609b7e7d4d1b0de8607b0d3a9091539b4ec881041a9e08e7b4839708b11139bcc850acd34dfc0305ed955cc61fc3fae9da58f5
6666
selfLink: https://storage.googleapis.com/openshift-kubebuilder-tools/envtest-v1.33.2-linux-arm64.tar.gz
67+
v1.34.1:
68+
envtest-v1.34.1-darwin-amd64.tar.gz:
69+
hash: 3bf575e77d35803b81685969915d70ae23f2267bafd1fe17087126d6fcdfe67590d2f51ce59ff8f0d06e5d94b0f4d0ac3c16de1544008e9c617499cfc51844c5
70+
selfLink: https://storage.googleapis.com/openshift-kubebuilder-tools/envtest-v1.34.1-darwin-amd64.tar.gz
71+
envtest-v1.34.1-darwin-arm64.tar.gz:
72+
hash: 3c9c1d457d3fbb5c5cfb6e6c4ac31b41172cf413b9a81f8f53ac717a643f730d135d4d09549f9d78685c23704a7e3f12c891896dc23c4b1a211a10e1fd9bc043
73+
selfLink: https://storage.googleapis.com/openshift-kubebuilder-tools/envtest-v1.34.1-darwin-arm64.tar.gz
74+
envtest-v1.34.1-linux-amd64.tar.gz:
75+
hash: e5aeda6d9f9456e27c5c001bc4476a0bccc06f1431c2a9752a2ac040f69671927204dcc254bba8ebb2fb91d0e32620abfaba6daad6a80dbe376d93e57fcd2431
76+
selfLink: https://storage.googleapis.com/openshift-kubebuilder-tools/envtest-v1.34.1-linux-amd64.tar.gz
77+
envtest-v1.34.1-linux-arm64.tar.gz:
78+
hash: e2ee7e47ceeba56624fd869922ab9851200482ef835c09fe3dd57c9806a992a7e1f56641906510ebb095514953aa8a3af68d45a82be45b94981a50e894ac6e42
79+
selfLink: https://storage.googleapis.com/openshift-kubebuilder-tools/envtest-v1.34.1-linux-arm64.tar.gz

tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ publish-kubebuilder-tools:
3737
@# Pull secret should be the standard pull secret used for spinning up OpenShift clusters, if you do not have one, follow https://docs.google.com/document/d/1ez2jrjiIQJChobfSu2ISJ5uM_-3HGouamL_xIa2_1W4/edit#heading=h.me93l6citmsq
3838
@# This also expects you to be already authenticated with the OpenShift GCE devel project on Google Cloud, if you are not,
3939
@# follow the 'Create the Service Account and grant permissions' and 'Generate an access key' @# steps at https://docs.google.com/document/d/1qm37EKkjgoPtjW4909UClzvsjQO5VSpPUvFO_hW_PEg
40-
go run ./publish-kubebuilder-tools/main.go -version v1.33.2 -output-dir /tmp/kubebuilder-tools -payload=registry.ci.openshift.org/ocp/release:4.20.0-0.ci-2025-07-17-072431 -pull-secret $(PULL_SECRET) -index-file ../envtest-releases.yaml
40+
go run ./publish-kubebuilder-tools/main.go -version v1.34.1 -output-dir /tmp/kubebuilder-tools -payload=registry.ci.openshift.org/ocp/release:4.21.0-0.ci-2025-10-28-031919 -pull-secret $(PULL_SECRET) -index-file ../envtest-releases.yaml
4141

4242
#############################################
4343
#

0 commit comments

Comments
 (0)