File tree Expand file tree Collapse file tree 5 files changed +17
-9
lines changed
docs/modules/stackablectl/pages Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 11= Installation
22:page-aliases: stable@stackablectl::installation.adoc
33
4- :latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-23.11.2
4+ :latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-23.11.3
55:fish-comp-loations: https://fishshell.com/docs/current/completions.html#where-to-put-completions
66
77== Using Pre-Compiled Binaries
@@ -17,9 +17,9 @@ rename the file to `stackablectl`. You can also use the following command:
1717
1818[source,console]
1919----
20- wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.2 /stackablectl-x86_64-unknown-linux-gnu
20+ wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.3 /stackablectl-x86_64-unknown-linux-gnu
2121# or
22- curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.2 /stackablectl-x86_64-unknown-linux-gnu
22+ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.3 /stackablectl-x86_64-unknown-linux-gnu
2323----
2424
2525Mark the binary as executable:
@@ -39,9 +39,9 @@ then rename the file to `stackablectl`. You can also use the following command:
3939
4040[source,console]
4141----
42- wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.2 /stackablectl-x86_64-apple-darwin
42+ wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.3 /stackablectl-x86_64-apple-darwin
4343# or
44- wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.2 /stackablectl-aarch64-apple-darwin
44+ wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.3 /stackablectl-aarch64-apple-darwin
4545----
4646
4747Mark the binary as executable:
Original file line number Diff line number Diff line change @@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 23.11.3] - 2024-01-03
8+
79### Fixed
810
911- Fix ` stackablectl release uninstall ` command. It now deletes the operators included in the selected release correctly
1012 ([ #174 ] ).
1113
1214[ #174 ] : https://github.com/stackabletech/stackable-cockpit/pull/174
1315
16+ ### CI
17+
18+ - Fix GitHub workflow syntax ([ #175 ] ).
19+
20+ [ #175 ] : https://github.com/stackabletech/stackable-cockpit/pull/175
21+
1422## [ 23.11.2] - 2024-01-02
1523
1624### Changed
Original file line number Diff line number Diff line change 22name = " stackablectl"
33description = " Command line tool to interact with the Stackable Data Platform"
44# See <project-root>/Cargo.toml
5- version = " 23.11.2 "
5+ version = " 23.11.3 "
66authors.workspace = true
77license.workspace = true
88edition.workspace = true
You can’t perform that action at this time.
0 commit comments