diff --git a/Cargo.lock b/Cargo.lock index 6f368e6d..31f54f3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2986,7 +2986,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "24.3.3" +version = "24.3.4" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.nix b/Cargo.nix index 540b478f..2b1e1aa1 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -9465,7 +9465,7 @@ rec { }; "stackablectl" = rec { crateName = "stackablectl"; - version = "24.3.3"; + version = "24.3.4"; edition = "2021"; crateBin = [ { diff --git a/extra/man/stackablectl.1 b/extra/man/stackablectl.1 index 362aaa14..ee23d9c6 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 24.3.3" +.TH stackablectl 1 "stackablectl 24.3.4" .SH NAME stackablectl \- Command line tool to interact with the Stackable Data Platform .SH SYNOPSIS @@ -98,6 +98,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 -v24.3.3 +v24.3.4 .SH AUTHORS Stackable GmbH diff --git a/rust/stackablectl/CHANGELOG.md b/rust/stackablectl/CHANGELOG.md index 7b5cc03d..bdff7b26 100644 --- a/rust/stackablectl/CHANGELOG.md +++ b/rust/stackablectl/CHANGELOG.md @@ -4,18 +4,21 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [24.3.4] - 2024-05-28 + ### Fixed - Avoid unnecessary `k8s::Client` creations ([#295]). - Re-run GVK discovery after resolution failure ([#294]). +[#294]: https://github.com/stackabletech/stackable-cockpit/pull/294 +[#295]: https://github.com/stackabletech/stackable-cockpit/pull/295 + ## [24.3.3] - 2024-05-13 - Bump Rust, Go and Node dependencies ([#238]). [#238]: https://github.com/stackabletech/stackable-cockpit/pull/238 -[#294]: https://github.com/stackabletech/stackable-cockpit/pull/294 -[#295]: https://github.com/stackabletech/stackable-cockpit/pull/295 ## [24.3.2] - 2024-04-25 diff --git a/rust/stackablectl/Cargo.toml b/rust/stackablectl/Cargo.toml index 47996f14..841edd4f 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 = "24.3.3" +version = "24.3.4" authors.workspace = true license.workspace = true edition.workspace = true