Skip to content

Commit ffc7697

Browse files
authored
chore!: Update kube to 1.1.0 (#1049)
* chore!: Update kube to 1.1.0 * changelog * changelog
1 parent e0309b9 commit ffc7697

File tree

3 files changed

+49
-39
lines changed

3 files changed

+49
-39
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ json-patch = "4.0.0"
3434
k8s-openapi = { version = "0.25.0", default-features = false, features = ["schemars", "v1_33"] }
3535
# We use rustls instead of openssl for easier portability, e.g. so that we can build stackablectl without the need to vendor (build from source) openssl
3636
# We use ring instead of aws-lc-rs, as this currently fails to build in "make run-dev"
37-
kube = { version = "1.0.0", default-features = false, features = ["client", "jsonpatch", "runtime", "derive", "rustls-tls", "ring"] }
37+
kube = { version = "1.1.0", default-features = false, features = ["client", "jsonpatch", "runtime", "derive", "rustls-tls", "ring"] }
3838
opentelemetry = "0.29.1"
3939
opentelemetry_sdk = { version = "0.29.0", features = ["rt-tokio"] }
4040
opentelemetry-appender-tracing = "0.29.1"

crates/stackable-operator/CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Update `kube` to `1.1.0` ([#1049]).
10+
711
## [0.93.2] - 2025-05-26
812

913
### Added
@@ -16,6 +20,7 @@ All notable changes to this project will be documented in this file.
1620

1721
[#986]: https://github.com/stackabletech/operator-rs/pull/986
1822
[#1023]: https://github.com/stackabletech/operator-rs/pull/1023
23+
[#1049]: https://github.com/stackabletech/operator-rs/pull/1049
1924

2025
## [0.93.1] - 2025-05-20
2126

0 commit comments

Comments
 (0)