Skip to content

Commit fa404ea

Browse files
committed
chore: Release stackablectl 1.2.2
1 parent 09352a1 commit fa404ea

File tree

6 files changed

+33
-5
lines changed

6 files changed

+33
-5
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.

Cargo.nix

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
== 1.2.2
2+
3+
* Add the option for users to customize the behaviour of `stackablectl` through a user config located at `$HOME/.config/stackablectl/config.toml`.
4+
The first supported option is `version.check_enabled` which can be set to `true` or `false`.
5+
See https://github.com/stackabletech/stackable-cockpit/pull/422[stackable-cockpit#422].
6+
* Add a new release check which is used in two different ways:
7+
** A new `stackablectl version check` command can be used to check if the current installation is up-to-date
8+
** A check automatically runs for all other commands (in parallel to not block the commands) and the status is reported as part of the final command output.
9+
10+
+
11+
See https://github.com/stackabletech/stackable-cockpit/pull/421[stackable-cockpit#421].

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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.2.2] - 2025-12-03
8+
9+
### Added
10+
11+
- Add the option for users to customize the behaviour of `stackablectl` through a user config located at
12+
`$HOME/.config/stackablectl/config.toml` ([#422]).
13+
- The first supported option is `version.check_enabled` which can be set to `true` or `false`.
14+
- Add a new release check which is used in two different ways ([#421]):
15+
- A new `stackablectl version check` command can be used to check if the current installation is up-to-date
16+
- A check automatically runs for all other commands (in parallel to not block the commands) and the status is reported
17+
as part of the final command output.
18+
19+
[#421]: https://github.com/stackabletech/stackable-cockpit/pull/421
20+
[#422]: https://github.com/stackabletech/stackable-cockpit/pull/422
21+
22+
## [1.2.1] - 2025-11-18
23+
724
### Fixed
825

926
- Don't crash during `release upgrade` for SDP 25.11.

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

0 commit comments

Comments
 (0)