From acbed62784c6b407298b46c649f1222537bbda90 Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 23 Jul 2024 11:15:57 +0200 Subject: [PATCH] chore: Release stackablectl-24.7.0 --- Cargo.lock | 2 +- Cargo.nix | 2 +- docs/modules/stackablectl/pages/installation.adoc | 10 +++++----- extra/man/stackablectl.1 | 4 ++-- rust/stackablectl/CHANGELOG.md | 2 ++ rust/stackablectl/Cargo.toml | 2 +- 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16462777..7fa3646d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3046,7 +3046,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "24.3.6" +version = "24.7.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.nix b/Cargo.nix index 28dab7b7..09d0839e 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -9804,7 +9804,7 @@ rec { }; "stackablectl" = rec { crateName = "stackablectl"; - version = "24.3.6"; + version = "24.7.0"; edition = "2021"; crateBin = [ { diff --git a/docs/modules/stackablectl/pages/installation.adoc b/docs/modules/stackablectl/pages/installation.adoc index 943bc2ce..3177bd79 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.6 +:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-24.7.0 :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.6/stackablectl-x86_64-unknown-linux-gnu +$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0/stackablectl-x86_64-unknown-linux-gnu # or -$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.6/stackablectl-aarch64-unknown-linux-gnu +$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0/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.6/stackablectl-x86_64-apple-darwin +$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0/stackablectl-x86_64-apple-darwin # or -$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.6/stackablectl-aarch64-apple-darwin +$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0/stackablectl-aarch64-apple-darwin ---- Mark the binary as executable: diff --git a/extra/man/stackablectl.1 b/extra/man/stackablectl.1 index 607ebf8d..97104051 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.6" +.TH stackablectl 1 "stackablectl 24.7.0" .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.6 +v24.7.0 .SH AUTHORS Stackable GmbH diff --git a/rust/stackablectl/CHANGELOG.md b/rust/stackablectl/CHANGELOG.md index 1b001123..52dd3fd6 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.7.0] - 2024-07-23 + ### Changed - helm-sys: Bump Go dependencies ([#307]). diff --git a/rust/stackablectl/Cargo.toml b/rust/stackablectl/Cargo.toml index 7a4a01ed..b032afbb 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.6" +version = "24.7.0" authors.workspace = true license.workspace = true edition.workspace = true