You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,22 @@ All notable changes to this project will be documented in this file.
15
15
16
16
-`Listener.status.addresses` for NodePort listeners now includes replicas that are currently unavailable ([#231]).
17
17
-`Listener.status.addresses` now defaults to DNS hostnames for all service types (previously NodePort and ClusterIP would prefer IP addresses, [#233]).
18
+
- Stale Listener subobjects will now be deleted ([#232]).
19
+
- Tagged Listener Services with the SDP labels ([#232]).
18
20
19
21
### Fixed
20
22
21
23
- Listener.status.addresses is now de-duplicated ([#231]).
22
24
- Listener controller now listens for ListenerClass updates ([#231]).
23
25
- Propagate `ListenerClass.spec.serviceAnnotations` to the created Services ([#234]).
26
+
- Failing to parse one `Listener`/`ListenerClass` should no longer cause the whole operator to stop functioning ([#238]).
0 commit comments