Skip to content

Commit 3e2ed32

Browse files
authored
chore: Release stackblectl-24.7.1 (#317)
1 parent 5ae07cf commit 3e2ed32

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extra/man/stackablectl.1

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/stackablectl/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [24.7.1] - 2024-08-15
8+
79
### Changed
810

911
- helm-sys: Bump Go dependencies to fix critical vulnerability in
1012
`github.com/docker/docker`, See [CVE-2024-41110] ([#313]).
1113

14+
### Fixed
15+
16+
- nix: Fix broken build ([#311], [#314]).
17+
18+
[#311]: https://github.com/stackabletech/stackable-cockpit/pull/311
1219
[#313]: https://github.com/stackabletech/stackable-cockpit/pull/313
20+
[#314]: https://github.com/stackabletech/stackable-cockpit/pull/314
1321
[CVE-2024-41110]: https://github.com/advisories/GHSA-v23v-6jw2-98fq
1422

1523
## [24.7.0] - 2024-07-23

rust/stackablectl/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.7.0"
5+
version = "24.7.1"
66
authors.workspace = true
77
license.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)