We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af46620 commit 3796e5eCopy full SHA for 3796e5e
CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Added
8
+
9
+- Aggregate emitted Kubernetes events on the CustomResources ([#267]).
10
11
+### Changed
12
13
+- Append a dot (`.`) to the default cluster domain to reduce DNS requests ([#267]).
14
15
+[#267]: https://github.com/stackabletech/listener-operator/pull/267
16
17
## [24.11.0] - 2024-11-18
18
19
### Added
deploy/helm/listener-operator/templates/roles.yaml
@@ -104,6 +104,7 @@ rules:
104
- events
105
verbs:
106
- create
107
+ - patch
108
- apiGroups:
109
- listeners.stackable.tech
110
resources:
0 commit comments