Skip to content

Commit c93aa86

Browse files
committed
Update kube to 0.71.0 (#372)
## Description Release notes https://github.com/kube-rs/kube-rs/releases/tag/0.71.0 I didn't identify any change where we should/need to adopt something.
1 parent 25518ca commit c93aa86

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ All notable changes to this project will be documented in this file.
99
### Changed
1010

1111
- product-config 0.3.1 -> 0.4.0 ([#373])
12+
- kube 0.70.0 -> 0.71.0 ([#372])
1213

14+
[#372]: https://github.com/stackabletech/operator-rs/pull/372
1315
[#373]: https://github.com/stackabletech/operator-rs/pull/373
1416

1517
## [0.16.0] - 2022.04.11

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ either = "1.6.1"
1515
futures = "0.3.21"
1616
json-patch = "0.2.6"
1717
k8s-openapi = { version = "0.14.0", default-features = false, features = ["schemars", "v1_23"] }
18-
kube = { version = "0.70.0", features = ["jsonpatch", "runtime", "derive"] }
18+
kube = { version = "0.71.0", features = ["jsonpatch", "runtime", "derive"] }
1919
lazy_static = "1.4.0"
2020
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.4.0" }
2121
rand = "0.8.5"

0 commit comments

Comments
 (0)