Open renovate[bot] opened 7 months ago
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):
go
directive was updated for compatibility reasonsDetails:
Package | Change |
---|---|
go |
1.21.3 -> 1.23.2 |
google.golang.org/protobuf |
v1.32.0 -> v1.34.2 |
k8s.io/apimachinery |
v0.29.2 -> v0.31.2 |
k8s.io/client-go |
v0.29.1 -> v0.31.2 |
github.com/davecgh/go-spew |
v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc |
github.com/fatih/color |
v1.16.0 -> v1.18.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/gobuffalo/flect |
v1.0.2 -> v1.0.3 |
github.com/golang/protobuf |
v1.5.3 -> v1.5.4 |
github.com/google/uuid |
v1.4.0 -> v1.6.0 |
github.com/spf13/cobra |
v1.8.0 -> v1.8.1 |
golang.org/x/mod |
v0.14.0 -> v0.21.0 |
golang.org/x/net |
v0.20.0 -> v0.30.0 |
golang.org/x/oauth2 |
v0.15.0 -> v0.21.0 |
golang.org/x/sys |
v0.16.0 -> v0.26.0 |
golang.org/x/term |
v0.16.0 -> v0.25.0 |
golang.org/x/text |
v0.14.0 -> v0.19.0 |
golang.org/x/tools |
v0.17.0 -> v0.26.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/api |
v0.29.1 -> v0.31.2 |
k8s.io/apiextensions-apiserver |
v0.29.1 -> v0.31.2 |
k8s.io/klog/v2 |
v2.110.1 -> v2.130.1 |
k8s.io/kube-openapi |
v0.0.0-20231010175941-2dd684a91f00 -> v0.0.0-20240228011516-70dd3763d340 |
k8s.io/utils |
v0.0.0-20240102154912-e7106e64919e -> v0.0.0-20240711033017-18e509b52bc8 |
This PR contains the following updates:
v0.14.0
->v0.16.5
Release Notes
kubernetes-sigs/controller-tools (sigs.k8s.io/controller-tools)
### [`v0.16.5`](https://redirect.github.com/kubernetes-sigs/controller-tools/releases/tag/v0.16.5) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-tools/compare/v0.16.4...v0.16.5) ##### What's Changed - π pkg/crd: fix a missed type casting panic with new \*types.Alias by [@mtardy](https://redirect.github.com/mtardy) in [https://github.com/kubernetes-sigs/controller-tools/pull/1079](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1079) - π pkg/crd: support validation on type alias to basic types by [@mtardy](https://redirect.github.com/mtardy) in [https://github.com/kubernetes-sigs/controller-tools/pull/1078](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1078) - π Fix item validation for unhashable markers by [@sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1080](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1080) ##### Dependencies - :seedling: Bump actions/checkout from 4.2.0 to 4.2.1 in the all-github-actions group by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1075](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1075) - :seedling: Bump the all-go-mod-patch-and-minor group with 4 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1082](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1082) - :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/1083](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1083) **Full Changelog**: https://github.com/kubernetes-sigs/controller-tools/compare/v0.16.4...v0.16.5 ### [`v0.16.4`](https://redirect.github.com/kubernetes-sigs/controller-tools/releases/tag/v0.16.4) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-tools/compare/v0.16.3...v0.16.4) #### What's Changed - π Verify PR titles with shell script by [@sbueringer](https://redirect.github.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-tools/pull/1057](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1057) - π github: update PR template by [@chrischdi](https://redirect.github.com/chrischdi) in [https://github.com/kubernetes-sigs/controller-tools/pull/1060](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1060) - π± OWNERS: Promote chrischdi for being a reviewer by [@chrischdi](https://redirect.github.com/chrischdi) in [https://github.com/kubernetes-sigs/controller-tools/pull/1059](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1059) - π pkg/crd: fix type casting panic with new default `*types.Alias` with Go 1.23 by [@mtardy](https://redirect.github.com/mtardy) in [https://github.com/kubernetes-sigs/controller-tools/pull/1061](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1061) - :sparkles: Add selectablefield marker by [@everesio](https://redirect.github.com/everesio) in [https://github.com/kubernetes-sigs/controller-tools/pull/1050](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1050) - π± pr-verify: use env var for passing the PR title by [@chrischdi](https://redirect.github.com/chrischdi) in [https://github.com/kubernetes-sigs/controller-tools/pull/1067](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1067) #### Dependencies - :seedling: Bump the all-go-mod-patch-and-minor group with 4 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1055](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1055) - :seedling: Bump peter-evans/create-pull-request from 7.0.1 to 7.0.2 in the all-github-actions group by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1056](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1056) - :seedling: Bump github.com/gobuffalo/flect from 1.0.2 to 1.0.3 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/1065](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1065) - :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/1066](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1066) - :seedling: Bump actions/checkout from 4.1.7 to 4.2.0 in the all-github-actions group by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1070](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1070) - :seedling: Bump golang.org/x/tools from 0.25.0 to 0.26.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/1072](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1072) - :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/1073](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1073) #### New Contributors - [@mtardy](https://redirect.github.com/mtardy) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/1061](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1061) - [@everesio](https://redirect.github.com/everesio) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/1050](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1050) **Full Changelog**: https://github.com/kubernetes-sigs/controller-tools/compare/v0.16.3...v0.16.4 ### [`v0.16.3`](https://redirect.github.com/kubernetes-sigs/controller-tools/releases/tag/v0.16.3) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-tools/compare/v0.16.2...v0.16.3) Published binaries on previous v0.16.x releases were reporting an incorrect version. #### What's Changed - :bug: Allow CLI binaries to set a version by [@josvazg](https://redirect.github.com/josvazg) in [https://github.com/kubernetes-sigs/controller-tools/pull/1049](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1049) - β¨ Allow customizing generated webhook configuration's name by [@davidxia](https://redirect.github.com/davidxia) in [https://github.com/kubernetes-sigs/controller-tools/pull/1002](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1002) #### Dependencies - :seedling: Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 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/1047](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1047) - :seedling: Bump tj-actions/changed-files from 45.0.0 to 45.0.1 in the all-github-actions group by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1048](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1048) - :seedling: Bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 in the all-github-actions group by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/kubernetes-sigs/controller-tools/pull/1052](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1052) #### New Contributors - [@josvazg](https://redirect.github.com/josvazg) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/1049](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1049) - [@davidxia](https://redirect.github.com/davidxia) made their first contribution in [https://github.com/kubernetes-sigs/controller-tools/pull/1002](https://redirect.github.com/kubernetes-sigs/controller-tools/pull/1002) **Full Changelog**: https://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.0Configuration
π 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.