crossplane-contrib / function-patch-and-transform

A patch & transform composition function
https://crossplane.io
Apache License 2.0
23 stars 24 forks source link

fix(deps): update module sigs.k8s.io/controller-tools to v0.16.3 #109

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sigs.k8s.io/controller-tools v0.14.0 -> v0.16.3 age adoption passing confidence

Release Notes

kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools) ### [`v0.16.3`](https://redirect.github.com/kubernetes-sigs/controller-tools/compare/v0.16.2...v0.16.3) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-tools/compare/v0.16.2...v0.16.3) ### [`v0.16.2`](https://redirect.github.com/kubernetes-sigs/controller-tools/releases/tag/v0.16.2) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-tools/compare/v0.16.1...v0.16.2) ##### What's Changed - πŸƒ Rename default branch to main by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1038](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1038) - :seedling: Bump tj-actions/changed-files from 44.5.7 to 45.0.0 in the all-github-actions group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1042](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1042) - πŸ› rbac: fix adding nonResourceURLs including normalisation by [@​chrischdi](https://redirect.github.com/chrischdi) in [https://github.com/kubernetes-sigs/controller-tools/pull/1044](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1044) - πŸ› rbac: fix deduplication of core group and add test coverage by [@​chrischdi](https://redirect.github.com/chrischdi) in [https://github.com/kubernetes-sigs/controller-tools/pull/1045](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1045) **Full Changelog**: https://github.com/kubernetes-sigs/controller-tools/compare/v0.16.1...v0.16.2 ### [`v0.16.1`](https://redirect.github.com/kubernetes-sigs/controller-tools/releases/tag/v0.16.1) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-tools/compare/v0.16.0...v0.16.1) ##### What's Changed - πŸ› Fix duplicate default value when generating CRDs with corev1.Protocol by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1035](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1035) **Full Changelog**: https://github.com/kubernetes-sigs/controller-tools/compare/v0.16.0...v0.16.1 ### [`v0.16.0`](https://redirect.github.com/kubernetes-sigs/controller-tools/releases/tag/v0.16.0) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-tools/compare/v0.15.0...v0.16.0) ##### What's Changed - :warning: Strip comments from CRD descriptions by [@​tsaarni](https://redirect.github.com/tsaarni) in [https://github.com/kubernetes-sigs/controller-tools/pull/877](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/877) - ✨ Add FieldPath and Reason to XValidation marker by [@​JoelSpeed](https://redirect.github.com/JoelSpeed) in [https://github.com/kubernetes-sigs/controller-tools/pull/932](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/932) - :sparkles: add support for kubernetes +required annotations by [@​liggitt](https://redirect.github.com/liggitt) in [https://github.com/kubernetes-sigs/controller-tools/pull/944](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/944) - ✨ rbac: deduplicate having the same groups, resourceNames, URLs and Verbs by [@​chrischdi](https://redirect.github.com/chrischdi) in [https://github.com/kubernetes-sigs/controller-tools/pull/937](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/937) - ✨ Add support for +default markers by [@​liggitt](https://redirect.github.com/liggitt) in [https://github.com/kubernetes-sigs/controller-tools/pull/938](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/938) - :sparkles: Make the anonymous field of the groupName marker optional by [@​twz123](https://redirect.github.com/twz123) in [https://github.com/kubernetes-sigs/controller-tools/pull/1000](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1000) - ✨ Publish controller-gen binaries on release by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1026](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1026) - πŸ› Fix XValidations flattening by [@​cezarsa](https://redirect.github.com/cezarsa) in [https://github.com/kubernetes-sigs/controller-tools/pull/998](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/998) - πŸƒ Optimize dependabot config by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/994](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/994) - πŸƒ Enforce go mod tidy via "test" presubmit by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1021](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1021) - :running: use ptr package by [@​eddycharly](https://redirect.github.com/eddycharly) in [https://github.com/kubernetes-sigs/controller-tools/pull/1003](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1003) - 🌱 Add action to approve actions if ok-to-test is set by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1020](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1020) - πŸ“– Fix a typo in comment in validation.go by [@​Chupaka](https://redirect.github.com/Chupaka) in [https://github.com/kubernetes-sigs/controller-tools/pull/1016](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1016) - πŸ“– Document compatibility with k8s.io/\*, client-go and Go by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1022](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1022) ##### envtest - ✨ Release envtest v1.29.3 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/956](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/956) - :seedling: Promotion of envtest release for Kubernetes v1.29.3 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/966](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/966) - ✨ Release envtest v1.25.0 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/963](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/963) - ✨ Release envtest v1.25.0 (II) by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/968](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/968) - :seedling: Promotion of envtest release for Kubernetes v1.25.0 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/969](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/969) - ✨ Release envtest v1.26.0 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/962](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/962) - :seedling: Promotion of envtest release for Kubernetes v1.26.0 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/970](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/970) - ✨ Release envtest v1.27.1 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/960](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/960) - :seedling: Promotion of envtest release for Kubernetes v1.27.1 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/971](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/971) - ✨ Release envtest v1.28.3 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/959](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/959) - ✨ Release envtest v1.29.0 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/958](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/958) - :seedling: Promotion of envtest release for Kubernetes v1.29.0 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/973](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/973) - ✨ Release envtest v1.26.1 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/961](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/961) - :seedling: Promotion of envtest release for Kubernetes v1.26.1 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/974](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/974) - ✨ Release envtest v1.29.1 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/957](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/957) - :seedling: Promotion of envtest release for Kubernetes v1.29.1 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/975](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/975) - ✨ Release envtest v1.24.2 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/964](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/964) - :seedling: Promotion of envtest release for Kubernetes v1.24.2 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/976](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/976) - ✨ Release envtest v1.24.1 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/965](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/965) - :seedling: Promotion of envtest release for Kubernetes v1.24.1 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/977](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/977) - 🌱 Promotion of envtest release for Kubernetes v1.28.3 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/978](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/978) - ✨ Release envtest v1.23.5 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/979](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/979) - :seedling: Promotion of envtest release for Kubernetes v1.23.5 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/980](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/980) - ✨ Release envtest v1.29.5 by [@​IvoGoman](https://redirect.github.com/IvoGoman) in [https://github.com/kubernetes-sigs/controller-tools/pull/984](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/984) - :seedling: Promotion of envtest release for Kubernetes v1.29.5 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/985](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/985) - ✨ Release envtest v1.30.2 by [@​kengou](https://redirect.github.com/kengou) in [https://github.com/kubernetes-sigs/controller-tools/pull/1007](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1007) - :seedling: Promotion of envtest release for Kubernetes v1.30.2 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/1008](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1008) - ✨ Release envtest v1.31.0-beta.0 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1011](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1011) - :seedling: Promotion of envtest release for Kubernetes v1.31.0-beta.0 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/1012](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1012) - ✨Release envtest v1.30.3 by [@​kengou](https://redirect.github.com/kengou) in [https://github.com/kubernetes-sigs/controller-tools/pull/1024](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1024) - :seedling: Promotion of envtest release for Kubernetes v1.30.3 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/1025](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1025) - ✨ Release envtest v1.31.0 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1032](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1032) - :seedling: Promotion of envtest release for Kubernetes v1.31.0 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/1033](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1033) ##### Dependency bumps - :seedling: Bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/934](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/934) - :seedling: Bump actions/checkout from 4.1.3 to 4.1.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/935](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/935) - :seedling: Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/936](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/936) - :seedling: Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/940](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/940) - :seedling: Bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/941](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/941) - :seedling: Bump actions/setup-go from 5.0.0 to 5.0.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/942](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/942) - :seedling: Bump tj-actions/changed-files from 44.3.0 to 44.5.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/982](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/982) - :seedling: Bump tj-actions/changed-files from 44.5.1 to 44.5.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/986](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/986) - :seedling: Bump actions/checkout from 4.1.4 to 4.1.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/951](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/951) - :seedling: Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/947](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/947) - :seedling: Bump golang.org/x/tools from 0.20.0 to 0.22.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/987](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/987) - :seedling: Bump the all-github-actions group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/995](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/995) - :seedling: Bump the all-go-mod-patch-and-minor group with 5 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/996](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/996) - :seedling: Bump golang.org/x/tools from 0.22.0 to 0.23.0 in the all-go-mod-patch-and-minor group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1001](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1001) - :seedling: Bump actions/setup-go from 5.0.1 to 5.0.2 in the all-github-actions group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1004](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1004) - :seedling: Bump the all-github-actions group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1010](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1010) - :seedling: Bump the all-go-mod-patch-and-minor group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1009](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1009) - :seedling: Bump github.com/onsi/gomega from 1.33.1 to 1.34.0 in the all-go-mod-patch-and-minor group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1013](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1013) - :seedling: Bump the all-github-actions group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1018](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1018) - :seedling: Bump github.com/onsi/gomega from 1.34.0 to 1.34.1 in the all-go-mod-patch-and-minor group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1019](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1019) - :seedling: Bump k8s.io/\* deps to v1.31.0-rc.1 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1023](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1023) - :seedling: Bump golang.org/x/tools from 0.23.0 to 0.24.0 in the all-go-mod-patch-and-minor group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1028](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1028) - :seedling: Bump k8s.io/\* deps to v1.31.0 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1031](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1031) ##### New Contributors - [@​liggitt](https://redirect.github.com/liggitt) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/944](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/944) - [@​IvoGoman](https://redirect.github.com/IvoGoman) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/984](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/984) - [@​tsaarni](https://redirect.github.com/tsaarni) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/877](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/877) - [@​twz123](https://redirect.github.com/twz123) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/1000](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1000) - [@​kengou](https://redirect.github.com/kengou) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/1007](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1007) - [@​Chupaka](https://redirect.github.com/Chupaka) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/1016](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1016) - [@​cezarsa](https://redirect.github.com/cezarsa) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/998](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/998) **Full Changelog**: https://github.com/kubernetes-sigs/controller-tools/compare/v0.15.0...v0.16.0 ### [`v0.15.0`](https://redirect.github.com/kubernetes-sigs/controller-tools/releases/tag/v0.15.0) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-tools/compare/v0.14.0...v0.15.0) #### What's Changed - :sparkles: Markers can now indicate their priority when applying by [@​dprotaso](https://redirect.github.com/dprotaso) in [https://github.com/kubernetes-sigs/controller-tools/pull/706](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/706) - :sparkles: crd: support validating internal list items on list types by [@​AlexanderYastrebov](https://redirect.github.com/AlexanderYastrebov) in [https://github.com/kubernetes-sigs/controller-tools/pull/898](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/898) - :sparkles: crd: allow specifying spec.preserveUnknownFields by [@​AlexanderYastrebov](https://redirect.github.com/AlexanderYastrebov) in [https://github.com/kubernetes-sigs/controller-tools/pull/912](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/912) - ✨ crd: add messageExpression support to XValidation marker by [@​pmalek](https://redirect.github.com/pmalek) in [https://github.com/kubernetes-sigs/controller-tools/pull/927](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/927) - ✨ Fix deprecations by [@​zchee](https://redirect.github.com/zchee) in [https://github.com/kubernetes-sigs/controller-tools/pull/882](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/882) - :seedling: Update golangci-lint, Makefile, Actions by [@​vincepri](https://redirect.github.com/vincepri) in [https://github.com/kubernetes-sigs/controller-tools/pull/902](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/902) #### envtest - :sparkles: Build and publish Kubernetes envtest tools as packages by [@​vincepri](https://redirect.github.com/vincepri) in [https://github.com/kubernetes-sigs/controller-tools/pull/906](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/906) - ✨ Add github action to package envtest binaries in releases by [@​vincepri](https://redirect.github.com/vincepri) in [https://github.com/kubernetes-sigs/controller-tools/pull/908](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/908) - 🌱 Adjust branches for github actions by [@​vincepri](https://redirect.github.com/vincepri) in [https://github.com/kubernetes-sigs/controller-tools/pull/918](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/918) - :seedling: Automatically release, fixup selfLink in camelCase by [@​vincepri](https://redirect.github.com/vincepri) in [https://github.com/kubernetes-sigs/controller-tools/pull/921](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/921) - ✨ Release envtest v1.28.0 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/919](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/919) - :seedling: Promotion of envtest release for Kubernetes v1.28.0 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/920](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/920) - ✨ Release envtest-v1.29.4 by [@​vincepri](https://redirect.github.com/vincepri) in [https://github.com/kubernetes-sigs/controller-tools/pull/922](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/922) - :seedling: Promotion of envtest release for Kubernetes v1.29.4 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/923](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/923) - ✨ Release envtest v1.30.0 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/924](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/924) - :seedling: Promotion of envtest release for Kubernetes v1.30.0 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/kubernetes-sigs/controller-tools/pull/925](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/925) #### Dependency bumps - :seedling: Bump go version from 1.20 to 1.21 by [@​SuperSandro2000](https://redirect.github.com/SuperSandro2000) in [https://github.com/kubernetes-sigs/controller-tools/pull/881](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/881) - ⚠️Bump k/k to v1.30.0-rc.1 & Go to 1.22 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/901](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/901) - ⚠ Bump to k8s.io/\* v1.30 by [@​sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/926](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/926) - :seedling: Bump golang.org/x/tools from 0.16.1 to 0.17.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/874](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/874) - :seedling: Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/876](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/876) - :seedling: Bump golang.org/x/tools from 0.17.0 to 0.18.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/885](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/885) - :seedling: Bump golang.org/x/tools from 0.18.0 to 0.19.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/891](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/891) - :seedling: Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/895](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/895) - :seedling: Bump golang.org/x/tools from 0.19.0 to 0.20.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/904](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/904) - :seedling: Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/915](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/915) - :seedling: Bump tj-actions/changed-files from 44.0.0 to 44.0.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/916](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/916) - :seedling: Bump tj-actions/changed-files from 44.0.1 to 44.3.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/929](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/929) - :seedling: Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/931](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/931) - :seedling: Bump actions/checkout from 4.1.2 to 4.1.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/930](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/930) #### New Contributors - [@​dprotaso](https://redirect.github.com/dprotaso) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/706](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/706) - [@​SuperSandro2000](https://redirect.github.com/SuperSandro2000) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/881](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/881) - [@​zchee](https://redirect.github.com/zchee) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/882](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/882) - [@​AlexanderYastrebov](https://redirect.github.com/AlexanderYastrebov) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/898](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/898) - [@​github-actions](https://redirect.github.com/github-actions) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/920](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/920) - [@​pmalek](https://redirect.github.com/pmalek) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/927](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/927) **Full Changelog**: https://github.com/kubernetes-sigs/controller-tools/compare/v0.14.0...v0.15.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 month ago

