chore(deps): update module github.com/cert-manager/cert-manager to v1.14.4 (#988)
This PR contains the following updates:
Package
Change
Age
Adoption
Passing
Confidence
github.com/cert-manager/cert-manager
v1.14.2 -> v1.14.4
WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
cert-manager/cert-manager (github.com/cert-manager/cert-manager)
v1.14.4
Compare Source
v1.14.3
Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
cert-manager 1.14 brings a variety of features, security improvements and bug fixes, including: support for creating X.509 certificates with "Other Name" fields, and support for creating CA certificates with "Name Constraints" and "Authority Information Accessors" extensions.
⚠️ Known Issues
ACME Issuer (Let's Encrypt): wrong certificate chain may be used if preferredChain is configured: see release docs for more info and mitigations
ℹ️ Documentation
Release notes
Upgrade notes
Installation instructions
🔧 Breaking changes
See Breaking changes in v1.14.0 release notes
📜 Changes since v1.14.2
Bug or Regression
BUGFIX: Fixes issue with JSON-logging, where only a subset of the log messages were output as JSON. (#6781, @jetstack-bot)
BUGFIX: LiteralSubjects with a #= value can result in memory issues due to faulty BER parser (github.com/go-asn1-ber/asn1-ber). (#6774, @jetstack-bot)
Configuration
📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.
diff --git a/go.mod b/go.mod
index 7cf81d5..dc35b6c 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@
toolchain go1.21.4
require (
- github.com/cert-manager/cert-manager v1.14.2
+ github.com/cert-manager/cert-manager v1.14.4
github.com/containers/image/v5 v5.29.2
github.com/erikgeiser/promptkit v0.9.0
github.com/goccy/go-yaml v1.11.3