Skip to content

Commit f94b1e2

Browse files
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]>
1 parent efe410f commit f94b1e2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Read [Annotated Ingress resource: Copy annotations to the Certificate](../../usa
164164
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.
165165

166166
A special thanks to:
167-
167+
<!-- BEGIN contributors -->
168168
- [`@terinjokes`](https://github.com/terinjokes)
169169
- [`@solidDoWant`](https://github.com/solidDoWant)
170170
- [`@k0da`](https://github.com/k0da)
@@ -182,6 +182,7 @@ A special thanks to:
182182
- [`@tobiasbp`](https://github.com/tobiasbp)
183183
- [`@vehagn`](https://github.com/vehagn)
184184
- [`@cuinix`](https://github.com/cuinix)
185+
<!-- END contributors -->
185186

186187
for their contributions, comments and support!
187188

@@ -202,6 +203,7 @@ And finally, thanks to the cert-manager steering committee for their feedback in
202203
- [@TrilokGeer](https://github.com/TrilokGeer)
203204

204205

206+
<!-- BEGIN changelog v1.18.2 -->
205207
## `v1.18.2`
206208

207209
We fixed a bug in the CSR's name constraints construction (only applies if you have enabled the `NameConstraints` feature gate).
@@ -217,6 +219,8 @@ Changes since `v1.18.1`:
217219
[#7833]: https://github.com/cert-manager/cert-manager/issues/7833
218220
[#7837]: https://github.com/cert-manager/cert-manager/issues/7837
219221

222+
<!-- END changelog v1.18.2 -->
223+
<!-- BEGIN changelog v1.18.1 -->
220224
## `v1.18.1`
221225

222226
We have added a new feature gate `ACMEHTTP01IngressPathTypeExact`, to allow
@@ -244,6 +248,8 @@ Changes since `v1.18.0`:
244248

245249
- 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))
246250

251+
<!-- END changelog v1.18.1 -->
252+
<!-- BEGIN changelog v1.18.0 -->
247253
## `v1.18.0`
248254

249255
Changes since `v1.17.2`:
@@ -297,3 +303,4 @@ Changes since `v1.17.2`:
297303
- 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))
298304
- Upgrade Go to `v1.24.4` ([`#7785`](https://github.com/cert-manager/cert-manager/pull/7785), [`@wallrj`](https://github.com/wallrj))
299305
- Use `slices.Contains` to simplify code ([`#7753`](https://github.com/cert-manager/cert-manager/pull/7753), [`@cuinix`](https://github.com/cuinix))
306+
<!-- END changelog v1.18.0 -->

0 commit comments

Comments
 (0)