Skip to content

Commit

Permalink
chore: Merge branch 'main' into chore/release-stackablectl-24.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Nov 20, 2024
2 parents e93cd1f + 26c850c commit 73c7fe5
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 4 deletions.
26 changes: 26 additions & 0 deletions Cargo.lock

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

104 changes: 101 additions & 3 deletions Cargo.nix

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dotenvy = "0.15"
futures = "0.3"
indexmap = { version = "2.2", features = ["serde"] }
k8s-openapi = { version = "0.22", default-features = false, features = ["v1_30"] }
kube = { version = "0.93", default-features = false, features = ["client", "rustls-tls", "ws"] }
kube = { version = "0.93", default-features = false, features = ["client", "rustls-tls", "ws", "socks5", "http-proxy"] }
lazy_static = "1.5"
libc = "0.2"
once_cell = "1.19"
Expand Down
2 changes: 2 additions & 0 deletions rust/stackablectl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ All notable changes to this project will be documented in this file.
### Added

- Add shell completions for Nushell and Elvish ([#337]).
- SOCKS5 and HTTP proxy support ([#328]).

### Fixed

- Sort operator versions by semver version instead of alphabetically ([#336]).

[#328]: https://github.com/stackabletech/stackable-cockpit/pull/328
[#336]: https://github.com/stackabletech/stackable-cockpit/pull/336
[#337]: https://github.com/stackabletech/stackable-cockpit/pull/337

Expand Down

0 comments on commit 73c7fe5

Please sign in to comment.