File tree 2 files changed +6
-0
lines changed
deploy/helm/listener-operator/templates
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,15 @@ All notable changes to this project will be documented in this file.
14
14
- Bump ` stackable-operator ` to 0.87.0 ([ #282 ] ).
15
15
- Default to OCI for image metadata ([ #268 ] ).
16
16
17
+ ### Fixed
18
+
19
+ - Give RBAC permission to ` delete ` Services, which is needed to set an ownerRef on already existing Services ([ #283 ] ).
20
+
17
21
[ #267 ] : https://github.com/stackabletech/listener-operator/pull/267
18
22
[ #268 ] : https://github.com/stackabletech/listener-operator/pull/268
19
23
[ #279 ] : https://github.com/stackabletech/listener-operator/pull/279
20
24
[ #282 ] : https://github.com/stackabletech/listener-operator/pull/282
25
+ [ #283 ] : https://github.com/stackabletech/listener-operator/pull/283
21
26
22
27
## [ 24.11.1] - 2025-01-10
23
28
Original file line number Diff line number Diff line change 60
60
- list
61
61
- watch
62
62
- create
63
+ - delete # Needed to set an ownerRef on already existing Services
63
64
- patch
64
65
- apiGroups :
65
66
- " "
You can’t perform that action at this time.
0 commit comments