@@ -4,22 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
- ### Changed
8
-
9
- - Build against Kubernetes 1.23 ([ #330 ] ).
10
-
11
7
### Added
8
+
9
+ - BREAKING: Added CLI ` watch_namespace ` parameter to ProductOperatorRun in
10
+ preparation for operators watching a single namespace ([ #332 ] ).
12
11
- More builder functionality ([ #331 ] )
13
12
- builder for ` SecurityContext ` objects
14
13
- add ` EnvVar ` s from field refs
15
14
- set ` serviceServiceAccountName ` in pod templates
16
15
16
+
17
+ ### Changed
18
+
19
+ - Build against Kubernetes 1.23 ([ #330 ] ).
20
+
17
21
[ #330 ] : https://github.com/stackabletech/operator-rs/pull/330
18
22
[ #331 ] : https://github.com/stackabletech/operator-rs/pull/331
23
+ [ #332 ] : https://github.com/stackabletech/operator-rs/pull/332
19
24
20
25
## [ 0.12.0] - 2022-02-18
21
26
22
-
23
27
### Changed
24
28
- Reported K8s events are now limited to 1024 bytes ([ #327 ] ).
25
29
@@ -32,7 +36,6 @@ All notable changes to this project will be documented in this file.
32
36
33
37
## [ 0.11.0] - 2022-02-17
34
38
35
-
36
39
### Added
37
40
- Infrastructure for logging errors as K8s events ([ #322 ] ).
38
41
@@ -50,7 +53,6 @@ All notable changes to this project will be documented in this file.
50
53
51
54
## [ 0.10.0] - 2022-02-04
52
55
53
-
54
56
### Added
55
57
- Unified ` ClusterRef ` type for referring to cluster objects ([ #307 ] ).
56
58
@@ -67,7 +69,6 @@ All notable changes to this project will be documented in this file.
67
69
68
70
## [ 0.9.0] - 2022-01-27
69
71
70
-
71
72
### Changed
72
73
- Fixed ` Client::apply_patch_status ` always failing ([ #300 ] ).
73
74
@@ -89,7 +90,6 @@ All notable changes to this project will be documented in this file.
89
90
90
91
## [ 0.7.0] - 2021-12-22
91
92
92
-
93
93
### Changed
94
94
- BREAKING: Introduced proper (Result) error handling for ` transform_all_roles_to_config ` ([ #282 ] ).
95
95
- BREAKING: ` Configuration::compute_* ` are now invoked even when ` config ` field is not provided on ` Role ` /` RoleGroup ` ([ #282 ] ).
@@ -203,7 +203,6 @@ All notable changes to this project will be documented in this file.
203
203
204
204
## [ 0.2.2] - 2021-09-21
205
205
206
-
207
206
### Changed
208
207
209
208
- ` kube-rs ` : ` 0.59 ` → ` 0.60 ` ([ #217 ] ).
@@ -221,7 +220,6 @@ All notable changes to this project will be documented in this file.
221
220
222
221
## [ 0.2.0] - 2021-09-17
223
222
224
-
225
223
### Added
226
224
- Extracted the versioning support for up and downgrades from operators ([ #211 ] ).
227
225
- Added traits to access generic operator versions ([ #211 ] ).
0 commit comments