Skip to content

Commit 96dce28

Browse files
committed
kube 0.69.0 -> 0.69.1
1 parent 585f87d commit 96dce28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88
- Infrastructure for logging errors as K8s events ([#322])
99

1010
### Changed
11-
- BREAKING: kube 0.68 -> 0.69 ([#319]).
11+
- BREAKING: kube 0.68 -> 0.69.1 ([#319, [#322]]).
1212

1313
### Removed
1414
- Chrono's time 0.1 compatibility ([#310]).

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ either = "1.6.1"
1616
futures = "0.3.19"
1717
json-patch = "0.2.6"
1818
k8s-openapi = { version = "0.14.0", default-features = false, features = ["schemars", "v1_22"] }
19-
kube = { version = "0.69.0", features = ["jsonpatch", "runtime", "derive"] }
19+
kube = { version = "0.69.1", features = ["jsonpatch", "runtime", "derive"] }
2020
lazy_static = "1.4.0"
2121
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.3.0" }
2222
rand = "0.8.4"

0 commit comments

Comments
 (0)