Skip to content

Commit def1f2b

Browse files
authored
Bumped kube-rs to 0.60 (#217)
* Bumped kube-rs to 0.60 * Adapted changelog.
1 parent 6dff236 commit def1f2b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ All notable changes to this project will be documented in this file.
88

99
### Changed
1010

11+
- `kube-rs`: `0.59``0.60` ([#217]).
1112
- BREAKING: `kube-rs`: `0.58``0.59` ([#186]).
1213

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

1517
### Added

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ either = "1.6"
1616
futures = "0.3"
1717
json-patch = "0.2"
1818
k8s-openapi = { version = "0.13", default-features = false, features=["schemars"] }
19-
kube = { version = "0.59", default-features = false, features = ["jsonpatch"] }
20-
kube-runtime = "0.59"
19+
kube = { version = "0.60", default-features = false, features = ["jsonpatch"] }
20+
kube-runtime = "0.60"
2121
lazy_static = "1.4"
2222
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.1.0" }
2323
rand = "0.8"
@@ -37,8 +37,8 @@ uuid = { version = "0.8", features = ["v4"] }
3737
backoff = "0.3"
3838

3939
[dev-dependencies]
40-
k8s-openapi = { version = "0.13", default-features = false, features = ["v1_21"] }
41-
kube = { version = "0.59", default-features = false, features = ["derive"] }
40+
k8s-openapi = { version = "0.13", default-features = false, features = ["v1_22"] }
41+
kube = { version = "0.60", default-features = false, features = ["derive"] }
4242
rstest = "0.11"
4343
serial_test = "0.5"
4444
tempfile = "3.2"

src/builder.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,7 @@ mod tests {
11141114
gmsa_credential_spec: Some("spec".to_string()),
11151115
gmsa_credential_spec_name: Some("name".to_string()),
11161116
run_as_user_name: Some("winuser".to_string()),
1117+
..Default::default()
11171118
})
11181119
}
11191120
);

0 commit comments

Comments
 (0)