You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Replace the items in the task lists below with the applicable Pull Requests / Is
47
47
- [ ] Run all of the test suites in Jenkins (with all product versions, not just "nightly")
48
48
- [ ] [Check and update getting-started scripts](https://github.com/stackabletech/issues/issues/new?template=pre-release-getting-started-scripts.md)
49
49
- [ ] [Check and update demo charts](https://github.com/stackabletech/demos/issues/new?template=pre-release-chart-updates.md)
50
-
- [ ] [Test and update demos stable to nightly](https://github.com/stackabletech/demos/issues/new?template=pre-release-nightly-testing.md)
50
+
- [ ] [Test demos and upgrade from stable to nightly release](https://github.com/stackabletech/demos/issues/new?template=pre-release-upgrade-testing.md)
51
51
- [ ] Ensure integration tests are successful on OpenShift
52
52
- [ ] Check stackable-utils scripts in dry-run mode work
53
53
```
@@ -81,7 +81,7 @@ This will not be so crucial with release branches, but is nonetheless sensible a
81
81
- [ ] Test `stackablectl` with locally updated (to new release number) `releases.yaml`
82
82
- [ ] Update `release.yaml` in https://github.com/stackabletech/release/blob/main/releases.yaml
83
83
- [ ] [Check and update getting-started scripts](https://github.com/stackabletech/issues/issues/new?template=release-getting-started-scripts.md)
84
-
- [ ] [Test demos for the new release](https://github.com/stackabletech/demos/issues/new?template=release-testing.md)
84
+
- [ ] [Test demos and upgrade from previous to this release](https://github.com/stackabletech/demos/issues/new?template=release-upgrade-testing.md)
85
85
- [ ] Check that an upgrade can be performed on an existing cluster without data loss (cycling demo)
86
86
- [ ] Run all integration tests (for both `x86_64` and `aarch64`)
0 commit comments