Skip to content

Commit

Permalink
bump controller-gen version to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karanibm6 committed Aug 22, 2024
1 parent 90d90bc commit d8c6787
Show file tree
Hide file tree
Showing 7 changed files with 12,027 additions and 10,480 deletions.
3 changes: 3 additions & 0 deletions .github/bump-tekton-lts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Copyright The Shipwright Contributors
#
# SPDX-License-Identifier: Apache-2.0

set -euo pipefail

Expand Down
10,129 changes: 5,344 additions & 4,785 deletions deploy/crds/shipwright.io_buildruns.yaml

Large diffs are not rendered by default.

3,337 changes: 1,822 additions & 1,515 deletions deploy/crds/shipwright.io_builds.yaml

Large diffs are not rendered by default.

4,517 changes: 2,428 additions & 2,089 deletions deploy/crds/shipwright.io_buildstrategies.yaml

Large diffs are not rendered by default.

4,517 changes: 2,428 additions & 2,089 deletions deploy/crds/shipwright.io_clusterbuildstrategies.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hack/install-controller-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
set -eu

# controller-gen version
CONTROLLER_GEN_VERSION="${CONTROLLER_GEN_VERSION:-v0.12.1}"
CONTROLLER_GEN_VERSION="${CONTROLLER_GEN_VERSION:-v0.14.0}"

if [ ! -f "${GOPATH}/bin/controller-gen" ]; then
echo "# Installing controller-gen..."
Expand Down
2 changes: 1 addition & 1 deletion hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "The code-generator package is imported via the pkg/kubecodegen dir"
echo "To modify the current version, please modify this in the go.mod"
echo ""

GOFLAGS="" GOPATH=${GOPATH} /bin/bash ${CODEGEN_PKG}/generate-groups.sh "deepcopy,client,informer,lister" \
GOFLAGS="" GOPATH=${GOPATH} /bin/bash ${CODEGEN_PKG}/kube_codegen.sh "deepcopy,client,informer,lister" \
github.com/shipwright-io/build/pkg/client \
github.com/shipwright-io/build/pkg/apis \
"build:v1alpha1,v1beta1" \
Expand Down

0 comments on commit d8c6787

Please sign in to comment.