Skip to content

Commit 7513ff9

Browse files
committed
bump codegen to 0.14.0
1 parent 9136303 commit 7513ff9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/update-codegen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SCRIPT_ROOT=$(dirname "${BASH_SOURCE[@]}")/..
2323
TOOLS_DIR=$(realpath ./hack/tools)
2424
TOOLS_BIN_DIR="${TOOLS_DIR}/bin"
2525
GO_INSTALL=$(realpath ./hack/go-install.sh)
26-
CONTROLLER_GEN_VER=v0.11.1
26+
CONTROLLER_GEN_VER=v0.14.0
2727
CONTROLLER_GEN_BIN=controller-gen
2828
CONTROLLER_GEN=${TOOLS_BIN_DIR}/${CONTROLLER_GEN_BIN}-${CONTROLLER_GEN_VER}
2929
# Need v1 to support defaults in CRDs, unfortunately limiting us to k8s 1.16+

hack/verify-crdgen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CRD_OPTIONS="crd"
2727

2828
# Download controller-gen locally
2929
CONTROLLER_GEN="${GOPATH}/bin/controller-gen"
30-
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.11.1
30+
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0
3131

3232
# Generate CRD
3333
api_paths="./apis/scheduling/v1alpha1/...;./vendor/github.com/k8stopologyawareschedwg/noderesourcetopology-api/pkg/apis/...;./vendor/github.com/diktyo-io/appgroup-api/pkg/apis/...;./vendor/github.com/diktyo-io/networktopology-api/pkg/apis/...;./vendor/sigs.k8s.io/security-profiles-operator/api/seccompprofile/v1beta1/..."

0 commit comments

Comments
 (0)