Skip to content

chore: update release notes with stackablectl release upgrade instruction #748

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
merged 1 commit into from
Jun 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions modules/ROOT/partials/release-notes/release-template.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@ Of the changes mentioned above, the following are breaking (or could lead to bre

===== Using stackablectl

====== Upgrade with a single command

Starting with stackablectl Release 1.0.0 the multiple consecutive commands described below can be shortened to just one command, which executes exactly those steps on its own.

[source,console]
----
$ stackablectl release upgrade YY.M
----

====== Upgrade with multiple consecutive commands

Uninstall the `OO.M` release

[source,console]
Expand Down
Loading