From 16d6abc28b37c552785656f1d1463b978cbffef1 Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Wed, 16 Jul 2025 12:40:09 +0200 Subject: [PATCH] chore: Release stackablectl 1.1.0 --- 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 75522ae4..874ade60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3625,7 +3625,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "1.0.0" +version = "1.1.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.nix b/Cargo.nix index c9fb8d88..6148325c 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -11985,7 +11985,7 @@ rec { }; "stackablectl" = rec { crateName = "stackablectl"; - version = "1.0.0"; + version = "1.1.0"; edition = "2021"; crateBin = [ { diff --git a/extra/man/stackablectl.1 b/extra/man/stackablectl.1 index 08abc859..da7c8877 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 1.0.0" +.TH stackablectl 1 "stackablectl 1.1.0" .SH NAME stackablectl \- Command line tool to interact with the Stackable Data Platform .SH SYNOPSIS @@ -110,6 +110,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 -v1.0.0 +v1.1.0 .SH AUTHORS Stackable GmbH diff --git a/rust/stackablectl/CHANGELOG.md b/rust/stackablectl/CHANGELOG.md index ab78e761..356d88a8 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] +## [1.1.0] - 2025-07-16 + ### Added - Add OpenSearch to the list of supported products ([#400]). diff --git a/rust/stackablectl/Cargo.toml b/rust/stackablectl/Cargo.toml index a4137a25..3cdef988 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 = "1.0.0" +version = "1.1.0" authors.workspace = true license.workspace = true edition.workspace = true