Skip to content

Commit a6a2382

Browse files
authored
docs: Add missing release notes for stackablectl (#435)
* docs: Add missing release notes for stackablectl * chore: Update release instructions
1 parent f9efd1e commit a6a2382

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

docs/modules/stackablectl/pages/release-notes.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ A full list of changes is available directly in https://github.com/stackabletech
66

77
// WARNING: Please keep the empty newlines, otherwise headings are broken.
88

9+
include::partial$release-notes/release-1.4.0.adoc[]
10+
11+
include::partial$release-notes/release-1.3.0.adoc[]
12+
13+
include::partial$release-notes/release-1.2.2.adoc[]
14+
915
include::partial$release-notes/release-1.2.1.adoc[]
1016

1117
include::partial$release-notes/release-1.2.0.adoc[]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
== 1.3.0
2+
3+
* Allow specifying Helm values for operator installations.
4+
See https://github.com/stackabletech/stackable-cockpit/pull/425[stackable-cockpit#425].
5+
* Bump Rust to `1.93.0` as well as dependencies.
6+
See https://github.com/stackabletech/stackable-cockpit/pull/426[stackable-cockpit#426].
7+
* Bump Go to `1.26.0` as well as dependencies.
8+
See https://github.com/stackabletech/stackable-cockpit/pull/426[stackable-cockpit#426].
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
== 1.4.0
2+
3+
* Add `STACK` and `DEMO` templating parameters. Have a look at the `README.md` for details.
4+
See https://github.com/stackabletech/stackable-cockpit/pull/432[stackable-cockpit#432].

rust/stackablectl/RELEASE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ to be done:
66
1. Ensure your local `main` branch is up-to-date and then proceed to checkout a new branch using
77
`git checkout -b chore/release-stackablectl-X.Y.Z`.
88
2. Update both the Cargo.toml and CHANGELOG.md file to the new version `X.Y.Z`.
9-
3. Update various files by running the following xtask `cargo xtask gen-man` and
9+
3. Add the relevant changes from the changelog to a new release notes partial under
10+
`docs/stackablectl/partials/release-notes`.
11+
4. Update various files by running the following xtask `cargo xtask gen-man` and
1012
`make regenerate-nix`. This is also automatically done if pre-commit is enabled.
11-
4. Push the changes and raise a PR.
12-
5. Merge the PR onto `main` and then proceed to tag the appropriate commit using
13+
5. Push the changes and raise a PR.
14+
6. Merge the PR onto `main` and then proceed to tag the appropriate commit using
1315
`git tag -s stackablectl-Y.Y.Z -m stackablectl-Y.Y.Z`.
14-
6. Building the artifacts and creating the release on GitHub is fully automated from this point
16+
7. Building the artifacts and creating the release on GitHub is fully automated from this point
1517
onward.

0 commit comments

Comments
 (0)