chore(deps): update dependency kubernetes-sigs/controller-tools to v0.20.1#1872
chore(deps): update dependency kubernetes-sigs/controller-tools to v0.20.1#1872renovate[bot] wants to merge 4 commits intomainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1872 +/- ##
==========================================
- Coverage 11.58% 11.56% -0.02%
==========================================
Files 248 248
Lines 11405 11405
==========================================
- Hits 1321 1319 -2
- Misses 10040 10041 +1
- Partials 44 45 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This pull request has been marked as stale because it has been inactive for more than 30 days. Please update this pull request or it will be automatically closed in 30 days. |
….20.1 Signed-off-by: Hristo Hristov <me@hhristov.info>
….20.1 Signed-off-by: Hristo Hristov <me@hhristov.info>
…ler-tools-0.x' into renovate/kubernetes-sigs-controller-tools-0.x
There was a problem hiding this comment.
Pull request overview
Updates the project’s code-generation tooling to the latest patch release of kubernetes-sigs/controller-tools and aligns the Tenant webhook setup signature with the controller-runtime manager type used by the project.
Changes:
- Bump
controller-gen(controller-tools) fromv0.20.0tov0.20.1in the Makefile. - Update
Tenant.SetupWebhookWithManagerto acceptmanager.Manager(and import the manager package) in the v1beta1 API webhook file.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Makefile | Updates the pinned controller-gen tool version used by build/generate targets. |
| api/v1beta1/tenant_webhook.go | Adjusts webhook setup method signature to use controller-runtime/pkg/manager.Manager. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
v0.20.0→v0.20.1Release Notes
kubernetes-sigs/controller-tools (kubernetes-sigs/controller-tools)
v0.20.1Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-tools@v0.20.0...v0.20.1
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.