Skip to content

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

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

fix(deps): update module github.com/cert-manager/cert-manager to v1.20.2#1237
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-cert-manager-cert-manager-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 28, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/cert-manager/cert-manager v1.18.6v1.20.2 age confidence

Release Notes

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

v1.20.2

Compare Source

v1.20.2 fixes invalid YAML generated in the Helm chart when both webhook.config
and webhook.volumes are defined, and bumps Go to 1.26.2 along with dependencies
to address reported vulnerabilities.

Changes by Kind

Bug or Regression
Other (Cleanup or Flake)

v1.20.1

Compare Source

v1.20.0

Compare Source

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

v1.20.0 adds alpha support for the new ListenerSet resource, adds support for Azure Private DNS; parentRefs are no longer required when using ACME with Gateway API, and OtherNames was promoted to Beta.

Changes by Kind

Feature
  • Added a set of flags to permit setting NetworkPolicy across all deployed containers. Remove redundant global IP ranges from example policies. (#​8370, @​jcpunk)
  • Added selectable fields to custom resource definitions for .spec.issuerRef.{group, kind, name} (#​8256, @​tareksha)
  • Added support for specifying imagePullSecrets in the startupapicheck-job Helm template to enable pulling images from private registries. (#​8186, @​mathieu-clnk)
  • Added 'extraContainers' helm chart value, allowing the deployment of arbitrary sidecar containers within the cert-manager operator pod. This can be used to support, for e.g., AWS IAM Roles Anywhere for Route53 DNS01 verification. (#​8355, @​dancmeyers)
  • Added parentRef override annotations on the Certificate resource. (#​8518, @​hjoshi123)
  • Added support for azure private zones for dns01 issuer. (#​8494, @​hjoshi123)
  • Added support for configuring PEM decoding size limits, allowing operators to handle larger certificates and keys. (#​7642, @​robertlestak)
  • Added support for unhealthyPodEvictionPolicy in PodDisruptionBudget (#​7728, @​jcpunk)
  • For Venafi provider, read venafi.cert-manager.io/custom-fields annotation on Issuer/ClusterIssuer and use it as base with override/append capabilities on Certificate level. (#​8301, @​k0da)
  • Improve error message when CA issuers are misconfigured to use a clashing secret name (#​8374, @​majiayu000)
  • Introduce a new Ingress annotation acme.cert-manager.io/http01-ingress-ingressclassname to override http01.ingress.ingressClassName field in HTTP-01 challenge solvers. (#​8244, @​lunarwhite)
  • Update global.nodeSelector to helm chart to perform a merge and allow for a single nodeSelector to be set across all services. (#​8195, @​StingRayZA)
  • Vault issuers will now include the Vault server address as one of the default audiences on generated service account tokens. (#​8228, @​terinjokes)
  • Added experimental XListenerSets feature gate (#​8394, @​hjoshi123)
Documentation
Bug or Regression
  • Adds logs for cases when acme server returns us a fatal error in the order controller (#​8199, @​Peac36)
  • Fixed an issue where kind or group in the issuerRef of a Certificate was omitted, upgrading to 1.19.x incorrectly caused the certificate to be renewed (#​8160, @​inteon)
  • Changes to the Duration and RenewBefore annotations on ingress and gateway-api resources will now trigger certificate updates. (#​8232, @​eleanor-merry)
  • Fix an issue where ACME challenge TXT records are not cleaned up when there are many resource records in CloudDNS. (#​8456, @​tkna)
  • Fix unregulated retries with the DigitalOcean DNS-01 solver
    Add full detailed DNS-01 errors to the events attached to the Challenge, for easier debugging (#​8221, @​wallrj-cyberark)
  • Fixed an infinite re-issuance loop that could occur when an issuer returns a certificate with a public key that doesn't match the CSR. The issuing controller now validates the certificate before storing it and fails with backoff on mismatch. (#​8403, @​calm329)
  • Fixed an issue where HTTP-01 challenges failed when the Host header contains an IPv6 address. This means that users can now issue IP address certificates for IPv6 address subjects. (#​8424, @​SlashNephy)
  • Fixed the HTTP-01 Gateway solver creating invalid HTTPRoutes by not setting spec.hostnames when the challenge DNSName is an IP address. (#​8443, @​alviss7)
  • Revert API defaults for issuer reference kind and group introduced in 0.19.0 (#​8173, @​erikgb)
  • Security (MODERATE): Fix a potential panic in the cert-manager controller when a DNS response in an unexpected order was cached. If an attacker was able to modify DNS responses (or if they controlled the DNS server) it was possible to cause denial of service for the cert-manager controller. (#​8469, @​SgtCoDFish)
  • Update Go to v1.25.5 to fix CVE-2025-61727 and CVE-2025-61729 (#​8290, @​octo-sts[bot])
  • When Prometheus monitoring is enabled, the metrics label is now set to the intended value of cert-manager. Previously, it was set depending on various factors (namespace cert-manager is installed in and/or Helm release name). (#​8162, @​LiquidPL)
Other (Cleanup or Flake)

v1.19.5

Compare Source

v1.19.4

Compare Source

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

v1.19.4 is a simple patch release to fix some reported vulnerabilities - notably CVE-2026-24051 and CVE-2025-68121. All users should upgrade.

Changes by Kind
Bug or Regression

v1.19.3

Compare Source

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

This release contains three bug fixes, including a fix for the MODERATE severity DoS issue in GHSA-gx3x-vq4p-mhhv. All users should upgrade to the latest release.

Changes by Kind

Bug or Regression
  • Fixed an infinite re-issuance loop that could occur when an issuer returns a certificate with a public key that doesn't match the CSR. The issuing controller now validates the certificate before storing it and fails with backoff on mismatch. (#​8415, @​cert-manager-bot)
  • Fixed an issue where HTTP-01 challenges failed when the Host header contained an IPv6 address. This means that users can now issue IP address certificates for IPv6 address subjects. (#​8436, @​cert-manager-bot)
  • Security (MODERATE): Fix a potential panic in the cert-manager controller when a DNS response in an unexpected order was cached. If an attacker was able to modify DNS responses (or if they controlled the DNS server) it was possible to cause denial of service for the cert-manager controller. (#​8468, @​SgtCoDFish)
Other (Cleanup or Flake)

v1.19.2

Compare Source

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

We updated Go to fix some vulnerabilities in the standard library.

📖 Read the full 1.19 release notes on the cert-manager.io website before upgrading.

Changes since v1.19.1

Bug or Regression
  • Address false positive vulnerabilities CVE-2025-47914 and CVE-2025-58181 which were reported by Trivy. (#​8283, @​SgtCoDFish)
  • Update Go to v1.25.5 to fix CVE-2025-61727 and CVE-2025-61729 (#​8294, @​wallrj-cyberark)
  • Update global.nodeSelector to helm chart to perform a merge and allow for a single nodeSelector to be set across all services. (#​8233, @​cert-manager-bot)
Other (Cleanup or Flake)

v1.19.1

Compare Source

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

We reverted the CRD-based API defaults for Certificate.Spec.IssuerRef and CertificateRequest.Spec.IssuerRef after they were found to cause unexpected certificate renewals after upgrading to 1.19.0. We will try re-introducing these API defaults in cert-manager 1.20.
We fixed a bug that caused certificates to be re-issued unexpectedly if the issuerRef kind or group was changed to one of the "runtime" default values.
We upgraded Go to 1.25.3 to address the following security vulnerabilities: CVE-2025-61724, CVE-2025-58187, CVE-2025-47912, CVE-2025-58183, CVE-2025-61723, CVE-2025-58186, CVE-2025-58185, CVE-2025-58188, and CVE-2025-61725.

📖 Read the full 1.19 release notes on the cert-manager.io website before upgrading.

Changes since v1.19.0:

Bug or Regression
  • BUGFIX: in case kind or group in the issuerRef of a Certificate was omitted, upgrading to 1.19.x incorrectly caused the certificate to be renewed (#​8175, @​cert-manager-bot)
  • Bump Go to 1.25.3 to fix a backwards incompatible change to the validation of DNS names in X.509 SAN fields which prevented the use of DNS names with a trailing dot (#​8177, @​wallrj-cyberark)
  • Revert API defaults for issuer reference kind and group introduced in 0.19.0 (#​8178, @​cert-manager-bot)

v1.19.0

Compare Source

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

⚠️ Known issues: The following known issues are fixed in v1.19.1:

This release focuses on expanding platform compatibility, improving deployment flexibility, enhancing observability, and addressing key reliability issues.

📖 Read the full release notes at cert-manager.io: https://cert-manager.io/docs/releases/release-notes/release-notes-1.19

Changes since v1.18.0:

Feature

  • Add IPv6 rules to the default network policy (#​7726, @​jcpunk)
  • Add global.nodeSelector to helm chart to allow for a single nodeSelector to be set across all services. (#​7818, @​StingRayZA)
  • Add a feature gate to default to Ingress pathType Exact in ACME HTTP01 Ingress challenge solvers. (#​7795, @​sspreitzer)
  • Add generated applyconfigurations allowing clients to make type-safe server-side apply requests for cert-manager resources. (#​7866, @​erikgb)
  • Added API defaults to issuer references group (cert-manager.io) and kind (Issuer). (#​7414, @​erikgb)
  • Added certmanager_certificate_challenge_status Prometheus metric. (#​7736, @​hjoshi123)
  • Added protocol field for rfc2136 DNS01 provider (#​7881, @​hjoshi123)
  • Added experimental field hostUsers flag to all pods. Not set by default. (#​7973, @​hjoshi123)
  • Support configurable resource requests and limits for ACME HTTP01 solver pods through ClusterIssuer and Issuer specifications, allowing granular resource management that overrides global --acme-http01-solver-resource-* settings. (#​7972, @​lunarwhite)
  • The CAInjectorMerging feature has been promoted to BETA and is now enabled by default (#​8017, @​ThatsMrTalbot)
  • The controller, webhook and ca-injector now log their version and git commit on startup for easier debugging and support. (#​8072, @​prasad89)
  • Updated certificate metrics to the collector approach. (#​7856, @​hjoshi123)

Bug or Regression

  • ACME: Increased challenge authorization timeout to 2 minutes to fix error waiting for authorization (#​7796, @​hjoshi123)
  • BUGFIX: permitted URI domains were incorrectly used to set the excluded URI domains in the CSR's name constraints (#​7816, @​kinolaev)
  • Enforced ACME HTTP-01 solver validation to properly reject configurations when multiple ingress options (class, ingressClassName, name) are specified simultaneously (#​8021, @​lunarwhite)
  • Increase maximum sizes of PEM certificates and chains which can be parsed in cert-manager, to handle leaf certificates with large numbers of DNS names or other identities (#​7961, @​SgtCoDFish)
  • Reverted adding the global.rbac.disableHTTPChallengesRole Helm option. (#​7836, @​inteon)
  • This change removes the path label of core ACME client metrics and will require users to update their monitoring dashboards and alerting rules if using those metrics. (#​8109, @​mladen-rusev-cyberark)
  • Use the latest version of ingress-nginx in E2E tests to ensure compatibility (#​7792, @​wallrj)

Other (Cleanup or Flake)

  • Helm: Fix naming template of tokenrequest RoleBinding resource to improve consistency (#​7761, @​lunarwhite)
  • Improve error messages when certificates, CRLs or private keys fail admission due to malformed or missing PEM data (#​7928, @​SgtCoDFish)
  • Major upgrade of Akamai SDK. NOTE: The new version has not been fully tested end-to-end due to the lack of cloud infrastructure. (#​8003, @​hjoshi123)
  • Update kind images to include the Kubernetes 1.33 node image (#​7786, @​wallrj)
  • Use maps.Copy for cleaner map handling (#​8092, @​quantpoet)
  • Vault: Migrate Vault E2E add-on tests from deprecated vault-client-go to the new vault/api client. (#​8059, @​armagankaratosun)

Configuration

📅 Schedule: (UTC)

  • 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner January 28, 2026 05:15
@renovate renovate Bot added chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file safe-to-test labels Jan 28, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jan 28, 2026

ℹ️ Artifact update notice

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

  • 53 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.4 -> 1.25.0
github.com/onsi/ginkgo/v2 v2.22.0 -> v2.28.0
github.com/onsi/gomega v1.36.1 -> v1.39.1
k8s.io/api v0.33.9 -> v0.35.2
k8s.io/apimachinery v0.33.9 -> v0.35.2
k8s.io/client-go v0.33.9 -> v0.35.2
sigs.k8s.io/controller-runtime v0.21.0 -> v0.23.1
cel.dev/expr v0.24.0 -> v0.25.1
github.com/cenkalti/backoff/v5 v5.0.2 -> v5.0.3
github.com/emicklei/go-restful/v3 v3.12.1 -> v3.13.0
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
github.com/fxamacker/cbor/v2 v2.8.0 -> v2.9.0
github.com/go-openapi/jsonpointer v0.21.1 -> v0.22.4
github.com/go-openapi/jsonreference v0.21.0 -> v0.21.4
github.com/google/gnostic-models v0.6.9 -> v0.7.1
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db -> v0.0.0-20260115054156-294ebfa9ad83
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.0 -> v2.27.1
github.com/mailru/easyjson v0.9.0 -> v0.9.1
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/prometheus/client_golang v1.22.0 -> v1.23.2
github.com/prometheus/common v0.65.0 -> v0.66.1
github.com/prometheus/procfs v0.16.1 -> v0.17.0
github.com/spf13/cobra v1.9.1 -> v1.10.2
github.com/spf13/pflag v1.0.6 -> v1.0.10
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel v1.36.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 -> v1.37.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0 -> v1.37.0
go.opentelemetry.io/otel/metric v1.36.0 -> v1.43.0
go.opentelemetry.io/otel/sdk v1.36.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.36.0 -> v1.43.0
go.uber.org/zap v1.27.0 -> v1.27.1
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b -> v0.0.0-20250718183923-645b1fa84792
golang.org/x/net v0.47.0 -> v0.52.0
golang.org/x/oauth2 v0.30.0 -> v0.35.0
golang.org/x/sync v0.18.0 -> v0.20.0
golang.org/x/sys v0.38.0 -> v0.42.0
golang.org/x/term v0.37.0 -> v0.41.0
golang.org/x/text v0.31.0 -> v0.35.0
golang.org/x/time v0.12.0 -> v0.14.0
golang.org/x/tools v0.38.0 -> v0.42.0
gomodules.xyz/jsonpatch/v2 v2.4.0 -> v2.5.0
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 -> v0.0.0-20260128011058-8636f8732409
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 -> v0.0.0-20260319201613-d00831a3d3e7
google.golang.org/grpc v1.73.0 -> v1.79.3
k8s.io/apiextensions-apiserver v0.33.4 -> v0.35.2
k8s.io/apiserver v0.33.4 -> v0.35.2
k8s.io/component-base v0.33.4 -> v0.35.2
k8s.io/klog/v2 v2.130.1 -> v2.140.0
k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a -> v0.0.0-20260127142750-a19766b6e2d4
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 -> v0.0.0-20260210185600-b8788abfbbc2
sigs.k8s.io/gateway-api v1.1.0 -> v1.5.0
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 -> v0.0.0-20250730193827-2d320260d730

@github-actions github-actions Bot added the needs-triage Needs thorough attention from code reviewers label Jan 28, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/cert-manager/cert-manager to v1.19.2 fix(deps): update module github.com/cert-manager/cert-manager to v1.19.3 Feb 2, 2026
@renovate renovate Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch from 920aebd to 64f39c5 Compare February 2, 2026 14:31
@renovate renovate Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch from 64f39c5 to abea953 Compare February 9, 2026 15:53
@renovate renovate Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch 4 times, most recently from b5cfb5d to 960e719 Compare February 19, 2026 14:41
@renovate renovate Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch from 960e719 to 1d08720 Compare February 24, 2026 17:48
@renovate renovate Bot changed the title fix(deps): update module github.com/cert-manager/cert-manager to v1.19.3 fix(deps): update module github.com/cert-manager/cert-manager to v1.19.4 Feb 24, 2026
@renovate renovate Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch 3 times, most recently from 2bd6a95 to 7981dea Compare March 9, 2026 13:21
@renovate renovate Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch 2 times, most recently from c3d57f5 to 1b7a2b8 Compare March 10, 2026 17:38
@renovate renovate Bot changed the title fix(deps): update module github.com/cert-manager/cert-manager to v1.19.4 fix(deps): update module github.com/cert-manager/cert-manager to v1.20.0 Mar 10, 2026
@renovate renovate Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch 4 times, most recently from 3e5f384 to 732f689 Compare March 19, 2026 14:42
@renovate renovate Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch 3 times, most recently from 9d57eee to a8d2e5c Compare March 27, 2026 21:02
@renovate renovate Bot changed the title fix(deps): update module github.com/cert-manager/cert-manager to v1.20.0 fix(deps): update module github.com/cert-manager/cert-manager to v1.20.1 Mar 27, 2026
@renovate renovate Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch from a8d2e5c to 33fd387 Compare April 7, 2026 13:38
@renovate renovate Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch 3 times, most recently from f922828 to d52863d Compare April 11, 2026 17:09
@renovate renovate Bot changed the title fix(deps): update module github.com/cert-manager/cert-manager to v1.20.1 fix(deps): update module github.com/cert-manager/cert-manager to v1.20.2 Apr 11, 2026
@renovate renovate Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch 7 times, most recently from c991bed to 4b06aa2 Compare April 20, 2026 14:48
@renovate renovate Bot changed the title fix(deps): update module github.com/cert-manager/cert-manager to v1.20.2 fix(deps): update module github.com/cert-manager/cert-manager to v1.20.2 - autoclosed Apr 21, 2026
@renovate renovate Bot closed this Apr 21, 2026
@renovate renovate Bot deleted the renovate/github.com-cert-manager-cert-manager-1.x branch April 21, 2026 09:59
@renovate renovate Bot changed the title fix(deps): update module github.com/cert-manager/cert-manager to v1.20.2 - autoclosed fix(deps): update module github.com/cert-manager/cert-manager to v1.20.2 Apr 21, 2026
@renovate renovate Bot reopened this Apr 21, 2026
@renovate renovate Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch 6 times, most recently from 0d0fc46 to d74633a Compare April 23, 2026 20:06
@renovate renovate Bot force-pushed the renovate/github.com-cert-manager-cert-manager-1.x branch from d74633a to b017392 Compare April 24, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Refactor, rename, cleanup, etc. dependencies Pull requests that update a dependency file needs-triage Needs thorough attention from code reviewers safe-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants