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 7349302 commit 5afa6bbCopy full SHA for 5afa6bb
CHANGELOG.md
@@ -13,9 +13,14 @@
13
- Implement `envOverrides` for HbaseCluster ([#550]).
14
- Omid test: use 1.1.2, update default port number and raise test timeout ([#556]).
15
16
+### Removed
17
+
18
+- test: Remove ZooKeeper 3.8.4 ([#558]).
19
20
[#548]: https://github.com/stackabletech/hbase-operator/pull/548
21
[#550]: https://github.com/stackabletech/hbase-operator/pull/550
22
[#556]: https://github.com/stackabletech/hbase-operator/pull/556
23
+[#558]: https://github.com/stackabletech/hbase-operator/pull/558
24
25
## [24.7.0] - 2024-07-24
26
tests/test-definition.yaml
@@ -25,7 +25,7 @@ dimensions:
- 3.3.6
- name: zookeeper
27
values:
28
- - 3.8.4
+ - 3.9.2
29
- name: zookeeper-latest
30
31
- 3.9.2
0 commit comments