We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8837201 commit ecd4bd8Copy full SHA for ecd4bd8
CHANGELOG.md
@@ -8,7 +8,13 @@ All notable changes to this project will be documented in this file.
8
9
- Add `ZOOCFGDIR` env var to `/stackable/rwconfig` to improve shell script usage like `zkCleanup.sh` ([#988]).
10
11
+### Changed
12
+
13
+- Adapted to [ZOOKEEPER-4276](https://issues.apache.org/jira/browse/ZOOKEEPER-4276). Removed `clientPort` and `secureClientPort` as well as
14
+ `client.portUnification` from the `zoo.cfg` config. Secure ZooKeeper clusters now do not accept plain text connections anymore. ([#996]).
15
16
[#988]: https://github.com/stackabletech/zookeeper-operator/pull/988
17
+[#996]: https://github.com/stackabletech/zookeeper-operator/pull/996
18
19
## [25.11.0] - 2025-11-07
20
0 commit comments