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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Added
8
8
9
-
-`Listener.status.addresses` can now be configured to prefer either IP addresses or DNS hostnames ([#233]).
9
+
-`Listener.status.addresses` can now be configured to prefer either IP addresses or DNS hostnames ([#233], [#244]).
10
10
- The operator can now run on Kubernetes clusters using a non-default cluster domain.
11
11
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain ([#237]).
12
12
13
13
### Changed
14
14
15
15
-`Listener.status.addresses` for NodePort listeners now includes replicas that are currently unavailable ([#231]).
16
-
-`Listener.status.addresses` now defaults to DNS hostnames for all service types (previously NodePort and ClusterIP would prefer IP addresses, [#233]).
16
+
-BREAKING: `Listener.status.addresses` now defaults to DNS hostnames for ClusterIP services, rather than IP addresses ([#233], [#244]).
17
17
- Stale Listener subobjects will now be deleted ([#232]).
18
18
- Tagged Listener Services with the SDP labels ([#232]).
19
19
@@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.
0 commit comments