Skip to content

Commit fb56875

Browse files
revitalbarletzpjiang-devreggie-k
authored
docs: Add release checklist step to reference the release-specific instructions file (#25854)
Signed-off-by: Revital Barletz <Revital.barletz@octopus.com> Co-authored-by: Peter Jiang <35584807+pjiang-dev@users.noreply.github.com> Co-authored-by: Regina Voloshin <regina.voloshin@codefresh.io>
1 parent b137439 commit fb56875

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Target GA date: ___. __, ____
4141
Thanks to all the folks who spent their time contributing to this release in any way possible!
4242
```
4343
- [ ] 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)
44+
- [ ] After creating the RC, open a documentation PR for the next minor version using [this](../../docs/operator-manual/templates/minor_version_upgrade.md) template.
4445
4546
## GA Release Checklist
4647
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# vX.Y to X.Z
2+
3+
## Breaking Changes
4+
5+
<!-- What changed that could affect your setup:
6+
Deprecated flags / behavior removals
7+
Deprecated fields
8+
Other incompatible behavior or semantics changes between versions
9+
(Add list here) -->
10+
11+
## Behavioral Improvements / Fixes
12+
13+
<!-- Operational stability and performance fixes:
14+
Minor stability, reconciler improvements, bug fixes -->
15+
16+
## API Changes
17+
18+
<!-- Changes in API surface:
19+
Any removal of fields or changed API defaults -->
20+
21+
## Security Changes
22+
23+
<!-- Changes in security behavior:
24+
Any removal of sensitive fields or changed authentication defaults -->
25+
26+
## Deprecated Items
27+
28+
<!-- Flags / behavior to be removed in future releases
29+
Any deprecated config API or CLI flags -->
30+
31+
## Kustomize Upgraded
32+
33+
<!-- Bundled Kustomize version bump:
34+
Any breaking behavior
35+
Notes about specific upstream behavior changes (e.g., namespace propagation fixes). -->
36+
37+
## Helm Upgraded
38+
39+
<!-- Bundled Helm version bump:
40+
Any breaking behavior
41+
Verify if your charts depend on any features tied to Helm versions. -->
42+
43+
## Custom Healthchecks Added
44+
45+
<!-- New built-in health checks added in this release:
46+
Add any new CRD health support added in this version. -->

0 commit comments

Comments
 (0)