Releases: kubernetes-sigs/controller-tools
Releases · kubernetes-sigs/controller-tools
envtest-v1.34.0-beta.0
Merge pull request #1240 from dongjiang1989/envtest-v1.34.0-beta.0 ✨ Release envtest v1.34.0-beta.0
envtest-v1.34.0-alpha.1
Merge pull request #1215 from dongjiang1989/update-envtest-1.34 ✨ Release envtest v1.34.0-alpha.1
v0.18.0
What's Changed
⚠️ Bump to k8s.io/* v0.33.0 by @dongjiang1989 in #1153 #1167 #1203- ✨ Generation of typed apply clients using upstream generator by @JoelSpeed in #818
- ✨ markers: add support for optionalOldSelf in XValidation marker by @everettraven in #1150
- ✨ Add
--load-build-tags
flag by @joelanford in #1161 - ✨ Add Title marker by @matteogastaldello in #1175
- ✨ Parametrize filename for generated RBAC by @tomasaschan in #1169
- ✨ Allow customizing generated webhook K8s Service by @davidxia in #1128
- ✨ Allow string validation on XIntOrString by @cbandy in #1118
- 🐛 pkg/crd: fix alias type parsing for struct type alias by @mtardy in #1122
- 🐛 Guard before type assertion by @cbandy in #1119
- 🐛 Handle pointer to alias in DeepCopy by @cbandy in #1145
Misc
- 🌱 Add JoelSpeed to reviewers by @JoelSpeed in #1138
- 🌱 Add golangci-lint linters by @dongjiang1989 in #1134
- 🌱 Test DeepCopy of contained non-pointer types by @cbandy in #1120
- 📖 Add v0.17 to compatibility table by @sbueringer in #1127
- 📖 Fix minor typo in
kubebuilder
by @davidxia in #1141
envtest
- ✨ Release envtest v1.33.0-alpha.2 by @dongjiang1989 in #1154
- 🌱 Promotion of envtest release for Kubernetes v1.33.0-alpha.2 by @sbueringer in #1156
- ✨ Release envtest v1.33.0 by @dongjiang1989 in #1198
- ✨ Release envtest v1.33.0 (try 2) by @sbueringer in #1201
- 🌱 Promotion of envtest release for Kubernetes v1.33.0 by @sbueringer in #1202
Dependency bumps
- 🌱 Bump golangci-lint to v1.63.4 by @dongjiang1989 in #1132
- 🌱 Bump the all-github-actions group across 1 directory with 3 updates by @dependabot in #1125
- 🌱 Bump golang.org/x/tools from 0.28.0 to 0.29.0 in the all-go-mod-patch-and-minor group by @dependabot in #1124
- 🌱 Bump the all-go-mod-patch-and-minor group with 3 updates by @dependabot in #1130
- 🌱 Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 in the all-github-actions group by @dependabot in #1131
- 🌱 Bump actions/setup-go from 5.2.0 to 5.3.0 in the all-github-actions group by @dependabot in #1135
- 🌱 Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in the all-go-mod-patch-and-minor group by @dependabot in #1142
- 🌱 Bump the all-github-actions group with 2 updates by @dependabot in #1147
- 🌱 Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 in the all-github-actions group by @dependabot in #1149
- 🌱 Bump the all-go-mod-patch-and-minor group with 5 updates by @dependabot in #1148
- 🌱 Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in the all-go-mod-patch-and-minor group by @dependabot in #1151
- 🌱 Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 in the all-github-actions group by @dependabot in #1155
- 🌱 Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 in the all-github-actions group by @dependabot in #1162
- 🌱 Bump golang.org/x/tools from 0.30.0 to 0.31.0 in the all-go-mod-patch-and-minor group by @dependabot in #1163
- 🌱 Bump the all-github-actions group with 2 updates by @dependabot in #1173
- 🌱 Bump k8s.io/apiextensions-apiserver from 0.33.0-alpha.3 to 0.33.0-beta.0 by @dependabot in #1172
- 🌱 Bump the all-github-actions group with 3 updates by @dependabot in #1174
- 🌱 Bump tj-actions/changed-files from 46.0.1 to 46.0.3 in the all-github-actions group by @dependabot in #1177
- 🌱 Bump github.com/onsi/gomega from 1.36.2 to 1.36.3 in the all-go-mod-patch-and-minor group by @dependabot in #1178
- 🌱 Bump github.com/onsi/gomega from 1.36.3 to 1.37.0 in the all-go-mod-patch-and-minor group by @dependabot in #1184
- 🌱 Bump golang.org/x/tools from 0.31.0 to 0.32.0 in the all-go-mod-patch-and-minor group by @dependabot in #1187
New Contributors
- @cbandy made their first contribution in #1118
- @dongjiang1989 made their first contribution in #1132
- @everettraven made their first contribution in #1150
- @matteogastaldello made their first contribution in #1175
- @tomasaschan made their first contribution in #1169
Full Changelog: v0.17.0...v0.18.0
envtest-v1.33.0
Merge pull request #1201 from sbueringer/pr-envtest-v0.33-ii ✨ Release envtest v1.33.0 (try 2)
v0.17.3
What's Changed
- 🌱chore: Add golangci-lint linters by @dongjiang1989 in #1134
- ✨ markers: add support for optionalOldSelf in XValidation marker by @everettraven in #1150
- ✨ Add
--load-build-tags
flag by @joelanford in #1181
Dependencies
- 🌱 Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in the all-go-mod-patch-and-minor group by @dependabot in #1151
- 🌱 Bump the all-go-mod-patch-and-minor group with 5 updates by @dependabot in #1148
- 🌱 Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 in the all-github-actions group by @dependabot in #1149
New Contributors
- @everettraven made their first contribution in #1150
Full Changelog: v0.17.2...v0.17.3
envtest-v1.33.0-alpha.2
Merge pull request #1154 from dongjiang1989/envtest-v0.33.0 ✨ Release envtest v1.33.0-alpha.2
v0.17.2
What's Changed
- 🌱 Allow string validation on XIntOrString by @cbandy in #1118
- 🌱 Test DeepCopy of contained non-pointer types by @cbandy in #1120
- 🐛 Guard before type assertion by @cbandy in #1119
- 📖 Add v0.17 to compatibility table by @sbueringer in #1127
- 🌱 Add JoelSpeed to reviewers by @JoelSpeed in #1138
- 🐛 fix minor typo in
kubebuilder
by @davidxia in #1141 - ✨ Allow customizing generated webhook K8s Service by @davidxia in #1128
- 🐛 Handle pointer to alias in DeepCopy by @cbandy in #1145
Dependencies
- 🌱 Bump golangci-lint to v1.63.4 by @dongjiang1989 in #1132
- 🌱 Bump the all-go-mod-patch-and-minor group with 3 updates by @dependabot in #1130
- 🌱 Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 in the all-github-actions group by @dependabot in #1131
- 🌱 Bump actions/setup-go from 5.2.0 to 5.3.0 in the all-github-actions group by @dependabot in #1135
- 🌱 Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in the all-go-mod-patch-and-minor group by @dependabot in #1142
- 🌱 Bump the all-github-actions group with 2 updates by @dependabot in #1147
New Contributors
- @cbandy made their first contribution in #1118
- @dongjiang1989 made their first contribution in #1132
Full Changelog: v0.17.1...v0.17.2
v0.17.1
What's Changed
Dependencies
- 🌱 Bump the all-github-actions group across 1 directory with 3 updates by @dependabot in #1125
- 🌱 Bump golang.org/x/tools from 0.28.0 to 0.29.0 in the all-go-mod-patch-and-minor group by @dependabot in #1124
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- 🐛 Fix duplicate default value when generating CRDs with corev1.Protocol by @sbueringer in #1035
- 🐛 rbac: fix adding nonResourceURLs including normalisation by @chrischdi in #1044
- 🐛 rbac: fix deduplication of core group and add test coverage by @chrischdi in #1045
- 🐛 Allow CLI binaries to set a version by @josvazg in #1049
- ✨ Allow customizing generated webhook configuration's name by @davidxia in #1002
- 🐛 pkg/crd: fix type casting panic with new default
*types.Alias
with Go 1.23 by @mtardy in #1061 - ✨ Add selectablefield marker by @everesio in #1050
- 🐛 pkg/crd: fix a missed type casting panic with new *types.Alias by @mtardy in #1079
- 🐛 pkg/crd: support validation on type alias to basic types by @mtardy in #1078
- 🐛 Fix item validation for unhashable markers by @sbueringer in #1080
- 🐛 Handling Identical Kubebuilder Annotations in Different CRs with * Verbs by @OdedViner in #1081
⚠️ Add support for encoding.TextMarshaler by @twz123 in #1015- ✨ Handle word boundaries and add ellipsis for
MaxDescLen
by @dhaiducek in #1006
Misc
- 🏃 Rename default branch to main by @sbueringer in #1038
- 🏃 Verify PR titles with shell script by @sbueringer in #1057
- 📖 github: update PR template by @chrischdi in #1060
- 🌱 OWNERS: Promote chrischdi to reviewer by @chrischdi in #1059
- 🌱 pr-verify: use env var for passing the PR title by @chrischdi in #1067
- 📖 Fix compatibility table by @sbueringer in #1093
envtest
- 🐛 Fix envtest build for v1.32.0 by @sbueringer in #1110
- ✨ Release envtest v1.32.0 by @sbueringer in #1106
- ✨ Release envtest v1.32.0 (try 2) by @sbueringer in #1111
- 🌱 Promotion of envtest release for Kubernetes v1.32.0 by @sbueringer in #1114
Dependency bumps
- 🌱 Bump tj-actions/changed-files from 44.5.7 to 45.0.0 in the all-github-actions group by @dependabot in #1042
- 🌱 Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 in the all-go-mod-patch-and-minor group by @dependabot in #1047
- 🌱 Bump tj-actions/changed-files from 45.0.0 to 45.0.1 in the all-github-actions group by @dependabot in #1048
- 🌱 Bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 in the all-github-actions group by @dependabot in #1052
- 🌱 Bump the all-go-mod-patch-and-minor group with 4 updates by @dependabot in #1055
- 🌱 Bump peter-evans/create-pull-request from 7.0.1 to 7.0.2 in the all-github-actions group by @dependabot in #1056
- 🌱 Bump github.com/gobuffalo/flect from 1.0.2 to 1.0.3 in the all-go-mod-patch-and-minor group by @dependabot in #1065
- 🌱 Bump the all-github-actions group with 2 updates by @dependabot in #1066
- 🌱 Bump actions/checkout from 4.1.7 to 4.2.0 in the all-github-actions group by @dependabot in #1070
- 🌱 Bump golang.org/x/tools from 0.25.0 to 0.26.0 in the all-go-mod-patch-and-minor group by @dependabot in #1072
- 🌱 Bump the all-github-actions group with 2 updates by @dependabot in #1073
- 🌱 Bump actions/checkout from 4.2.0 to 4.2.1 in the all-github-actions group by @dependabot in #1075
- 🌱 Bump the all-go-mod-patch-and-minor group with 4 updates by @dependabot in #1082
- 🌱 Bump the all-github-actions group with 2 updates by @dependabot in #1083
- 🌱 Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 in the all-go-mod-patch-and-minor group by @dependabot in #1085
- 🌱 Bump softprops/action-gh-release from 2.0.8 to 2.0.9 in the all-github-actions group by @dependabot in #1086
- 🌱 Bump golang.org/x/tools from 0.26.0 to 0.27.0 in the all-go-mod-patch-and-minor group by @dependabot in #1091
- 🌱 Bump tj-actions/changed-files from 45.0.3 to 45.0.4 in the all-github-actions group by @dependabot in #1092
- 🌱 Bump softprops/action-gh-release from 2.0.9 to 2.1.0 in the all-github-actions group by @dependabot in #1095
- 🌱 Bump the all-go-mod-patch-and-minor group across 1 directory with 5 updates by @dependabot in #1103
- 🌱 Bump the all-github-actions group across 1 directory with 3 updates by @dependabot in #1104
- 🌱 Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 in the all-go-mod-patch-and-minor group by @dependabot in #1117
- 🌱 Bump k8s.io/* to v0.32.0 by @sbueringer in #1115
- 🌱 Downgrade gh-release action by @sbueringer in #1112
New Contributors
- @josvazg made their first contribution in #1049
- @davidxia made their first contribution in #1002
- @mtardy made their first contribution in #1061
- @everesio made their first contribution in #1050
- @OdedViner made their first contribution in #1081
- @dhaiducek made their first contribution in #1006
Full Changelog: v0.16.0...v0.17.0
envtest-v1.32.0
Merge pull request #1111 from sbueringer/pr-envtest-v1.32.0-try-2 ✨ Release envtest v1.32.0 (try 2)