diff --git a/Cargo.lock b/Cargo.lock index a76967f4..1216edd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3134,7 +3134,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "24.11.2" +version = "24.11.3" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.nix b/Cargo.nix index fd1f0060..4664c1f2 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -10061,7 +10061,7 @@ rec { }; "stackablectl" = rec { crateName = "stackablectl"; - version = "24.11.2"; + version = "24.11.3"; edition = "2021"; crateBin = [ { diff --git a/extra/man/stackablectl.1 b/extra/man/stackablectl.1 index 05c83c93..aae68e97 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.11.2" +.TH stackablectl 1 "stackablectl 24.11.3" .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 -v24.11.2 +v24.11.3 .SH AUTHORS Stackable GmbH diff --git a/rust/stackablectl/CHANGELOG.md b/rust/stackablectl/CHANGELOG.md index 464b2f26..d834f1a9 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] +## [24.11.3] - 2025-01-27 + ### Added - Add new argument `--chart-source` so that operator charts can be pulled either from an OCI registry (the default) or from a index.yaml-based repository ([#344]). diff --git a/rust/stackablectl/Cargo.toml b/rust/stackablectl/Cargo.toml index c07e4046..3244a18c 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.11.2" +version = "24.11.3" authors.workspace = true license.workspace = true edition.workspace = true