Skip to content

Commit da60dc0

Browse files
committed
Bump controller-gen version to 0.10.0
1 parent ec0f8f7 commit da60dc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi
9494

9595
CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
9696
controller-gen: ## Download controller-gen locally if necessary.
97-
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.7.0)
97+
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.10.0)
9898

9999
KUSTOMIZE = $(shell pwd)/bin/kustomize
100100
kustomize: ## Download kustomize locally if necessary.

artifacts/scripts/generate_protobuf.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
2+
protoc --version
33
if [[ -z "$(which protoc)" || ( "$(protoc --version)" != "libprotoc 3.15."* && "$(protoc --version)" != "libprotoc 3.19."* ) ]]; then
44
echo "Generating protobuf requires protoc 3.15.x or 3.19.x. Please download and"
55
echo "install the platform appropriate Protobuf package for your OS: "

0 commit comments

Comments
 (0)