troubleshoot
troubleshoot copied to clipboard
chore: Update code generator and controller tools
Description, Motivation and Context
Upgrade code-generator and controller-tools tools which troubleshoot used to generate code and open API schema docs. The changes between versions of the tools are not significant and the open API schema doc changes are just updates to description text of types
This change is needed to get make generate working on golang 1.22 cause the code generator is now pinned to v1.22
Changelogs
- https://github.com/kubernetes/code-generator/compare/v0.28.2...v0.28.8
- https://github.com/kubernetes-sigs/controller-tools/releases
Checklist
- [ ] New and existing tests pass locally with introduced changes.
- [x] Tests for the changes have been added (for bug fixes / features)
- [x] The commit message(s) are informative and highlight any breaking changes
- [ ] Any documentation required has been added/updated. For changes to https://troubleshoot.sh/ create a PR here
Does this PR introduce a breaking change?
- [ ] Yes
- [x] No