File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,23 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ### Added
8
+
9
+ - Added new Fragment (partial configuration) machinery ([ #445 ] ).
10
+
7
11
### Changed
8
12
9
13
- kube-rs: 0.74.0 -> 0.75.0 ([ #490 ] ).
10
14
- BREAKING: ` Client ` methods now take the namespace as a ` &str ` (for namespaced resources) or
11
15
` &() ` (for cluster-scoped resources), rather than always taking an ` Option<&str> ` ([ #490 ] ).
12
16
17
+ [ #445 ] : https://github.com/stackabletech/operator-rs/pull/445
13
18
[ #490 ] : https://github.com/stackabletech/operator-rs/pull/490
14
19
15
20
## [ 0.25.3] - 2022-10-13
16
21
17
22
### Added
18
23
19
24
- Extended ` ClusterResource ` with ` Secret ` , ` ServiceAccount ` and ` RoleBinding ` ([ #485 ] ).
20
- - Added new Fragment (partial configuration) machinery ([ #445 ] ).
21
25
22
26
[ #485 ] : https://github.com/stackabletech/operator-rs/pull/485
23
- [ #445 ] : https://github.com/stackabletech/operator-rs/pull/445
24
27
25
28
## [ 0.25.2] - 2022-09-27
26
29
You can’t perform that action at this time.
0 commit comments