diff --git a/Cargo.lock b/Cargo.lock index ae421883..25232f55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3462,7 +3462,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "25.3.0" +version = "1.0.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.nix b/Cargo.nix index 0224a012..482d524a 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -11346,7 +11346,7 @@ rec { }; "stackablectl" = rec { crateName = "stackablectl"; - version = "25.3.0"; + version = "1.0.0"; edition = "2021"; crateBin = [ { diff --git a/extra/man/stackablectl.1 b/extra/man/stackablectl.1 index d272b12c..8eb5168a 100644 --- a/extra/man/stackablectl.1 +++ b/extra/man/stackablectl.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH stackablectl 1 "stackablectl 25.3.0" +.TH stackablectl 1 "stackablectl 1.0.0" .SH NAME stackablectl \- Command line tool to interact with the Stackable Data Platform .SH SYNOPSIS @@ -108,6 +108,6 @@ EXPERIMENTAL: Launch a debug container for a Pod stackablectl\-help(1) Print this message or the help of the given subcommand(s) .SH VERSION -v25.3.0 +v1.0.0 .SH AUTHORS Stackable GmbH diff --git a/rust/stackablectl/CHANGELOG.md b/rust/stackablectl/CHANGELOG.md index e039bbe7..aa4c6fce 100644 --- a/rust/stackablectl/CHANGELOG.md +++ b/rust/stackablectl/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.0.0] - 2025-06-02 + ### Added - 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. - Prefix `ui-http` port endpoints with `http://`, as e.g. used by hbase-operator ([#368]). +[#355]: https://github.com/stackabletech/stackable-cockpit/pull/355 [#368]: https://github.com/stackabletech/stackable-cockpit/pull/368 [#373]: https://github.com/stackabletech/stackable-cockpit/pull/373 [#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. - Improve tracing and log output ([#365]). [#351]: https://github.com/stackabletech/stackable-cockpit/pull/351 -[#355]: https://github.com/stackabletech/stackable-cockpit/pull/355 [#364]: https://github.com/stackabletech/stackable-cockpit/pull/364 [#365]: https://github.com/stackabletech/stackable-cockpit/pull/365 diff --git a/rust/stackablectl/Cargo.toml b/rust/stackablectl/Cargo.toml index 6d50927f..a4137a25 100644 --- a/rust/stackablectl/Cargo.toml +++ b/rust/stackablectl/Cargo.toml @@ -2,7 +2,7 @@ name = "stackablectl" description = "Command line tool to interact with the Stackable Data Platform" # See /Cargo.toml -version = "25.3.0" +version = "1.0.0" authors.workspace = true license.workspace = true edition.workspace = true