Skip to content

Commit 2af90bd

Browse files
authored
chore: Release stackablectl-24.3.1 (#226)
1 parent 3730ed3 commit 2af90bd

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/modules/stackablectl/pages/installation.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Installation
22
:page-aliases: stable@stackablectl::installation.adoc
33

4-
:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-24.3.0
4+
:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-24.3.1
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-24.3.0/stackablectl-x86_64-unknown-linux-gnu
20+
wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.1/stackablectl-x86_64-unknown-linux-gnu
2121
# or
22-
curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.0/stackablectl-x86_64-unknown-linux-gnu
22+
curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.1/stackablectl-x86_64-unknown-linux-gnu
2323
----
2424

2525
Mark 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-24.3.0/stackablectl-x86_64-apple-darwin
42+
wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.1/stackablectl-x86_64-apple-darwin
4343
# or
44-
wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.0/stackablectl-aarch64-apple-darwin
44+
wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.1/stackablectl-aarch64-apple-darwin
4545
----
4646

4747
Mark the binary as executable:

extra/man/stackablectl.1

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/stackablectl/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7-
## [24.3.0] - 2024-03-20
7+
## [24.3.1] - 2024-03-21
88

99
### Added
1010

1111
- Added experimental `debug` command ([#204]).
12+
13+
[#204]: https://github.com/stackabletech/stackable-cockpit/pull/204
14+
15+
## [24.3.0] - 2024-03-20
16+
17+
### Added
18+
1219
- Support listing endpoints of Listeners in `stackablectl stacklet list` command.
1320
Currently only HDFS is using listener-op, so we can only test that so far ([#213], [#219]).
1421

@@ -22,7 +29,6 @@ All notable changes to this project will be documented in this file.
2229

2330
[#181]: https://github.com/stackabletech/stackable-cockpit/pull/181
2431
[#202]: https://github.com/stackabletech/stackable-cockpit/pull/202
25-
[#204]: https://github.com/stackabletech/stackable-cockpit/pull/204
2632
[#213]: https://github.com/stackabletech/stackable-cockpit/pull/213
2733

2834
## [23.11.3] - 2024-01-03

rust/stackablectl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "stackablectl"
33
description = "Command line tool to interact with the Stackable Data Platform"
44
# See <project-root>/Cargo.toml
5-
version = "24.3.0"
5+
version = "24.3.1"
66
authors.workspace = true
77
license.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)