Skip to content

Commit ec5e369

Browse files
authored
chore: Release stackablectl-24.3.4 (#297)
1 parent 5e8d4d8 commit ec5e369

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
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.

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

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

55
## [Unreleased]
66

7+
## [24.3.4] - 2024-05-28
8+
79
### Fixed
810

911
- Avoid unnecessary `k8s::Client` creations ([#295]).
1012
- Re-run GVK discovery after resolution failure ([#294]).
1113

14+
[#294]: https://github.com/stackabletech/stackable-cockpit/pull/294
15+
[#295]: https://github.com/stackabletech/stackable-cockpit/pull/295
16+
1217
## [24.3.3] - 2024-05-13
1318

1419
- Bump Rust, Go and Node dependencies ([#238]).
1520

1621
[#238]: https://github.com/stackabletech/stackable-cockpit/pull/238
17-
[#294]: https://github.com/stackabletech/stackable-cockpit/pull/294
18-
[#295]: https://github.com/stackabletech/stackable-cockpit/pull/295
1922

2023
## [24.3.2] - 2024-04-25
2124

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.3"
5+
version = "24.3.4"
66
authors.workspace = true
77
license.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)