Skip to content

Commit 85da206

Browse files
authored
chore: Release stackablectl-23.11.2 (#173)
* Bump stackablectl version * Add changelog * Fix typos
1 parent 836d8f8 commit 85da206

File tree

5 files changed

+50
-9
lines changed

5 files changed

+50
-9
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-23.11.1
4+
:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-23.11.2
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.1/stackablectl-x86_64-unknown-linux-gnu
20+
wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.2/stackablectl-x86_64-unknown-linux-gnu
2121
# or
22-
curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.1/stackablectl-x86_64-unknown-linux-gnu
22+
curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.2/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-23.11.1/stackablectl-x86_64-apple-darwin
42+
wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.2/stackablectl-x86_64-apple-darwin
4343
# or
44-
wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.1/stackablectl-aarch64-apple-darwin
44+
wget -O stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-23.11.2/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: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [Unreleased]
6+
7+
## [23.11.2] - 2024-01-02
8+
9+
### Changed
10+
11+
- Bumped Rust version from `1.74.0` to `1.75.0` ([#172]).
12+
- Bumped Rust and Go dependencies ([#135], [#162], [#167], [#168], [#170]).
13+
- Renamed old output style `plain` to `table`. The new output option `plain` will output a reduced view (which removes
14+
borders from tables for example) ([#142], [#163]).
15+
16+
[#135]: https://github.com/stackabletech/stackable-cockpit/pull/135
17+
[#142]: https://github.com/stackabletech/stackable-cockpit/issues/142
18+
[#162]: https://github.com/stackabletech/stackable-cockpit/pull/162
19+
[#163]: https://github.com/stackabletech/stackable-cockpit/pull/163
20+
[#167]: https://github.com/stackabletech/stackable-cockpit/pull/167
21+
[#168]: https://github.com/stackabletech/stackable-cockpit/pull/168
22+
[#170]: https://github.com/stackabletech/stackable-cockpit/pull/170
23+
[#172]: https://github.com/stackabletech/stackable-cockpit/pull/172
24+
25+
## [23.11.1] - 2023-12-06
26+
27+
### Fixed
28+
29+
- Fix Helm repo selection mechanism ([#156]).
30+
31+
[#156]: https://github.com/stackabletech/stackable-cockpit/pull/156
32+
33+
## [23.11.0] - 2023-11-30
34+
35+
First official release of the `stackablectl` rewrite.
36+
37+
### Changed
38+
39+
- Bumped Rust version from `1.73.0` to `1.74.0` ([#151]).
40+
41+
[#151]: https://github.com/stackabletech/stackable-cockpit/pull/151

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 = "23.11.1"
5+
version = "23.11.2"
66
authors.workspace = true
77
license.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)