-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs: Add release checklist step to reference the release-specific instructions file #25854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+47
−0
Merged
Changes from 4 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
2333d5f
Update release checklist with documentation PR step
revitalbarletz 4920e33
Add minor version update issue template
revitalbarletz 4138c06
Update minor_version_update.md
revitalbarletz bb8b305
Enhance minor version update template
revitalbarletz 30209d4
Update .github/ISSUE_TEMPLATE/minor_version_update.md
revitalbarletz 9f5f4f1
Update .github/ISSUE_TEMPLATE/minor_version_update.md
revitalbarletz 5e958ed
Update .github/ISSUE_TEMPLATE/minor_version_update.md
revitalbarletz 89433ba
Update .github/ISSUE_TEMPLATE/minor_version_update.md
revitalbarletz f8a9b5a
Add upgrade guide for minor version changes
revitalbarletz db134d3
Delete .github/ISSUE_TEMPLATE/minor_version_update.md
revitalbarletz 4e6e8cc
Fix documentation PR link in release checklist
revitalbarletz 3f2fade
Merge branch 'master' into patch-19
revitalbarletz a9c5a6a
Merge branch 'master' into patch-19
revitalbarletz b1fe08e
Merge branch 'master' into patch-19
revitalbarletz a030bc7
Move minor version upgrade documentation template
revitalbarletz a7edcca
Fix link to minor version upgrade template
revitalbarletz 311fbf8
Update docs/operator-manual/templates/minor_version_upgrade.md
revitalbarletz 84b5d55
Revise minor version upgrade documentation
revitalbarletz 1649cae
Merge branch 'master' into patch-19
revitalbarletz d1604fc
Clean up comments in minor_version_upgrade.md
revitalbarletz 787c6f5
Merge branch 'master' into patch-19
revitalbarletz e1e7120
Remove duplicate documentation PR checklist item
revitalbarletz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| name: Update Minor Version | ||
| about: Used by our Release Champion to add steps when upgrading minor version | ||
| title: '' | ||
| assignees: '' | ||
revitalbarletz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| --- | ||
|
|
||
| # Vx.1 to x.2 | ||
revitalbarletz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Breaking Changes | ||
|
|
||
| What changed that could affect your setup: | ||
| Deprecated flags / behavior removals | ||
| Deprecated fields | ||
| Other incompatible behavior or semantics changes between versions | ||
| (Add list here) | ||
|
|
||
| ## Custom Healthchecks Added | ||
|
|
||
| New built-in health checks added in this release: | ||
| Add any new CRD health support added in this version) | ||
|
|
||
| ## Kustomize Upgraded | ||
|
|
||
| Bundled Kustomize version bump: | ||
| Any breaking behavior | ||
| Notes about specific upstream behavior changes (e.g., namespace propagation fixes). | ||
|
|
||
| ## Helm Upgraded | ||
|
|
||
| Bundled Helm version bump: | ||
| Any breaking behavior | ||
| Verify if your charts depend on any features tied to Helm versions.= | ||
revitalbarletz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## API / Security Changes | ||
|
|
||
| Changes in API surface or security behavior: | ||
| Any removal of sensitive fields or changed authentication defaults | ||
|
|
||
| ## Behavioral Improvements / Fixes | ||
|
|
||
| Operational stability and performance fixes: | ||
| Minor stability, reconciler improvements, bug fixes | ||
|
|
||
| ## Deprecated Items | ||
|
|
||
| Flags / behavior to be removed in future releases | ||
| Any deprecated config API or CLI flags | ||
|
|
||
| ## Upgrade Instructions | ||
|
|
||
| Example: CLI upgrade command | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.