Skip to content

Commit daed83d

Browse files
authored
chore: Release stackablectl 1.0.0 (#382)
* chore: Release stackablectl 1.0.0 * chore: Update changelog * chore: Move link definition in changelog
1 parent 3d373c0 commit daed83d

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
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.

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

55
## [Unreleased]
66

7+
## [1.0.0] - 2025-06-02
8+
79
### Added
810

911
- Pass the stack/demo namespace as a templating variable `NAMESPACE` to manifests.
@@ -21,6 +23,7 @@ All notable changes to this project will be documented in this file.
2123

2224
- Prefix `ui-http` port endpoints with `http://`, as e.g. used by hbase-operator ([#368]).
2325

26+
[#355]: https://github.com/stackabletech/stackable-cockpit/pull/355
2427
[#368]: https://github.com/stackabletech/stackable-cockpit/pull/368
2528
[#373]: https://github.com/stackabletech/stackable-cockpit/pull/373
2629
[#376]: https://github.com/stackabletech/stackable-cockpit/pull/376
@@ -36,7 +39,6 @@ All notable changes to this project will be documented in this file.
3639
- Improve tracing and log output ([#365]).
3740

3841
[#351]: https://github.com/stackabletech/stackable-cockpit/pull/351
39-
[#355]: https://github.com/stackabletech/stackable-cockpit/pull/355
4042
[#364]: https://github.com/stackabletech/stackable-cockpit/pull/364
4143
[#365]: https://github.com/stackabletech/stackable-cockpit/pull/365
4244

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

0 commit comments

Comments
 (0)