Skip to content

Commit ed75687

Browse files
Merge pull request #1713 from wallrj/release-cert-manager-v1.18.0-2
Final changes for the v1.18.0 release
2 parents c7ff502 + 544baed commit ed75687

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

content/docs/releases/release-notes/release-notes-1.18.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ description: 'cert-manager release notes: cert-manager 1.18'
55

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

8+
cert-manager 1.18 introduces several new features and breaking changes.
9+
Highlights include support for ACME certificate profiles,
10+
a new default for `Certificate.Spec.PrivateKey.RotationPolicy` now set to `Always` (breaking change), and
11+
the default `Certificate.Spec.RevisionHistoryLimit` now set to `1` (potentially breaking).
12+
Be sure to review all new features and changes below, and read the full release notes carefully before upgrading.
13+
814
## Major Themes
915

1016
### ACME Certificate Profiles
@@ -129,7 +135,7 @@ And finally, thanks to the cert-manager steering committee for their feedback in
129135

130136
## `v1.18.0`
131137

132-
Changes since `v1.17.0`:
138+
Changes since `v1.17.2`:
133139

134140
### Feature
135141

@@ -177,4 +183,6 @@ Changes since `v1.17.0`:
177183
- Promote the `AdditionalCertificateOutputFormats` feature to GA, making additional formats always enabled. ([`#7744`](https://github.com/cert-manager/cert-manager/pull/7744), [`@erikgb`](https://github.com/erikgb))
178184
- Remove deprecated feature gate `ValidateCAA`. Setting this feature gate is now a no-op which does nothing but print a warning log line ([`#7553`](https://github.com/cert-manager/cert-manager/pull/7553), [`@SgtCoDFish`](https://github.com/SgtCoDFish))
179185
- Upgrade `golang.org/x/net` fixing `CVE-2025-22870`. ([`#7619`](https://github.com/cert-manager/cert-manager/pull/7619), [`@depandabot[bot]`](https://github.com/apps/dependabot))
186+
- Update kind images to include the Kubernetes 1.33 node image ([`#7787`](https://github.com/cert-manager/cert-manager/pull/7787), [`@wallrj`](https://github.com/wallrj))
187+
- Upgrade Go to `v1.24.4` ([`#7785`](https://github.com/cert-manager/cert-manager/pull/7785), [`@wallrj`](https://github.com/wallrj))
180188
- Use `slices.Contains` to simplify code ([`#7753`](https://github.com/cert-manager/cert-manager/pull/7753), [`@cuinix`](https://github.com/cuinix))

content/docs/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"cert_manager_latest_version": "v1.17.2"
2+
"cert_manager_latest_version": "v1.18.0"
33
}

0 commit comments

Comments
 (0)