Bump sigs.k8s.io/controller-tools from 0.6.2 to 0.9.2
Bumps sigs.k8s.io/controller-tools from 0.6.2 to 0.9.2.
Release notes
Sourced from sigs.k8s.io/controller-tools's releases.
v0.9.2
changes since v0.9.1
:bug: Bug Fixes
- Fix crd flattening for structType marker to not create duplicate entries for XMapType (#698)
Thanks to all our contributors!
v0.9.1
changes since v0.9.0
:sparkles: New Features
- Make topology markers also valid for type definitions (#693)
:bug: Bug Fixes
:seedling: Others
- Simplify the LoadRootsWithConfig logic #695
Thanks to all our contributors!
v0.9.0
changes since v0.8.0
:sparkles: New Features
- : deepcopy: gen: match Go 1.17 build tag format (#595)
- Bump k8s to 1.24.0 (#669)
- Cross-module support for filesystem paths (#663)
- Bump to k8s.io v1.24.0-rc.1 (#666)
- Add XValidation CRD marker for KEP-2876 support. (#653)
:bug: Bug Fixes
- Allow floating-point values in validations (#619)
- Fixed panic when parsing selector expressions containing composite literals (#648)
- CRD generation: remove status before writing (#630)
Thanks to all our contributors!
v0.8.0
What's Changed
- 🐛 Updating WriteYAML to not add empty line to start files by
@robscottin kubernetes-sigs/controller-tools#626
... (truncated)
Commits
0c985d9Merge pull request #698 from chrischdi/pr-fix-XMapTypeFlatten-cp-0.9f50232aFix crd flattening for XMapType to not duplicate entriesc8fc4d4Merge pull request #695 from k8s-infra-cherrypick-robot/cherry-pick-687-to-re...7c994fc✨ crd/gen: sort FindKubeKinds (#694)cd25c0bSimplify the LoadRootsWithConfig logic8d80422Merge pull request #693 from k8s-infra-cherrypick-robot/cherry-pick-692-to-re...3fe0a0cMake topology markers also valid for type definitions3c8b410:bug: crdgen: compare metav1 pkg by ID (#686)a260f13Merge pull request #595 from benpbrown/ben-2c9e425549bfMerge pull request #669 from xrstf/bump-k8s- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
A newer version of sigs.k8s.io/controller-tools exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.