β„Ή Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
go 1.22.6 -> 1.23.1
k8s.io/api v0.29.3 -> v0.31.0
k8s.io/apiextensions-apiserver v0.29.3 -> v0.31.0
k8s.io/apimachinery v0.29.3 -> v0.31.0
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/fatih/color v1.16.0 -> v1.17.0
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/go-openapi/swag v0.22.3 -> v0.22.4
github.com/google/uuid v1.4.0 -> v1.6.0
github.com/prometheus/client_golang v1.18.0 -> v1.19.1
github.com/prometheus/client_model v0.5.0 -> v0.6.1
github.com/prometheus/common v0.45.0 -> v0.55.0
github.com/prometheus/procfs v0.12.0 -> v0.15.1
github.com/spf13/cobra v1.8.0 -> v1.8.1
golang.org/x/mod v0.14.0 -> v0.20.0
golang.org/x/net v0.23.0 -> v0.28.0
golang.org/x/oauth2 v0.15.0 -> v0.21.0
golang.org/x/sys v0.18.0 -> v0.24.0
golang.org/x/term v0.18.0 -> v0.23.0
golang.org/x/text v0.14.0 -> v0.17.0
golang.org/x/tools v0.17.0 -> v0.24.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac -> v0.0.0-20240701130421-f6361c86f094
google.golang.org/grpc v1.61.0 -> v1.65.0
k8s.io/client-go v0.29.3 -> v0.31.0
k8s.io/component-base v0.29.3 -> v0.31.0
k8s.io/klog/v2 v2.110.1 -> v2.130.1
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 -> v0.0.0-20240228011516-70dd3763d340