-
Notifications
You must be signed in to change notification settings - Fork 97
Update all non-major dependencies #392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f0b7745 to
863c094
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
dc6bb0d to
dac23ea
Compare
9b05bae to
4587431
Compare
4587431 to
cad94b2
Compare
ea7d26a to
1e34734
Compare
1e34734 to
11a97dc
Compare
2887051 to
31a2e52
Compare
994fc9a to
c9549a9
Compare
631a5a3 to
342a53c
Compare
25f2e07 to
2ff1a56
Compare
f6bb086 to
75fc4a6
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
75fc4a6 to
f4e80b1
Compare
This PR contains the following updates:
v1.17.1->v1.19.1v1.39.3->v1.39.6v1.31.13->v1.31.20v1.18.17->v1.18.24v1.44.5->v1.46.2v1.47.8->v1.50.2v1.34.7->v1.34.13v1.38.7->v1.40.2v1.17.1->v1.19.1v0.15.0->v0.15.1v1.4.2->v1.4.3v1.10.0->v1.11.11.24.2->1.25.41.24->1.251.24.2->1.25.41.24->1.25v0.32.3->v0.34.2v0.32.3->v0.34.2v0.32.3->v0.34.21f6e0b7->bc988d50.17.3->0.19.0v0.20.4->v0.22.4Release Notes
cert-manager/cert-manager (cert-manager/cert-manager)
v1.19.1Compare 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.IssuerRefandCertificateRequest.Spec.IssuerRefafter they were found to cause unexpected certificate renewals after upgrading to 1.19.0. We will try re-introducing these API defaults in cert-manager1.20.We fixed a bug that caused certificates to be re-issued unexpectedly if the
issuerRefkind or group was changed to one of the "runtime" default values.We upgraded Go to
1.25.3to 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, andCVE-2025-61725.Changes since
v1.19.0:Bug or Regression
issuerRefof a Certificate was omitted, upgrading to1.19.xincorrectly caused the certificate to be renewed (#8175, @cert-manager-bot)v1.19.0Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
This release focuses on expanding platform compatibility, improving deployment flexibility, enhancing observability, and addressing key reliability issues.
Changes since
v1.18.0:Feature
global.nodeSelectorto helm chart to allow for a singlenodeSelectorto be set across all services. (#7818, @StingRayZA)pathTypeExactin ACME HTTP01 Ingress challenge solvers. (#7795, @sspreitzer)applyconfigurationsallowing clients to make type-safe server-side apply requests for cert-manager resources. (#7866, @erikgb)certmanager_certificate_challenge_statusPrometheus metric. (#7736, @hjoshi123)protocolfield forrfc2136DNS01 provider (#7881, @hjoshi123)hostUsersflag to all pods. Not set by default. (#7973, @hjoshi123)--acme-http01-solver-resource-*settings. (#7972, @lunarwhite)CAInjectorMergingfeature has been promoted to BETA and is now enabled by default (#8017, @ThatsMrTalbot)certificatemetrics to the collector approach. (#7856, @hjoshi123)Bug or Regression
error waiting for authorization(#7796, @hjoshi123)class,ingressClassName,name) are specified simultaneously (#8021, @lunarwhite)global.rbac.disableHTTPChallengesRoleHelm option. (#7836, @inteon)pathlabel 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)ingress-nginxin E2E tests to ensure compatibility (#7792, @wallrj)Other (Cleanup or Flake)
tokenrequestRoleBinding resource to improve consistency (#7761, @lunarwhite)maps.Copyfor cleaner map handling (#8092, @quantpoet)vault-client-goto the newvault/apiclient. (#8059, @armagankaratosun)v1.18.3Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
We fixed a bug which caused certificates to be re-issued unexpectedly, if the issuerRef kind or group was changed to one of the "runtime" default values. We increased the size limit when parsing PEM certificate chains to handle leaf certificates with large numbers of DNS named or other identities. We upgraded Go to 1.24.9 to fix various non-critical security vulnerabilities.
Changes since
v1.18.2:Bug or Regression
Other (Cleanup or Flake)
v1.18.2Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
We fixed a bug in the CSR's name constraints construction (only applies if you have enabled the
NameConstraintsfeature gate).We dropped the new
global.rbac.disableHTTPChallengesRoleHelm option due to a bug we found, this feature will be released inv1.19instead.Changes since
v1.18.1:Bug or Regression
global.rbac.disableHTTPChallengesRoleHelm option. (#7837, @cert-manager-bot)v1.18.1Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
We have added a new feature gate
ACMEHTTP01IngressPathTypeExact, to allowingress-nginxusers to turn off the new default IngressPathType: Exactbehavior, in ACME HTTP01 Ingress challenge solvers.This change fixes the following issue: #7791
We have increased the ACME challenge authorization timeout to two minutes, which we hope will fix a timeout error (
error waiting for authorization), which has been reported by multiple users, since the release of cert-managerv1.16.0.This change should fix the following issues: #7337, #7444, and #7685.
Changes since
v1.18.0:Feature
ACMEHTTP01IngressPathTypeExact, to allowingress-nginxusers to turn off the new default IngressPathType: Exactbehavior, in ACME HTTP01 Ingress challenge solvers. (#7810, @sspreitzer)Bug or Regression
error waiting for authorization. (#7801, @hjoshi123)Other (Cleanup or Flake)
#7807, @wallrj)v1.18.0Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
cert-manager 1.18 introduces several new features and breaking changes. Highlights include support for ACME certificate profiles, a new default for
Certificate.Spec.PrivateKey.RotationPolicynow set toAlways(breaking change), and the defaultCertificate.Spec.RevisionHistoryLimitnow set to1(potentially breaking).Known Issues
Changes since
v1.17.2:Feature
app.kubernetes.io/managed-by: cert-managerlabel to the created Let's Encrypt account keys (#7577, @terinjokes)certmanager_certificate_not_before_timestamp_seconds,certmanager_certificate_not_after_timestamp_seconds). (#7612, @solidDoWant)--extra-certificate-annotations, which sets a list of annotation keys to be copied from Ingress-like to resulting Certificate object (#7083, @k0da)issshort name for the cert-managerIssuerresource. (#7373, @SgtCoDFish)cissshort name for the cert-managerClusterIssuerresource (#7373, @SgtCoDFish)global.rbac.disableHTTPChallengesRolehelm value to disable HTTP-01 ACME challenges. This allows cert-manager to drop its permission to create pods, improving security when HTTP-01 challenges are not required. (#7666, @ali-hamza-noor)FindZoneByFqdn(#7596, @ThatsIvan)UseDomainQualifiedFinalizerfeature to GA. (#7735, @jsoref)Certificate.Spec.PrivateKey.RotationPolicychanged fromNevertoAlways. (#7723, @wallrj)Documentation
Bug or Regression
go-josedependency to addressCVE-2025-27144. (#7606, @SgtCoDFish)golang.org/x/oauth2to patchCVE-2025-22868. (#7638, @NicholasBlaskey)golang.org/x/cryptoto patchGHSA-hcg3-q754-cr77. (#7638, @NicholasBlaskey)github.com/golang-jwt/jwtto patchGHSA-mh63-6h87-95cp. (#7638, @NicholasBlaskey)ImplementationSpecifictoExactfor a reliable handling of ingress controllers and enhanced security. (#7767, @sspreitzer)--namespace=<namespace>: limit the scope of cert-manager to a single namespace and disable cluster-scoped controllers. (#7678, @tsaarni)commonNamefield; IP addresses are no longer added to the DNSsubjectAlternativeNamelist and are instead added to theipAddressesfield as expected. (#7081, @johnjcool)certmanager_certificate_renewal_timestamp_secondsmetric help text indicating that the metric is relative to expiration time, rather than Unix epoch time. (#7609, @solidDoWant)Passthroughmode. (#6986, @vehagn)golang.org/x/netfixingCVE-2025-22870. (#7619, @dependabot[bot])Other (Cleanup or Flake)
third_party/forked/acmepackage with support for the ACME profiles extension. (#7776, @wallrj)AdditionalCertificateOutputFormatsfeature to GA, making additional formats always enabled. (#7744, @erikgb)ValidateCAA. Setting this feature gate is now a no-op which does nothing but print a warning log line (#7553, @SgtCoDFish)v1.24.4(#7785, @wallrj)v1.17.4Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
We fixed a bug in the CSR's name constraints construction (only applies if you have enabled the
NameConstraintsfeature gate).Changes since
v1.17.3:Bug or Regression
v1.17.3Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
This patch release addresses several vulnerabilities reported by the Trivy security scanner. It is built with the latest version of Go 1.23.
We have increased the ACME challenge authorization timeout to two minutes, which we hope will fix a timeout error (
error waiting for authorization), which has been reported by multiple users, in: #7337, #7444, and #7685.Changes since
v1.17.2:Bug or Regression
waiting for authorization(#7798, @hjoshi123)Other (Cleanup or Flake)
v1.17.2Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
This patch release addresses several vulnerabilities reported by the Trivy security scanner. It is built with the latest version of Go 1.23 and includes various dependency updates.
Changes since
v1.17.1Bug or Regression
v1.23.8to fixCVE-2025-22871(#7701,@wallrj)go-josedependency to addressCVE-2025-27144(#7603,@SgtCoDFish)golang.org/x/netto addressCVE-2025-22870reported by Trivy (#7622,@SgtCoDFish)golang.org/x/netto fixCVE-2025-22872(#7703,@wallrj)golang.org/x/oauth2to patchCVE-2025-22868(#7692,@lentzi90)golang.org/x/cryptoto patchGHSA-hcg3-q754-cr77(#7692,@lentzi90)github.com/golang-jwt/jwtto patchGHSA-mh63-6h87-95cp(#7692,@lentzi90)aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)
v1.39.6Compare Source
v1.39.5Compare Source
General Highlights
Module Highlights
github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.34.5github.com/aws/aws-sdk-go-v2/service/account: v1.21.5github.com/aws/aws-sdk-go-v2/service/acm: v1.30.5github.com/aws/aws-sdk-go-v2/service/acmpca: v1.37.6github.com/aws/aws-sdk-go-v2/service/amp: v1.30.2github.com/aws/aws-sdk-go-v2/service/amplify: v1.27.3github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.27.5github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.23.5github.com/aws/aws-sdk-go-v2/service/apigateway: v1.27.5github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.23.5github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.24.5github.com/aws/aws-sdk-go-v2/service/appconfig: v1.35.3github.com/aws/aws-sdk-go-v2/service/appconfigdata: v1.18.5github.com/aws/aws-sdk-go-v2/service/appfabric: v1.11.5github.com/aws/aws-sdk-go-v2/service/appflow: v1.45.6github.com/aws/aws-sdk-go-v2/service/appintegrations: v1.30.5github.com/aws/aws-sdk-go-v2/service/applicationautoscaling: v1.33.5github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler: v1.21.5github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice: v1.28.5github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.29.3github.com/aws/aws-sdk-go-v2/service/applicationsignals: v1.6.5github.com/aws/aws-sdk-go-v2/service/appmesh: v1.29.5github.com/aws/aws-sdk-go-v2/service/apprunner: v1.32.5github.com/aws/aws-sdk-go-v2/service/appstream: v1.41.5github.com/aws/aws-sdk-go-v2/service/appsync: v1.39.2github.com/aws/aws-sdk-go-v2/service/apptest: v1.4.5github.com/aws/aws-sdk-go-v2/service/arczonalshift: v1.14.5github.com/aws/aws-sdk-go-v2/service/artifact: v1.6.5github.com/aws/aws-sdk-go-v2/service/athena: v1.48.3github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.37.5github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.48.0github.com/aws/aws-sdk-go-v2/service/autoscalingplans: v1.24.5github.com/aws/aws-sdk-go-v2/service/b2bi: v1.0.0-preview.51github.com/aws/aws-sdk-go-v2/service/backup: v1.39.6github.com/aws/aws-sdk-go-v2/service/backupgateway: v1.20.5github.com/aws/aws-sdk-go-v2/service/batch: v1.47.2github.com/aws/aws-sdk-go-v2/service/bcmdataexports: v1.7.5github.com/aws/aws-sdk-go-v2/service/bedrock: v1.22.2github.com/aws/aws-sdk-go-v2/service/bedrockagent: v1.27.0github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime: v1.23.3github.com/aws/aws-sdk-go-v2/service/bedrockruntime: v1.20.0github.com/aws/aws-sdk-go-v2/service/billingconductor: v1.20.5github.com/aws/aws-sdk-go-v2/service/braket: v1.31.5github.com/aws/aws-sdk-go-v2/service/budgets: v1.28.5github.com/aws/aws-sdk-go-v2/service/chatbot: v1.8.5github.com/aws/aws-sdk-go-v2/service/chime: v1.34.5github.com/aws/aws-sdk-go-v2/service/chimesdkidentity: v1.22.5github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines: v1.20.5github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.27.5github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging: v1.26.5github.com/aws/aws-sdk-go-v2/service/chimesdkvoice: v1.19.5github.com/aws/aws-sdk-go-v2/service/cleanrooms: v1.20.0github.com/aws/aws-sdk-go-v2/service/cleanroomsml: v1.10.0github.com/aws/aws-sdk-go-v2/service/cloud9: v1.28.5github.com/aws/aws-sdk-go-v2/service/cloudcontrol: v1.22.5github.com/aws/aws-sdk-go-v2/service/clouddirectory: v1.24.5github.com/aws/aws-sdk-go-v2/service/cloudfrontkeyvaluestore: v1.8.5github.com/aws/aws-sdk-go-v2/service/cloudhsm: v1.24.5github.com/aws/aws-sdk-go-v2/service/cloudhsmv2: v1.27.6github.com/aws/aws-sdk-go-v2/service/cloudsearchdomain: v1.23.5github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.44.5github.com/aws/aws-sdk-go-v2/service/cloudtraildata: v1.11.5github.com/aws/aws-sdk-go-v2/service/cloudwatchevents: v1.27.5github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.43.2github.com/aws/aws-sdk-go-v2/service/codeartifact: v1.33.5github.com/aws/aws-sdk-go-v2/service/codebuild: v1.48.1github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.17.5github.com/aws/aws-sdk-go-v2/service/codecommit: v1.27.5github.com/aws/aws-sdk-go-v2/service/codeconnections: v1.5.5github.com/aws/aws-sdk-go-v2/service/codedeploy: v1.29.5github.com/aws/aws-sdk-go-v2/service/codeguruprofiler: v1.24.5github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.29.5github.com/aws/aws-sdk-go-v2/service/codegurusecurity: v1.12.5github.com/aws/aws-sdk-go-v2/service/codepipeline: v1.36.3github.com/aws/aws-sdk-go-v2/service/codestarconnections: [v1.29.5](service/codestarconnections/CHConfiguration
📅 Schedule: Branch creation - "after 9am on Wednesday,before 12pm on Wednesday" in timezone America/New_York, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.