diff --git a/CHANGELOG.md b/CHANGELOG.md index df9415cf..f3f92a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,10 @@ All notable changes to this project will be documented in this file. - Listener.status.addresses is now de-duplicated ([#231]). - Listener controller now listens for ListenerClass updates ([#231]). +- Propagate `ListenerClass.spec.serviceAnnotations` to the created Services ([#234]). [#231]: https://github.com/stackabletech/listener-operator/pull/231 +[#234]: https://github.com/stackabletech/listener-operator/pull/234 ## [24.7.0] - 2024-07-24 diff --git a/rust/operator-binary/src/listener_controller.rs b/rust/operator-binary/src/listener_controller.rs index 43b36398..22e565fc 100644 --- a/rust/operator-binary/src/listener_controller.rs +++ b/rust/operator-binary/src/listener_controller.rs @@ -237,6 +237,7 @@ pub async fn reconcile(listener: Arc, ctx: Arc) -> Result