File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ All notable changes to this project will be documented in this file.
8
8
9
9
### Changed
10
10
11
+ - ` kube-rs ` : ` 0.59 ` → ` 0.60 ` ([ #217 ] ).
11
12
- BREAKING: ` kube-rs ` : ` 0.58 ` → ` 0.59 ` ([ #186 ] ).
12
13
14
+ [ #217 ] : https://github.com/stackabletech/operator-rs/pull/217
13
15
[ #186 ] : https://github.com/stackabletech/operator-rs/pull/186
14
16
15
17
### Added
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ either = "1.6"
16
16
futures = " 0.3"
17
17
json-patch = " 0.2"
18
18
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 "
21
21
lazy_static = " 1.4"
22
22
product-config = { git = " https://github.com/stackabletech/product-config.git" , tag = " 0.1.0" }
23
23
rand = " 0.8"
@@ -37,8 +37,8 @@ uuid = { version = "0.8", features = ["v4"] }
37
37
backoff = " 0.3"
38
38
39
39
[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" ] }
42
42
rstest = " 0.11"
43
43
serial_test = " 0.5"
44
44
tempfile = " 3.2"
Original file line number Diff line number Diff line change @@ -1114,6 +1114,7 @@ mod tests {
1114
1114
gmsa_credential_spec: Some ( "spec" . to_string( ) ) ,
1115
1115
gmsa_credential_spec_name: Some ( "name" . to_string( ) ) ,
1116
1116
run_as_user_name: Some ( "winuser" . to_string( ) ) ,
1117
+ ..Default :: default ( )
1117
1118
} )
1118
1119
}
1119
1120
) ;
You can’t perform that action at this time.
0 commit comments