Skip to content

Commit 4163f3f

Browse files
committed
updating controller-gen to v0.14.0
Signed-off-by: Soule BA <bah.soule@gmail.com>
1 parent 4dd5b29 commit 4163f3f

9 files changed

+1241
-1004
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ FUZZ_TIME ?= 1m
3838
GO_STATIC_FLAGS=-ldflags "-s -w" -tags 'netgo,osusergo,static_build$(addprefix ,,$(GO_TAGS))'
3939

4040
# API (doc) generation utilities
41-
CONTROLLER_GEN_VERSION ?= v0.12.0
41+
CONTROLLER_GEN_VERSION ?= v0.14.0
4242
GEN_API_REF_DOCS_VERSION ?= e327d0730470cbd61b06300f81c5fcf91c23c113
4343

4444
# If gobin not set, create one on ./build and add to path.

api/v1/zz_generated.deepcopy.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1beta1/zz_generated.deepcopy.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1beta2/zz_generated.deepcopy.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/source.toolkit.fluxcd.io_buckets.yaml

+170-144
Large diffs are not rendered by default.

config/crd/bases/source.toolkit.fluxcd.io_gitrepositories.yaml

+455-359
Large diffs are not rendered by default.

config/crd/bases/source.toolkit.fluxcd.io_helmcharts.yaml

+226-192
Large diffs are not rendered by default.

config/crd/bases/source.toolkit.fluxcd.io_helmrepositories.yaml

+217-175
Large diffs are not rendered by default.

config/crd/bases/source.toolkit.fluxcd.io_ocirepositories.yaml

+172-130
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)