You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
7
7
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
+
8
14
## Major Themes
9
15
10
16
### ACME Certificate Profiles
@@ -129,7 +135,7 @@ And finally, thanks to the cert-manager steering committee for their feedback in
129
135
130
136
## `v1.18.0`
131
137
132
-
Changes since `v1.17.0`:
138
+
Changes since `v1.17.2`:
133
139
134
140
### Feature
135
141
@@ -177,4 +183,6 @@ Changes since `v1.17.0`:
177
183
- 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))
178
184
- 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))
- 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))
180
188
- Use `slices.Contains` to simplify code ([`#7753`](https://github.com/cert-manager/cert-manager/pull/7753), [`@cuinix`](https://github.com/cuinix))
0 commit comments