From 03b5ae280e9d557d44f921b9fea2aab62052f139 Mon Sep 17 00:00:00 2001 From: Techassi Date: Mon, 17 Jun 2024 14:17:22 +0200 Subject: [PATCH] chore: Release stackablectl-24.3.5 --- Cargo.lock | 2 +- docs/modules/stackablectl/pages/installation.adoc | 10 +++++----- extra/man/stackablectl.1 | 4 ++-- rust/stackablectl/CHANGELOG.md | 2 ++ rust/stackablectl/Cargo.toml | 2 +- 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31f54f3d..b25c7cbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2986,7 +2986,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "24.3.4" +version = "24.3.5" dependencies = [ "clap", "clap_complete", diff --git a/docs/modules/stackablectl/pages/installation.adoc b/docs/modules/stackablectl/pages/installation.adoc index fa760801..6d009275 100644 --- a/docs/modules/stackablectl/pages/installation.adoc +++ b/docs/modules/stackablectl/pages/installation.adoc @@ -1,7 +1,7 @@ = Installation :page-aliases: stable@stackablectl::installation.adoc -:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-24.3.2 +:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-24.3.5 :fish-comp-loations: https://fishshell.com/docs/current/completions.html#where-to-put-completions == Using Pre-Compiled Binaries @@ -20,9 +20,9 @@ rename the file to `stackablectl`. You can also use the following command: [source,console] ---- -$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.2/stackablectl-x86_64-unknown-linux-gnu +$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.5/stackablectl-x86_64-unknown-linux-gnu # or -$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.2/stackablectl-aarch64-unknown-linux-gnu +$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.5/stackablectl-aarch64-unknown-linux-gnu ---- Mark the binary as executable: @@ -44,9 +44,9 @@ then rename the file to `stackablectl`. You can also use the following command: [source,console] ---- -$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.2/stackablectl-x86_64-apple-darwin +$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.5/stackablectl-x86_64-apple-darwin # or -$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.2/stackablectl-aarch64-apple-darwin +$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.5/stackablectl-aarch64-apple-darwin ---- Mark the binary as executable: diff --git a/extra/man/stackablectl.1 b/extra/man/stackablectl.1 index ee23d9c6..9930a7c1 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.4" +.TH stackablectl 1 "stackablectl 24.3.5" .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.4 +v24.3.5 .SH AUTHORS Stackable GmbH diff --git a/rust/stackablectl/CHANGELOG.md b/rust/stackablectl/CHANGELOG.md index dfe6732a..7c76fda3 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.3.5] - 2024-06-17 + ### Fixed - Remove colons from error messages, because the snafu report removes all diff --git a/rust/stackablectl/Cargo.toml b/rust/stackablectl/Cargo.toml index 841edd4f..26a61c05 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.4" +version = "24.3.5" authors.workspace = true license.workspace = true edition.workspace = true