Skip to content

Commit

Permalink
chore: Release stackablectl-24.3.4 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer authored May 28, 2024
1 parent 5e8d4d8 commit ec5e369
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions extra/man/stackablectl.1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions rust/stackablectl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [24.3.4] - 2024-05-28

### Fixed

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

[#294]: https://github.com/stackabletech/stackable-cockpit/pull/294
[#295]: https://github.com/stackabletech/stackable-cockpit/pull/295

## [24.3.3] - 2024-05-13

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

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

## [24.3.2] - 2024-04-25

Expand Down
2 changes: 1 addition & 1 deletion rust/stackablectl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stackablectl"
description = "Command line tool to interact with the Stackable Data Platform"
# See <project-root>/Cargo.toml
version = "24.3.3"
version = "24.3.4"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down

0 comments on commit ec5e369

Please sign in to comment.