Skip to content

🌱 Bump github.com/cert-manager/cert-manager from 1.19.4 to 1.20.0#2597

Merged
openshift-merge-bot[bot] merged 2 commits intooperator-framework:mainfrom
tmshort:PR-2593
Mar 25, 2026
Merged

🌱 Bump github.com/cert-manager/cert-manager from 1.19.4 to 1.20.0#2597
openshift-merge-bot[bot] merged 2 commits intooperator-framework:mainfrom
tmshort:PR-2593

Conversation

@tmshort
Copy link
Copy Markdown
Contributor

@tmshort tmshort commented Mar 25, 2026

Alternative to #2593 (fixes lint issues)

Bumps github.com/cert-manager/cert-manager from 1.19.4 to 1.20.0.

Description

Reviewer Checklist

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

dependabot bot and others added 2 commits March 25, 2026 18:45
Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.19.4 to 1.20.0.
- [Release notes](https://github.com/cert-manager/cert-manager/releases)
- [Changelog](https://github.com/cert-manager/cert-manager/blob/master/RELEASE.md)
- [Commits](cert-manager/cert-manager@v1.19.4...v1.20.0)

---
updated-dependencies:
- dependency-name: github.com/cert-manager/cert-manager
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Todd Short <tshort@redhat.com>
Copilot AI review requested due to automatic review settings March 25, 2026 18:58
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 25, 2026

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 909119a
🔍 Latest deploy log https://app.netlify.com/projects/olmv1/deploys/69c430688f93960008d79aef
😎 Deploy Preview https://deploy-preview-2597--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.

Copy link
Copy Markdown
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

Updates the operator-controller’s cert-manager integration to use cert-manager v1.20.0, adjusting code to match the updated cert-manager API types and refreshing Go module metadata accordingly.

Changes:

  • Bump github.com/cert-manager/cert-manager from v1.19.4 to v1.20.0.
  • Update CertificateSpec.IssuerRef construction to use certmanagermetav1.IssuerReference (was ObjectReference) in both implementation and tests.
  • Refresh go.mod/go.sum to reflect transitive dependency updates (e.g., gateway-api, miekg/dns, genproto submodule).

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
internal/operator-controller/rukpak/render/certproviders/certmanager.go Adjusts cert-manager Certificate rendering to use the updated IssuerReference type with cert-manager v1.20.0.
internal/operator-controller/rukpak/render/certproviders/certmanager_test.go Updates expected rendered Certificate spec to match the new IssuerReference type.
go.mod Bumps cert-manager to v1.20.0 and updates indirect dependency versions pulled by the bump.
go.sum Updates checksums for cert-manager and transitive dependency version changes.

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

@tmshort tmshort added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 25, 2026
Copy link
Copy Markdown
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.

/lgtm

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

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.85%. Comparing base (4ae0c6f) to head (909119a).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2597      +/-   ##
==========================================
- Coverage   67.87%   67.85%   -0.03%     
==========================================
  Files         137      137              
  Lines        9588     9588              
==========================================
- Hits         6508     6506       -2     
- Misses       2583     2584       +1     
- Partials      497      498       +1     
Flag Coverage Δ
e2e 38.04% <100.00%> (ø)
experimental-e2e 51.00% <100.00%> (-0.03%) ⬇️
unit 52.94% <100.00%> (ø)

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.

@tmshort
Copy link
Copy Markdown
Contributor Author

tmshort commented Mar 25, 2026

/approve

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Mar 25, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rashmigottipati, tmshort

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

The pull request process is described 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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 25, 2026
@openshift-merge-bot openshift-merge-bot bot merged commit b240fef into operator-framework:main Mar 25, 2026
30 checks passed
@tmshort tmshort deleted the PR-2593 branch March 26, 2026 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. 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