Skip to content

Commit 574e030

Browse files
committed
changelog
1 parent 4869e79 commit 574e030

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Don't parse `/etc/resolv.conf` to auto-detect the Kubernetes cluster domain in case it is not explicitly configured.
10+
Instead the operator will default to `cluster.local`. We revert this now after some concerns where raised, we will
11+
create a follow-up decision instead addressing how we will continue with this ([#896]).
12+
713
### Fixed
814

915
- Fix Kubernetes cluster domain parsing from resolv.conf, e.g. on AWS EKS.
1016
We now only consider Kubernetes services domains instead of all domains (which could include non-Kubernetes domains) ([#895]).
1117

1218
[#895]: https://github.com/stackabletech/operator-rs/pull/895
19+
[#896]: https://github.com/stackabletech/operator-rs/pull/896
1320

1421
## [0.79.0] - 2024-10-18
1522

0 commit comments

Comments
 (0)