File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/stackable-operator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
13
13
14
14
- BREAKING: ` validation ` module now uses typed errors ([ #851 ] ).
15
15
- Set ` checkIncrement ` to 5 seconds in Logback config ([ #853 ] ).
16
- - Bump to ` kube ` 0.95.0 and Kubernetes 1.31 ([ #867 ] ).
16
+ - Bump Rust dependencies and enable Kubernetes 1.31 (via ` kube ` 0.95.0) ([ #867 ] ).
17
17
18
18
### Fixed
19
19
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ impl PodBuilder {
456
456
) -> & mut Self {
457
457
self . image_pull_secrets
458
458
. get_or_insert_with ( Vec :: new)
459
- . extend ( secrets. map ( |s | LocalObjectReference { name : s } ) ) ;
459
+ . extend ( secrets. map ( |name | LocalObjectReference { name } ) ) ;
460
460
self
461
461
}
462
462
You can’t perform that action at this time.
0 commit comments