Skip to content

Commit b364463

Browse files
authored
Merge pull request #1404 from fluxcd/backport-1399-to-release/v1.2.x
[release/v1.2.x] updating controller-gen to v0.14.0
2 parents 708568d + 43cb79a commit b364463

9 files changed

+1241
-1004
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1beta1/zz_generated.deepcopy.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1beta2/zz_generated.deepcopy.go

Lines changed: 0 additions & 1 deletion
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

Lines changed: 170 additions & 144 deletions
Large diffs are not rendered by default.

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

Lines changed: 455 additions & 359 deletions
Large diffs are not rendered by default.

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

Lines changed: 226 additions & 192 deletions
Large diffs are not rendered by default.

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

Lines changed: 217 additions & 175 deletions
Large diffs are not rendered by default.

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

Lines changed: 172 additions & 130 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)