From e7e89c8f5603aa5eaee9a6e1d741c9e8222fae36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20=C5=81askawiec?= Date: Tue, 26 Sep 2023 12:55:43 +0200 Subject: [PATCH 1/2] Release Notes Template --- docs/RELEASE_NOTES_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/RELEASE_NOTES_TEMPLATE.md diff --git a/docs/RELEASE_NOTES_TEMPLATE.md b/docs/RELEASE_NOTES_TEMPLATE.md new file mode 100644 index 000000000..7059aae8e --- /dev/null +++ b/docs/RELEASE_NOTES_TEMPLATE.md @@ -0,0 +1,15 @@ +# MongoDB Community Operator x.y.z + +> See the internal "Release Note Authoring Guidance" Wiki page for details + +## Warnings + +> Put here anything that user needs to know to use this version. In most cases, this section will be empty and removed. + +## New features, improvements and bug fixes + +> Mention shipped things in this particular order. In any improvements need migration guides, please include them here as well. + +## Deprecations and removals + +> First deprecations and then removals. From 4072ad8a93e3bc5623c3c8846b08f60f3e1c3528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20=C5=81askawiec?= Date: Thu, 28 Mar 2024 11:54:50 +0100 Subject: [PATCH 2/2] Added supported versions --- docs/RELEASE_NOTES_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/RELEASE_NOTES_TEMPLATE.md b/docs/RELEASE_NOTES_TEMPLATE.md index 7059aae8e..fb3df0842 100644 --- a/docs/RELEASE_NOTES_TEMPLATE.md +++ b/docs/RELEASE_NOTES_TEMPLATE.md @@ -2,6 +2,9 @@ > See the internal "Release Note Authoring Guidance" Wiki page for details +Supported Kubernetes versions: `e.g. 1.27-1.29` +Supported OpenShift versions: `e.g 4.14` + ## Warnings > Put here anything that user needs to know to use this version. In most cases, this section will be empty and removed.