File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments