Skip to content

fix(deps): update module github.com/cert-manager/cert-manager to v1.20.3#186

Open
angelnu-bot[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-cert-manager-cert-manager-1.x
Open

fix(deps): update module github.com/cert-manager/cert-manager to v1.20.3#186
angelnu-bot[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-cert-manager-cert-manager-1.x

Conversation

@angelnu-bot

@angelnu-bot angelnu-bot Bot commented Jun 25, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
github.com/cert-manager/cert-manager require patch v1.20.2 -> v1.20.3

Release Notes

cert-manager/cert-manager (github.com/cert-manager/cert-manager)

v1.20.3

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

This patch release fixes a security issue (GHSA-8rvj-mm4h-c258, HIGH) where the default cert-manager-edit aggregate ClusterRole granted namespace users permission to create ACME Challenge and Order resources directly. A user who could create a Challenge referencing a ClusterIssuer could supply attacker-controlled solver configuration while cert-manager loaded credentials from the ClusterIssuer's namespace, bypassing Issuer solver selectors (dnsZones, dnsNames, matchLabels). With the acme-dns provider specifically, this could disclose DNS credentials to an attacker-controlled endpoint.

This release also removes the issuer owner reference from Challenges which was blocking Challenge garbage collection, and updates Go to fix reported CVEs.

All users should upgrade.

[!WARNING]
Potentially breaking change: The cert-manager-edit aggregate ClusterRole no longer grants create for challenges.acme.cert-manager.io or create, patch, update for orders.acme.cert-manager.io. These resources are internal to cert-manager's ACME workflow and are not intended to be created or modified directly by users. If you have tooling or workflows that create Challenge or Order resources directly (outside of the normal Certificate → CertificateRequest → Order → Challenge flow), you will need to grant those permissions explicitly.

Changes by Kind

Bug or Regression
Other (Cleanup or Flake)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@angelnu-bot

angelnu-bot Bot commented Jun 25, 2026

Copy link
Copy Markdown
Author

ℹ Artifact update notice

File name: src/go.mod

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):

  • 7 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.49.0 -> v0.52.0
golang.org/x/mod v0.33.0 -> v0.35.0
golang.org/x/net v0.52.0 -> v0.55.0
golang.org/x/sys v0.42.0 -> v0.45.0
golang.org/x/term v0.41.0 -> v0.43.0
golang.org/x/text v0.35.0 -> v0.37.0
golang.org/x/tools v0.42.0 -> v0.44.0

@angelnu-bot angelnu-bot Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch 28 times, most recently from d51ddb4 to 9c2fcc6 Compare June 26, 2026 03:16
@angelnu-bot angelnu-bot Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch 29 times, most recently from 9f31180 to 5e8ed48 Compare June 27, 2026 07:09
| datasource | package                              | from    | to      |
| ---------- | ------------------------------------ | ------- | ------- |
| go         | github.com/cert-manager/cert-manager | v1.20.2 | v1.20.3 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants