Skip to content

Commit

Permalink
Merge pull request #1404 from fluxcd/backport-1399-to-release/v1.2.x
Browse files Browse the repository at this point in the history
[release/v1.2.x] updating controller-gen to v0.14.0
  • Loading branch information
stefanprodan authored Mar 14, 2024
2 parents 708568d + 43cb79a commit b364463
Show file tree
Hide file tree
Showing 9 changed files with 1,241 additions and 1,004 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ FUZZ_TIME ?= 1m
GO_STATIC_FLAGS=-ldflags "-s -w" -tags 'netgo,osusergo,static_build$(addprefix ,,$(GO_TAGS))'

# API (doc) generation utilities
CONTROLLER_GEN_VERSION ?= v0.12.0
CONTROLLER_GEN_VERSION ?= v0.14.0
GEN_API_REF_DOCS_VERSION ?= e327d0730470cbd61b06300f81c5fcf91c23c113

# If gobin not set, create one on ./build and add to path.
Expand Down
1 change: 0 additions & 1 deletion api/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion api/v1beta2/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

314 changes: 170 additions & 144 deletions config/crd/bases/source.toolkit.fluxcd.io_buckets.yaml

Large diffs are not rendered by default.

814 changes: 455 additions & 359 deletions config/crd/bases/source.toolkit.fluxcd.io_gitrepositories.yaml

Large diffs are not rendered by default.

418 changes: 226 additions & 192 deletions config/crd/bases/source.toolkit.fluxcd.io_helmcharts.yaml

Large diffs are not rendered by default.

392 changes: 217 additions & 175 deletions config/crd/bases/source.toolkit.fluxcd.io_helmrepositories.yaml

Large diffs are not rendered by default.

302 changes: 172 additions & 130 deletions config/crd/bases/source.toolkit.fluxcd.io_ocirepositories.yaml

Large diffs are not rendered by default.

0 comments on commit b364463

Please sign in to comment.