cilium / tetragon

eBPF-based Security Observability and Runtime Enforcement
https://tetragon.io
Apache License 2.0
3.66k stars 369 forks source link

fix(deps): update module sigs.k8s.io/controller-tools to v0.16.5 (main) #3134

Closed cilium-renovate[bot] closed 3 days ago

cilium-renovate[bot] commented 3 days ago

This PR contains the following updates:

Package Type Update Change
sigs.k8s.io/controller-tools require patch v0.16.4-0.20240923084800-3b70a40398f4 -> 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

Configuration

📅 Schedule: Branch creation - "on monday and friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

mtardy commented 3 days ago

🤓

image