diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index a77b52efec36b..5a7b3e081e0cc 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -41,6 +41,7 @@ Target GA date: ___. __, ____ Thanks to all the folks who spent their time contributing to this release in any way possible! ``` - [ ] Monitor support channels for issues, cherry-picking bugfixes and docs fixes as appropriate during the RC period (or delegate this task to an Approver and coordinate timing) + - [ ] After creating the RC, open a documentation PR for the next minor version using [this](../../docs/operator-manual/templates/minor_version_upgrade.md) template. ## GA Release Checklist diff --git a/docs/operator-manual/templates/minor_version_upgrade.md b/docs/operator-manual/templates/minor_version_upgrade.md new file mode 100644 index 0000000000000..afd9c346a1186 --- /dev/null +++ b/docs/operator-manual/templates/minor_version_upgrade.md @@ -0,0 +1,46 @@ +# vX.Y to X.Z + +## Breaking Changes + + + +## Behavioral Improvements / Fixes + + + +## API Changes + + + +## Security Changes + + + +## Deprecated Items + + + +## Kustomize Upgraded + + + +## Helm Upgraded + + + +## Custom Healthchecks Added + +