Skip to content

Commit 522b47a

Browse files
authored
chore: Release stackablectl-24.7.0 (#309)
1 parent e96139a commit 522b47a

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/modules/stackablectl/pages/installation.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Installation
22
:page-aliases: stable@stackablectl::installation.adoc
33

4-
:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-24.3.6
4+
:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-24.7.0
55
:fish-comp-loations: https://fishshell.com/docs/current/completions.html#where-to-put-completions
66

77
== Using Pre-Compiled Binaries
@@ -20,9 +20,9 @@ rename the file to `stackablectl`. You can also use the following command:
2020
2121
[source,console]
2222
----
23-
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.6/stackablectl-x86_64-unknown-linux-gnu
23+
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0/stackablectl-x86_64-unknown-linux-gnu
2424
# or
25-
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.6/stackablectl-aarch64-unknown-linux-gnu
25+
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0/stackablectl-aarch64-unknown-linux-gnu
2626
----
2727
2828
Mark the binary as executable:
@@ -44,9 +44,9 @@ then rename the file to `stackablectl`. You can also use the following command:
4444
4545
[source,console]
4646
----
47-
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.6/stackablectl-x86_64-apple-darwin
47+
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0/stackablectl-x86_64-apple-darwin
4848
# or
49-
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.3.6/stackablectl-aarch64-apple-darwin
49+
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-24.7.0/stackablectl-aarch64-apple-darwin
5050
----
5151
5252
Mark the binary as executable:

extra/man/stackablectl.1

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/stackablectl/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [24.7.0] - 2024-07-23
8+
79
### Changed
810

911
- helm-sys: Bump Go dependencies ([#307]).

rust/stackablectl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "stackablectl"
33
description = "Command line tool to interact with the Stackable Data Platform"
44
# See <project-root>/Cargo.toml
5-
version = "24.3.6"
5+
version = "24.7.0"
66
authors.workspace = true
77
license.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)