Skip to content

Commit 48b174d

Browse files
committed
Upgrade controller-gen to v0.17.2 to fix go generate panic issues
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 9309846 commit 48b174d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docker.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DOCKER_IMAGE_TAG=202502242148
2-
LINTER_IMAGE_DIGEST=eb7613e8aab9eb4620d6fae2618c966092abca8734abf90f0238db7de4535f15
3-
DEV_IMAGE_DIGEST=8316e718b16de940e2a5ac64fb6e57dc9ed28ca2ed437302e339964e9b42c9f2
4-
DEV_IMAGE_WITH_EXTRAS_DIGEST=b6d4c2404b30d06c2322d531620dcbe810a2c534f1cd0aa2389c75ed91d9bc24
1+
DOCKER_IMAGE_TAG=202503281442
2+
LINTER_IMAGE_DIGEST=c88828fbc7844708ab8513ca9d8ecc1bcce937ebc6b6e7e54f254decaffcf845
3+
DEV_IMAGE_DIGEST=c8e30ba760cc1aec9fa4a009d3e93771544e2c376ed365a81100b840134e0327
4+
DEV_IMAGE_WITH_EXTRAS_DIGEST=4eb5646e63dff8ac3830b66ad261438a1d42cd5cfd40dbe87f6afd142d751cd0

tools/chef/base_image_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
202502242123
1+
202503281433

tools/chef/cookbooks/px_dev/recipes/golang.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
execute 'install go binaries' do
4343
ENV['GOPATH'] = "/opt/px_dev/gopath"
4444
command %(go install github.com/golang/mock/mockgen@v1.5.0 && \
45-
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.1 && \
45+
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.17.2 && \
4646
go install k8s.io/code-generator/cmd/client-gen@v0.20.6 && \
4747
go install github.com/go-bindata/go-bindata/go-bindata@v3.1.2+incompatible && \
4848
go install github.com/google/go-containerregistry/cmd/crane@v0.15.2 && \

0 commit comments

Comments
 (0)