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
docs(release-notes): add markers for contributors and changelog sections
- Add machine-readable <!-- BEGIN/END contributors --> markers to the
- release notes to enable automated contributor extraction
- Add <!-- BEGIN/END changelog --> markers around v1.18.2, v1.18.1 and
- v1.18.0 sections so the release generator can parse changelogs
Signed-off-by: Richard Wall <[email protected]>
Copy file name to clipboardExpand all lines: content/docs/releases/release-notes/release-notes-1.18.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ Read [Annotated Ingress resource: Copy annotations to the Certificate](../../usa
164
164
As always, we'd like to thank all of the community members who helped in this release cycle, including all below who merged a PR and anyone that helped by commenting on issues, testing, or getting involved in cert-manager meetings. We're lucky to have you involved.
We have added a new feature gate `ACMEHTTP01IngressPathTypeExact`, to allow
@@ -244,6 +248,8 @@ Changes since `v1.18.0`:
244
248
245
249
- Use the latest version of ingress-nginx in E2E tests to ensure compatibility ([`#7807`](https://github.com/cert-manager/cert-manager/pull/7807), [`@wallrj`](https://github.com/wallrj))
246
250
251
+
<!-- END changelog v1.18.1 -->
252
+
<!-- BEGIN changelog v1.18.0 -->
247
253
## `v1.18.0`
248
254
249
255
Changes since `v1.17.2`:
@@ -297,3 +303,4 @@ Changes since `v1.17.2`:
297
303
- 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))
298
304
- Upgrade Go to `v1.24.4` ([`#7785`](https://github.com/cert-manager/cert-manager/pull/7785), [`@wallrj`](https://github.com/wallrj))
299
305
- Use `slices.Contains` to simplify code ([`#7753`](https://github.com/cert-manager/cert-manager/pull/7753), [`@cuinix`](https://github.com/cuinix))
0 commit comments