Skip to content

🌱 Bump controller-tools from 0.20.0 to 0.20.1#2534

Open
tmshort wants to merge 2 commits intooperator-framework:mainfrom
tmshort:PR-2533
Open

🌱 Bump controller-tools from 0.20.0 to 0.20.1#2534
tmshort wants to merge 2 commits intooperator-framework:mainfrom
tmshort:PR-2533

Conversation

@tmshort
Copy link
Contributor

@tmshort tmshort commented Mar 2, 2026

Alternative to #2533; this includes additional controller-tools updates.

Description

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

Bumps the k8s-dependencies group with 1 update: [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools).


Updates `sigs.k8s.io/controller-tools` from 0.20.0 to 0.20.1
- [Release notes](https://github.com/kubernetes-sigs/controller-tools/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-tools/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-tools@v0.20.0...v0.20.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-tools
  dependency-version: 0.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings March 2, 2026 18:52
@netlify
Copy link

netlify bot commented Mar 2, 2026

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit f7772da
🔍 Latest deploy log https://app.netlify.com/projects/olmv1/deploys/69a5ed7500d0c600085951b6
😎 Deploy Preview https://deploy-preview-2534--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@openshift-ci openshift-ci bot requested review from dtfranz and joelanford March 2, 2026 18:52
@tmshort tmshort added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 2, 2026
@tmshort tmshort changed the title 🌱 Bump sigs.k8s.io/controller-tools 🌱 Bump sigs.k8s.io/controller-tools from 0.20.0 to 0.20.1 in the k8s-dependencies group Mar 2, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps sigs.k8s.io/controller-tools to v0.20.1 and refreshes generated CRD manifests to reflect the new controller-gen version annotation.

Changes:

  • Update sigs.k8s.io/controller-tools dependency from v0.20.0 to v0.20.1 in go.mod/go.sum
  • Regenerate/refresh CRD manifests so controller-gen.kubebuilder.io/version annotations reflect v0.20.1
  • Apply the same CRD annotation update across standard/experimental and e2e/Helm CRD copies

Reviewed changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
manifests/standard.yaml Updates CRD controller-gen version annotation to v0.20.1.
manifests/standard-e2e.yaml Updates CRD controller-gen version annotation to v0.20.1 for e2e manifests.
manifests/experimental.yaml Updates CRD controller-gen version annotation to v0.20.1 for experimental manifests.
manifests/experimental-e2e.yaml Updates CRD controller-gen version annotation to v0.20.1 for experimental e2e manifests.
helm/olmv1/base/operator-controller/crd/standard/olm.operatorframework.io_clusterextensions.yaml Updates Helm-packaged standard CRD annotation to v0.20.1.
helm/olmv1/base/operator-controller/crd/experimental/olm.operatorframework.io_clusterextensions.yaml Updates Helm-packaged experimental CRD annotation to v0.20.1.
helm/olmv1/base/operator-controller/crd/experimental/olm.operatorframework.io_clusterextensionrevisions.yaml Updates Helm-packaged experimental CRD annotation to v0.20.1.
helm/olmv1/base/catalogd/crd/standard/olm.operatorframework.io_clustercatalogs.yaml Updates Helm-packaged standard CRD annotation to v0.20.1.
helm/olmv1/base/catalogd/crd/experimental/olm.operatorframework.io_clustercatalogs.yaml Updates Helm-packaged experimental CRD annotation to v0.20.1.
go.sum Updates module sums for controller-tools v0.20.1.
go.mod Bumps controller-tools requirement to v0.20.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tmshort tmshort changed the title 🌱 Bump sigs.k8s.io/controller-tools from 0.20.0 to 0.20.1 in the k8s-dependencies group 🌱 Bump controller-tools from 0.20.0 to 0.20.1 Mar 2, 2026
Update the bingo tool, test files and CRDs

Signed-off-by: Todd Short <tshort@redhat.com>
Copilot AI review requested due to automatic review settings March 2, 2026 20:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 17 out of 18 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Member

@rashmigottipati rashmigottipati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that this PR modifies the controller-gen.kubebuilder.io/version annotation from v0.20.0 to v0.20.1 which the dependabot PR was missing.
Changes look good to me.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Mar 2, 2026
@openshift-ci
Copy link

openshift-ci bot commented Mar 2, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: rashmigottipati
Once this PR has been reviewed and has the lgtm label, please assign perdasilva for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codecov
Copy link

codecov bot commented Mar 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.60%. Comparing base (0e9ae67) to head (f7772da).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2534      +/-   ##
==========================================
+ Coverage   68.58%   68.60%   +0.02%     
==========================================
  Files         131      131              
  Lines        9288     9288              
==========================================
+ Hits         6370     6372       +2     
+ Misses       2432     2428       -4     
- Partials      486      488       +2     
Flag Coverage Δ
e2e 42.34% <ø> (-0.03%) ⬇️
experimental-e2e 52.00% <ø> (+0.15%) ⬆️
unit 53.71% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants