fix(container): update quay.io/jetstack/charts/cert-manager ( v1.21.0 ➔ v1.21.1 ) #1909

Merged
GiorgioAresu merged 1 commit from renovate/quay.io-jetstack-charts-cert-manager-1.x into main 2026-07-29 23:03:38 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
quay.io/jetstack/charts/cert-manager (source) patch v1.21.0v1.21.1

Release Notes

cert-manager/cert-manager (quay.io/jetstack/charts/cert-manager)

v1.21.1

Compare Source

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

v1.21.1 fixes a controller panic for Certificates with spec.renewal.policy: Disabled, a regression in 1.21.0 which caused log spam and dropped Secret informer events, Issuers and ClusterIssuers getting stuck at Ready=False (InvalidSolver) when a referenced ACME DNS-01 solver Secret is created after the Issuer, and the commented Gateway API example in the Helm chart values. It also updates several dependencies to fix reported security vulnerabilities.

All users should upgrade.

Changes by Kind
Bug or Regression
  • Avoid controller panic if a Certificate sets spec.renewal.policy=Disabled (#​9038, @​sklirg)
  • Fix Issuer/ClusterIssuer stuck at Ready=False/InvalidSolver after a missing ACME DNS-01 solver Secret is created (#​9083, @​SebTardif)
  • Fix log spam and dropped Secret informer events for non-cert-manager Secrets, caused by a generics regression introduced in 1.21.0. (#​9037, @​wallrj-cyberark)
  • Fixed the commented Gateway API config example in the Helm chart values to use gatewayAPI.enabled instead of the invalid gatewayAPI.enable. (#​9012, @​mateenali66)
Other (Cleanup or Flake)
  • Bump golang.org/x/text to v0.40.0 to fix a reported security vulnerability (#​9039, @​wallrj-cyberark)
  • Bump google.golang.org/grpc to v1.82.1 to fix a reported security vulnerability (#​9063)
  • Bump github.com/google/cel-go to v0.29.0 to fix a reported security vulnerability (#​9072)
  • Bump go.opentelemetry.io/otel to v1.44.0 to fix a reported security vulnerability (#​9073)
  • Update distroless base images (#​9000, #​9025)

v1.21.1

Compare Source

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

v1.21.1 fixes a controller panic for Certificates with spec.renewal.policy: Disabled, a regression in 1.21.0 which caused log spam and dropped Secret informer events, Issuers and ClusterIssuers getting stuck at Ready=False (InvalidSolver) when a referenced ACME DNS-01 solver Secret is created after the Issuer, and the commented Gateway API example in the Helm chart values. It also updates several dependencies to fix reported security vulnerabilities.

All users should upgrade.

Changes by Kind
Bug or Regression
  • Avoid controller panic if a Certificate sets spec.renewal.policy=Disabled (#​9038, @​sklirg)
  • Fix Issuer/ClusterIssuer stuck at Ready=False/InvalidSolver after a missing ACME DNS-01 solver Secret is created (#​9083, @​SebTardif)
  • Fix log spam and dropped Secret informer events for non-cert-manager Secrets, caused by a generics regression introduced in 1.21.0. (#​9037, @​wallrj-cyberark)
  • Fixed the commented Gateway API config example in the Helm chart values to use gatewayAPI.enabled instead of the invalid gatewayAPI.enable. (#​9012, @​mateenali66)
Other (Cleanup or Flake)
  • Bump golang.org/x/text to v0.40.0 to fix a reported security vulnerability (#​9039, @​wallrj-cyberark)
  • Bump google.golang.org/grpc to v1.82.1 to fix a reported security vulnerability (#​9063)
  • Bump github.com/google/cel-go to v0.29.0 to fix a reported security vulnerability (#​9072)
  • Bump go.opentelemetry.io/otel to v1.44.0 to fix a reported security vulnerability (#​9073)
  • Update distroless base images (#​9000, #​9025)

Configuration

📅 Schedule: (in timezone Europe/Rome)

  • 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 these updates again.


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

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/jetstack/charts/cert-manager](https://cert-manager.io) ([source](https://github.com/cert-manager/cert-manager)) | patch | `v1.21.0` → `v1.21.1` | --- ### Release Notes <details> <summary>cert-manager/cert-manager (quay.io/jetstack/charts/cert-manager)</summary> ### [`v1.21.1`](https://github.com/cert-manager/cert-manager/releases/tag/v1.21.1) [Compare Source](https://github.com/cert-manager/cert-manager/compare/v1.21.1...v1.21.1) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. v1.21.1 fixes a controller panic for Certificates with `spec.renewal.policy: Disabled`, a regression in 1.21.0 which caused log spam and dropped Secret informer events, Issuers and ClusterIssuers getting stuck at `Ready=False` (`InvalidSolver`) when a referenced ACME DNS-01 solver Secret is created after the Issuer, and the commented Gateway API example in the Helm chart values. It also updates several dependencies to fix reported security vulnerabilities. All users should upgrade. ##### Changes by Kind ##### Bug or Regression - Avoid controller panic if a Certificate sets spec.renewal.policy=Disabled ([#&#8203;9038](https://github.com/cert-manager/cert-manager/issues/9038), [@&#8203;sklirg](https://github.com/sklirg)) - Fix Issuer/ClusterIssuer stuck at Ready=False/InvalidSolver after a missing ACME DNS-01 solver Secret is created ([#&#8203;9083](https://github.com/cert-manager/cert-manager/issues/9083), [@&#8203;SebTardif](https://github.com/SebTardif)) - Fix log spam and dropped Secret informer events for non-cert-manager Secrets, caused by a generics regression introduced in 1.21.0. ([#&#8203;9037](https://github.com/cert-manager/cert-manager/issues/9037), [@&#8203;wallrj-cyberark](https://github.com/wallrj-cyberark)) - Fixed the commented Gateway API config example in the Helm chart values to use `gatewayAPI.enabled` instead of the invalid `gatewayAPI.enable`. ([#&#8203;9012](https://github.com/cert-manager/cert-manager/issues/9012), [@&#8203;mateenali66](https://github.com/mateenali66)) ##### Other (Cleanup or Flake) - Bump `golang.org/x/text` to v0.40.0 to fix a reported security vulnerability ([#&#8203;9039](https://github.com/cert-manager/cert-manager/issues/9039), [@&#8203;wallrj-cyberark](https://github.com/wallrj-cyberark)) - Bump `google.golang.org/grpc` to v1.82.1 to fix a reported security vulnerability ([#&#8203;9063](https://github.com/cert-manager/cert-manager/issues/9063)) - Bump `github.com/google/cel-go` to v0.29.0 to fix a reported security vulnerability ([#&#8203;9072](https://github.com/cert-manager/cert-manager/issues/9072)) - Bump `go.opentelemetry.io/otel` to v1.44.0 to fix a reported security vulnerability ([#&#8203;9073](https://github.com/cert-manager/cert-manager/issues/9073)) - Update distroless base images ([#&#8203;9000](https://github.com/cert-manager/cert-manager/issues/9000), [#&#8203;9025](https://github.com/cert-manager/cert-manager/issues/9025)) ### [`v1.21.1`](https://github.com/cert-manager/cert-manager/releases/tag/v1.21.1) [Compare Source](https://github.com/cert-manager/cert-manager/compare/v1.21.0...v1.21.1) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. v1.21.1 fixes a controller panic for Certificates with `spec.renewal.policy: Disabled`, a regression in 1.21.0 which caused log spam and dropped Secret informer events, Issuers and ClusterIssuers getting stuck at `Ready=False` (`InvalidSolver`) when a referenced ACME DNS-01 solver Secret is created after the Issuer, and the commented Gateway API example in the Helm chart values. It also updates several dependencies to fix reported security vulnerabilities. All users should upgrade. ##### Changes by Kind ##### Bug or Regression - Avoid controller panic if a Certificate sets spec.renewal.policy=Disabled ([#&#8203;9038](https://github.com/cert-manager/cert-manager/issues/9038), [@&#8203;sklirg](https://github.com/sklirg)) - Fix Issuer/ClusterIssuer stuck at Ready=False/InvalidSolver after a missing ACME DNS-01 solver Secret is created ([#&#8203;9083](https://github.com/cert-manager/cert-manager/issues/9083), [@&#8203;SebTardif](https://github.com/SebTardif)) - Fix log spam and dropped Secret informer events for non-cert-manager Secrets, caused by a generics regression introduced in 1.21.0. ([#&#8203;9037](https://github.com/cert-manager/cert-manager/issues/9037), [@&#8203;wallrj-cyberark](https://github.com/wallrj-cyberark)) - Fixed the commented Gateway API config example in the Helm chart values to use `gatewayAPI.enabled` instead of the invalid `gatewayAPI.enable`. ([#&#8203;9012](https://github.com/cert-manager/cert-manager/issues/9012), [@&#8203;mateenali66](https://github.com/mateenali66)) ##### Other (Cleanup or Flake) - Bump `golang.org/x/text` to v0.40.0 to fix a reported security vulnerability ([#&#8203;9039](https://github.com/cert-manager/cert-manager/issues/9039), [@&#8203;wallrj-cyberark](https://github.com/wallrj-cyberark)) - Bump `google.golang.org/grpc` to v1.82.1 to fix a reported security vulnerability ([#&#8203;9063](https://github.com/cert-manager/cert-manager/issues/9063)) - Bump `github.com/google/cel-go` to v0.29.0 to fix a reported security vulnerability ([#&#8203;9072](https://github.com/cert-manager/cert-manager/issues/9072)) - Bump `go.opentelemetry.io/otel` to v1.44.0 to fix a reported security vulnerability ([#&#8203;9073](https://github.com/cert-manager/cert-manager/issues/9073)) - Update distroless base images ([#&#8203;9000](https://github.com/cert-manager/cert-manager/issues/9000), [#&#8203;9025](https://github.com/cert-manager/cert-manager/issues/9025)) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Rome) - 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
fix(container): update quay.io/jetstack/charts/cert-manager ( v1.21.0 ➔ v1.21.1 )
All checks were successful
Labeler / Labeler (pull_request) Successful in 4s
Lint / actionlint (pull_request) Successful in 6s
Lint / yamllint (pull_request) Successful in 13s
AI PR Review / AI PR Review (pull_request) Successful in 36s
Konflate 5 resources changed, 1 caution
5399976211
| datasource | package                              | from    | to      |
| ---------- | ------------------------------------ | ------- | ------- |
| docker     | quay.io/jetstack/charts/cert-manager | v1.21.0 | v1.21.1 |

Automated recommendation: APPROVE

Analysis engine: minimax/MiniMax-M2-7-anthropic@http://litellm.ai.svc.cluster.local:4000/v1 (anthropic)

Recommendation: Approve

cert-manager patch update v1.21.0 → v1.21.1

This is a straightforward patch update that bumps the cert-manager Helm chart across two files (ocirepository.yaml and helmfile.d/01-apps.yaml) from v1.21.0 to v1.21.1.

Changed Files

File Change
kubernetes/apps/cert-manager/cert-manager/app/ocirepository.yaml tag: v1.21.0v1.21.1
kubernetes/bootstrap/helmfile.d/01-apps.yaml version: v1.21.0v1.21.1

Caveat

  • The PR title uses fix(container): which is imprecise for a Helm chart OCI artifact update. This is a cosmetic inconsistency and not a blocker.

Non-blocking Notes

  • Security fixes included: The release notes indicate this patch addresses multiple reported security vulnerabilities in dependencies (golang.org/x/text, google.golang.org/grpc, github.com/google/cel-go, go.opentelemetry.io/otel) and updates distroless base images. This is a security-positive change.
  • Bug fixes included: Controller panic on spec.renewal.policy: Disabled, log spam regression, and Issuer stuck states — all fixed in this patch.
  • OCI artifact pinning: Per repository convention, OCI artifacts are pinned by tag/version rather than @sha256: digest. The change is consistent across both files.
  • Konflate rendered diff: Clean — no blast radius or lint cautions.
  • No image digest changes: This PR only touches Helm chart version references.
<!-- ai-pr-reviewer --> <!-- ai-pr-reviewer:{"version":1,"head_sha":"5399976211a10b592e482c1404cb354a558ebeb1","base_sha":"5796bce55574c8aa25a6c742cbf6ba19b7f70a75","review_scope":"full","review_result":"clean"} --> <!-- ai-pr-review-sha:5399976211a10b592e482c1404cb354a558ebeb1 --> <!-- ai-pr-review-fingerprint:4d98124ae996a64a22f1e9a8c6cfa664f1a864f6|cfg:683895cf40596a7cfe018951214a87b44e8e2c1efbd93080cde4ce109f3649e9 --> ✅ **Automated recommendation: APPROVE** _Analysis engine: minimax/MiniMax-M2-7-anthropic@http://litellm.ai.svc.cluster.local:4000/v1 (anthropic)_ ## Recommendation: Approve **cert-manager patch update v1.21.0 → v1.21.1** This is a straightforward patch update that bumps the cert-manager Helm chart across two files (`ocirepository.yaml` and `helmfile.d/01-apps.yaml`) from `v1.21.0` to `v1.21.1`. ### Changed Files | File | Change | |------|--------| | `kubernetes/apps/cert-manager/cert-manager/app/ocirepository.yaml` | `tag: v1.21.0` → `v1.21.1` | | `kubernetes/bootstrap/helmfile.d/01-apps.yaml` | `version: v1.21.0` → `v1.21.1` | ### Caveat - The PR title uses `fix(container):` which is imprecise for a Helm chart OCI artifact update. This is a cosmetic inconsistency and not a blocker. ### Non-blocking Notes - **Security fixes included**: The release notes indicate this patch addresses multiple reported security vulnerabilities in dependencies (`golang.org/x/text`, `google.golang.org/grpc`, `github.com/google/cel-go`, `go.opentelemetry.io/otel`) and updates distroless base images. This is a security-positive change. - **Bug fixes included**: Controller panic on `spec.renewal.policy: Disabled`, log spam regression, and Issuer stuck states — all fixed in this patch. - **OCI artifact pinning**: Per repository convention, OCI artifacts are pinned by tag/version rather than `@sha256:` digest. The change is consistent across both files. - **Konflate rendered diff**: Clean — no blast radius or lint cautions. - **No image digest changes**: This PR only touches Helm chart version references.
Collaborator

konflate — summary

+0 added · 5 changed · −0 removed — 5 resources · 2 apps

Blast radius

  • Kustomization cert-manager/cert-manager — 1 dependent (Kustomization kube-system/k8tz)

⚠ Caution

  • Job cert-manager/cert-manager-startupapicheck — spec.template changed — immutable on Job; the apply fails until the resource is recreated (or Flux force is enabled)

Image changes

image from to
quay.io/jetstack/cert-manager-cainjector v1.21.0 v1.21.1
quay.io/jetstack/cert-manager-controller v1.21.0 v1.21.1
quay.io/jetstack/cert-manager-startupapicheck v1.21.0 v1.21.1
quay.io/jetstack/cert-manager-webhook v1.21.0 v1.21.1

View the full rendered diff →

konflate · rendered 5399976 · advisory, not a gate

<!-- konflate:pr-1909 --> ### konflate — summary **+0 added · 5 changed · −0 removed** — 5 resources · 2 apps **Blast radius** - `Kustomization cert-manager/cert-manager` — 1 dependent (`Kustomization kube-system/k8tz`) **⚠ Caution** - `Job cert-manager/cert-manager-startupapicheck` — spec.template changed — immutable on Job; the apply fails until the resource is recreated (or Flux force is enabled) **Image changes** | image | from | to | |---|---|---| | `quay.io/jetstack/cert-manager-cainjector` | `v1.21.0` | `v1.21.1` | | `quay.io/jetstack/cert-manager-controller` | `v1.21.0` | `v1.21.1` | | `quay.io/jetstack/cert-manager-startupapicheck` | `v1.21.0` | `v1.21.1` | | `quay.io/jetstack/cert-manager-webhook` | `v1.21.0` | `v1.21.1` | [View the full rendered diff →](https://konflate.aresu.eu/#/pr/1909) <sub>konflate · rendered `5399976` · advisory, not a gate</sub>
GiorgioAresu deleted branch renovate/quay.io-jetstack-charts-cert-manager-1.x 2026-07-29 23:03:38 +02:00
Sign in to join this conversation.
No description provided.