Skip to content

Commit 0844ba5

Browse files
committed
Changelog
1 parent 1b31797 commit 0844ba5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

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]).
1010
- The operator can now run on Kubernetes clusters using a non-default cluster domain.
1111
Use the env var `KUBERNETES_CLUSTER_DOMAIN` or the operator Helm chart property `kubernetesClusterDomain` to set a non-default cluster domain ([#237]).
1212

1313
### Changed
1414

1515
- `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]).
1717
- Stale Listener subobjects will now be deleted ([#232]).
1818
- Tagged Listener Services with the SDP labels ([#232]).
1919

@@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.
3030
[#234]: https://github.com/stackabletech/listener-operator/pull/234
3131
[#237]: https://github.com/stackabletech/listener-operator/pull/237
3232
[#238]: https://github.com/stackabletech/listener-operator/pull/238
33+
[#244]: https://github.com/stackabletech/listener-operator/pull/244
3334

3435
## [24.7.0] - 2024-07-24
3536

0 commit comments

Comments
 (0)