-
Notifications
You must be signed in to change notification settings - Fork 92
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
059ce18
to
bf6e837
Compare
3530759
to
6d8847a
Compare
7adf689
to
d0fcb2b
Compare
ea1ef92
to
9fd49c0
Compare
c5f327a
to
6d1e114
Compare
ad27d93
to
608031b
Compare
7fb20a3
to
4d12e3c
Compare
e06967d
to
d32317f
Compare
fc70aec
to
0ce407c
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
0ce407c
to
e321de0
Compare
This PR contains the following updates:
v1.17.1
->v1.18.2
v1.36.3
->v1.38.0
v1.29.14
->v1.31.0
v1.17.67
->v1.18.4
v1.40.2
->v1.43.0
v1.41.1
->v1.46.0
v1.30.3
->v1.33.0
v1.33.19
->v1.37.0
v1.17.1
->v1.18.2
v0.15.0
->v0.15.1
v1.4.2
->v1.4.3
1.24.2
->1.25.0
1.24
->1.25
1.24.2
->1.25.0
1.24
->1.25
v0.32.3
->v0.33.4
v0.32.3
->v0.33.4
v0.32.3
->v0.33.4
1f6e0b7
->4c0f3b2
0.17.3
->0.18.0
v0.20.4
->v0.21.0
Release Notes
cert-manager/cert-manager (cert-manager/cert-manager)
v1.18.2
Compare 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
NameConstraints
feature gate).We dropped the new
global.rbac.disableHTTPChallengesRole
Helm option due to a bug we found, this feature will be released inv1.19
instead.Changes since
v1.18.1
:Bug or Regression
global.rbac.disableHTTPChallengesRole
Helm option. (#7837, @cert-manager-bot)v1.18.1
Compare 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-nginx
users to turn off the new default IngressPathType: Exact
behavior, 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-nginx
users to turn off the new default IngressPathType: Exact
behavior, 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.0
Compare 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.RotationPolicy
now set toAlways
(breaking change), and the defaultCertificate.Spec.RevisionHistoryLimit
now set to1
(potentially breaking).Known Issues
Changes since
v1.17.2
:Feature
app.kubernetes.io/managed-by: cert-manager
label 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)iss
short name for the cert-managerIssuer
resource. (#7373, @SgtCoDFish)ciss
short name for the cert-managerClusterIssuer
resource (#7373, @SgtCoDFish)global.rbac.disableHTTPChallengesRole
helm 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)UseDomainQualifiedFinalizer
feature to GA. (#7735, @jsoref)Certificate.Spec.PrivateKey.RotationPolicy
changed fromNever
toAlways
. (#7723, @wallrj)Documentation
Bug or Regression
go-jose
dependency to addressCVE-2025-27144
. (#7606, @SgtCoDFish)golang.org/x/oauth2
to patchCVE-2025-22868
. (#7638, @NicholasBlaskey)golang.org/x/crypto
to patchGHSA-hcg3-q754-cr77
. (#7638, @NicholasBlaskey)github.com/golang-jwt/jwt
to patchGHSA-mh63-6h87-95cp
. (#7638, @NicholasBlaskey)ImplementationSpecific
toExact
for 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)commonName
field; IP addresses are no longer added to the DNSsubjectAlternativeName
list and are instead added to theipAddresses
field as expected. (#7081, @johnjcool)certmanager_certificate_renewal_timestamp_seconds
metric help text indicating that the metric is relative to expiration time, rather than Unix epoch time. (#7609, @solidDoWant)Passthrough
mode. (#6986, @vehagn)golang.org/x/net
fixingCVE-2025-22870
. (#7619, @dependabot[bot])Other (Cleanup or Flake)
third_party/forked/acme
package with support for the ACME profiles extension. (#7776, @wallrj)AdditionalCertificateOutputFormats
feature 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.4
Compare 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
NameConstraints
feature gate).Changes since
v1.17.3
:Bug or Regression
v1.17.3
Compare 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.2
Compare 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.1
Bug or Regression
v1.23.8
to fixCVE-2025-22871
(#7701,@wallrj
)go-jose
dependency to addressCVE-2025-27144
(#7603,@SgtCoDFish
)golang.org/x/net
to addressCVE-2025-22870
reported by Trivy (#7622,@SgtCoDFish
)golang.org/x/net
to fixCVE-2025-22872
(#7703,@wallrj
)golang.org/x/oauth2
to patchCVE-2025-22868
(#7692,@lentzi90
)golang.org/x/crypto
to patchGHSA-hcg3-q754-cr77
(#7692,@lentzi90
)github.com/golang-jwt/jwt
to patchGHSA-mh63-6h87-95cp
(#7692,@lentzi90
)aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)
v1.38.0
Compare Source
Module Highlights
github.com/aws/aws-sdk-go-v2/service/ecr
: v1.38.0github.com/aws/aws-sdk-go-v2/service/ecrpublic
: v1.29.0v1.37.2
Compare Source
v1.37.1
Compare Source
Module Highlights
github.com/aws/aws-sdk-go-v2/service/appstream
: v1.47.1github.com/aws/aws-sdk-go-v2/service/budgets
: v1.35.0github.com/aws/aws-sdk-go-v2/service/ec2
: v1.241.0github.com/aws/aws-sdk-go-v2/service/networkmanager
: v1.37.1bool
to*bool
. Before this change, the fields were incorrectly marked as having default values of false by the service, which made it functionally impossible for users to set them false in an API call.github.com/aws/aws-sdk-go-v2/service/opensearchserverless
: v1.23.0github.com/aws/aws-sdk-go-v2/service/qbusiness
: v1.31.0v1.37.0
Compare Source
Module Highlights
github.com/aws/aws-sdk-go-v2/service/braket
: v1.36.0github.com/aws/aws-sdk-go-v2/service/datazone
: v1.37.0github.com/aws/aws-sdk-go-v2/service/fsx
: v1.59.0github.com/aws/aws-sdk-go-v2/service/partnercentralselling
: v1.10.0github.com/aws/aws-sdk-go-v2/service/sagemaker
: v1.209.0github.com/aws/aws-sdk-go-v2/service/securityir
: v1.8.0v1.36.6
Compare Source
v1.36.5
Compare 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.5github.com/aws/aws-sdk-go-v2/service/codestarnotifications
: v1.26.5github.com/aws/aws-sdk-go-v2/service/cognitoidentity
: v1.27.5github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider
: v1.46.5github.com/aws/aws-sdk-go-v2/service/cognitosync
: v1.23.5github.com/aws/aws-sdk-go-v2/service/comprehend
: v1.35.5github.com/aws/aws-sdk-go-v2/service/comprehendmedical
: v1.26.5github.com/aws/aws-sdk-go-v2/service/computeoptimizer
: v1.39.5github.com/aws/aws-sdk-go-v2/service/configservice
: v1.50.5github.com/aws/aws-sdk-go-v2/service/connect
: v1.115.2github.com/aws/aws-sdk-go-v2/service/connectcampaigns
: v1.15.5github.com/aws/aws-sdk-go-v2/service/connectcases
: v1.21.5github.com/aws/aws-sdk-go-v2/service/connectcontactlens
: v1.26.5github.com/aws/aws-sdk-go-v2/service/connectparticipant
: v1.27.5github.com/aws/aws-sdk-go-v2/service/controlcatalog
: v1.5.5github.com/aws/aws-sdk-go-v2/service/controltower
: v1.18.6github.com/aws/aws-sdk-go-v2/service/costandusagereportservice
: v1.28.5github.com/aws/aws-sdk-go-v2/service/costexplorer
: v1.43.5github.com/aws/aws-sdk-go-v2/service/costoptimizationhub
: v1.10.5github.com/aws/aws-sdk-go-v2/service/customerprofiles
: v1.42.5github.com/aws/aws-sdk-go-v2/service/databasemigrationservice
: v1.44.3github.com/aws/aws-sdk-go-v2/service/databrew
: v1.33.5github.com/aws/aws-sdk-go-v2/service/dataexchange
: v1.33.3github.com/aws/aws-sdk-go-v2/service/datapipeline
: v1.25.5github.com/aws/aws-sdk-go-v2/service/datasync
: v1.43.2github.com/aws/aws-sdk-go-v2/service/datazone
: v1.23.3github.com/aws/aws-sdk-go-v2/service/dax
: v1.23.5github.com/aws/aws-sdk-go-v2/service/deadline
: v1.6.4github.com/aws/aws-sdk-go-v2/service/detective
: v1.31.5github.com/aws/aws-sdk-go-v2/service/devicefarm
: v1.28.5github.com/aws/aws-sdk-go-v2/service/devopsguru
: v1.34.5github.com/aws/aws-sdk-go-v2/service/directconnect
: v1.29.5github.com/aws/aws-sdk-go-v2/service/directoryservice
: v1.30.5github.com/aws/aws-sdk-go-v2/service/directoryservicedata
: v1.2.5github.com/aws/aws-sdk-go-v2/service/dlm
: v1.28.5github.com/aws/aws-sdk-go-v2/service/docdbelastic
: v1.14.2github.com/aws/aws-sdk-go-v2/service/drs
: v1.30.5github.com/aws/aws-sdk-go-v2/service/dynamodb
: v1.36.5Configuration
📅 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.