Skip to content

Commit d9fbc01

Browse files
Merge pull request #1680 from wallrj/release-1.18-preparation
Add the boilerplate content for release-1.18 release notes
2 parents 8d15c67 + 7862bb3 commit d9fbc01

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

content/docs/manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
"title": "Supported Releases",
2121
"path": "/docs/releases/README.md"
2222
},
23+
{
24+
"title": "1.18",
25+
"path": "/docs/releases/release-notes/release-notes-1.18.md"
26+
},
27+
{
28+
"title": "Upgrade 1.17 to 1.18",
29+
"path": "/docs/releases/upgrading/upgrading-1.17-1.18.md"
30+
},
2331
{
2432
"title": "1.17",
2533
"path": "/docs/releases/release-notes/release-notes-1.17.md"
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: Release 1.18
3+
description: 'cert-manager release notes: cert-manager 1.18'
4+
---
5+
6+
cert-manager v1.18 includes:
7+
8+
- TODO
9+
10+
## Major Themes
11+
12+
### TODO
13+
14+
## Community
15+
16+
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.
17+
18+
A special thanks to:
19+
20+
- TODO
21+
22+
for their contributions, comments and support!
23+
24+
Also, thanks to the cert-manager maintainer team for their help in this release:
25+
26+
- [@inteon](https://github.com/inteon)
27+
- [@erikgb](https://github.com/erikgb)
28+
- [@SgtCoDFish](https://github.com/SgtCoDFish)
29+
- [@ThatsMrTalbot](https://github.com/ThatsMrTalbot)
30+
- [@munnerz](https://github.com/munnerz)
31+
- [@maelvls](https://github.com/maelvls)
32+
33+
And finally, thanks to the cert-manager steering committee for their feedback in this release cycle:
34+
35+
- [@FlorianLiebhart](https://github.com/FlorianLiebhart)
36+
- [@ssyno](https://github.com/ssyno)
37+
- [@ianarsenault](https://github.com/ianarsenault)
38+
- [@TrilokGeer](https://github.com/TrilokGeer)
39+
40+
41+
## `v1.18.0`
42+
43+
### Feature
44+
45+
TODO
46+
47+
### Documentation
48+
49+
TODO
50+
51+
### Bug or Regression
52+
53+
TODO
54+
55+
### Other (Cleanup or Flake)
56+
57+
TODO
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Upgrading from v1.17 to v1.18
3+
description: 'cert-manager installation: Upgrading v1.17 to v1.18'
4+
---
5+
6+
Before upgrading cert-manager from 1.17 to 1.18, please read the following important notes about breaking changes in 1.18:
7+
8+
1. TODO
9+
10+
## Next Steps
11+
12+
From here on, you can follow the [regular upgrade process](../../installation/upgrade.md).

0 commit comments

Comments
 (0)