From dfb2a49f8b3f1cbd132232701671cd489d4f821a Mon Sep 17 00:00:00 2001 From: xeniape Date: Tue, 10 Jun 2025 16:27:16 +0200 Subject: [PATCH] chore: update release notes with stackablectl release upgrade instruction --- .../ROOT/partials/release-notes/release-template.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/ROOT/partials/release-notes/release-template.adoc b/modules/ROOT/partials/release-notes/release-template.adoc index 1e067b7d4..62c691e4a 100644 --- a/modules/ROOT/partials/release-notes/release-template.adoc +++ b/modules/ROOT/partials/release-notes/release-template.adoc @@ -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]