From acf996d09047ebb1f11e695e44e776c9aa13841d Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 15 Jan 2025 15:20:21 +0100 Subject: [PATCH] chore: Release stackablectl-24.11.2 --- Cargo.lock | 2 +- Cargo.nix | 2 +- extra/man/stackablectl.1 | 4 ++-- rust/stackablectl/CHANGELOG.md | 2 ++ rust/stackablectl/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e35fbd0a..7520a1a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3133,7 +3133,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "24.11.1" +version = "24.11.2" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.nix b/Cargo.nix index c6aa1843..f75709e9 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -10057,7 +10057,7 @@ rec { }; "stackablectl" = rec { crateName = "stackablectl"; - version = "24.11.1"; + version = "24.11.2"; edition = "2021"; crateBin = [ { diff --git a/extra/man/stackablectl.1 b/extra/man/stackablectl.1 index afe74cf1..7007d7f7 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.1" +.TH stackablectl 1 "stackablectl 24.11.2" .SH NAME stackablectl \- Command line tool to interact with the Stackable Data Platform .SH SYNOPSIS @@ -95,6 +95,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.1 +v24.11.2 .SH AUTHORS Stackable GmbH diff --git a/rust/stackablectl/CHANGELOG.md b/rust/stackablectl/CHANGELOG.md index 720507fc..49678eff 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.2] - 2025-01-15 + ### Added - Add new argument `--release` that allows installing a specific version of a demo or stack ([#340]). diff --git a/rust/stackablectl/Cargo.toml b/rust/stackablectl/Cargo.toml index c635ceaa..eeeab2ed 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.1" +version = "24.11.2" authors.workspace = true license.workspace = true edition.workspace = true