Skip to content

Commit 3674c3d

Browse files
Merge pull request #1781 from wallrj-cyberark/release-next-release-1.19-boilerplate
Add cert-manager 1.19 boilerplate release notes and upgrade guide
2 parents 544d9e0 + b57f0a1 commit 3674c3d

File tree

4 files changed

+73
-3
lines changed

4 files changed

+73
-3
lines changed

content/docs/manifest.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,16 @@
2121
"path": "/docs/releases/README.md"
2222
},
2323
{
24-
"title": "1.18",
25-
"path": "/docs/releases/release-notes/release-notes-1.18.md"
24+
"title": "1.19",
25+
"path": "/docs/releases/release-notes/release-notes-1.19.md"
26+
},
27+
{
28+
"title": "Upgrade 1.18 to 1.19",
29+
"path": "/docs/releases/upgrading/upgrading-1.18-1.19.md"
30+
},
31+
{
32+
"title": "1.18",
33+
"path": "/docs/releases/release-notes/release-notes-1.18.md"
2634
},
2735
{
2836
"title": "Upgrade 1.17 to 1.18",

content/docs/releases/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@ NB: cert-manager 1.12 was a public Long Term Support (LTS) release sponsored by
337337

338338
[s]: #kubernetes-supported-versions
339339
[test]: #supported-vs-tested
340-
[1.19]: https://github.com/cert-manager/cert-manager/milestone/41
340+
[1.20]: https://github.com/cert-manager/cert-manager/milestone/42
341+
[1.19]: ./release-notes/release-notes-1.19.md
341342
[1.18]: ./release-notes/release-notes-1.18.md
342343
[1.17]: ./release-notes/release-notes-1.17.md
343344
[1.16]: ./release-notes/release-notes-1.16.md
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Release 1.19
3+
description: 'cert-manager release notes: cert-manager 1.19'
4+
---
5+
6+
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
7+
8+
cert-manager 1.19 introduces several new features and breaking changes.
9+
10+
TODO
11+
12+
Be sure to review all new features and changes below, and read the full release notes carefully before upgrading.
13+
14+
## Major Themes
15+
16+
TODO
17+
18+
## Community
19+
20+
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.
21+
22+
A special thanks to:
23+
24+
- TODO
25+
26+
for their contributions, comments and support!
27+
28+
Also, thanks to the cert-manager maintainer team for their help in this release:
29+
30+
- [@inteon](https://github.com/inteon)
31+
- [@erikgb](https://github.com/erikgb)
32+
- [@SgtCoDFish](https://github.com/SgtCoDFish)
33+
- [@ThatsMrTalbot](https://github.com/ThatsMrTalbot)
34+
- [@munnerz](https://github.com/munnerz)
35+
- [@maelvls](https://github.com/maelvls)
36+
37+
And finally, thanks to the cert-manager steering committee for their feedback in this release cycle:
38+
39+
- [@FlorianLiebhart](https://github.com/FlorianLiebhart)
40+
- [@ssyno](https://github.com/ssyno)
41+
- [@ianarsenault](https://github.com/ianarsenault)
42+
- [@TrilokGeer](https://github.com/TrilokGeer)
43+
44+
45+
## `v1.19.0`
46+
47+
Changes since `v1.18.2`:
48+
49+
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.18 to v1.19
3+
description: 'cert-manager installation: Upgrading v1.18 to v1.19'
4+
---
5+
6+
Before upgrading cert-manager from 1.18 to 1.19, please read the following important notes about breaking changes in 1.19:
7+
8+
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)