|
10 | 10 | - Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
|
11 | 11 | - Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
|
12 | 12 | - Added support for HBase 2.6.2 ([#659]):
|
| 13 | +- Add RBAC rule to helm template for automatic cluster domain detection ([#675]). |
13 | 14 |
|
14 | 15 | ### Changed
|
15 | 16 |
|
|
27 | 28 | - The `runAsUser` and `runAsGroup` fields will not be set anymore by the operator
|
28 | 29 | - The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
|
29 | 30 | - This is marked as breaking because tools and policies might exist, which require these fields to be set
|
| 31 | +- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#675]). |
| 32 | + - The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured. |
| 33 | + - This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this. |
| 34 | + - The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this. |
30 | 35 |
|
31 | 36 | ### Fixed
|
32 | 37 |
|
33 | 38 | - Use `json` file extension for log files ([#647]).
|
34 | 39 | - Fix a bug where changes to ConfigMaps that are referenced in the HbaseCluster spec didn't trigger a reconciliation ([#645]).
|
| 40 | +- Allow uppercase characters in domain names ([#675]). |
35 | 41 |
|
36 | 42 | ### Removed
|
37 | 43 |
|
38 | 44 | - test: ZooKeeper 3.9.2 removed ([#654]).
|
39 | 45 | - test: Remove HDFS `3.3.4`, `3.3.6`, and `3.4.0` ([#655]).
|
40 | 46 | - test: HBase 2.4.18 removed ([#659]):
|
41 | 47 | - Remove operator support for HBase 2.4 including the JMX exporter ([#672]).
|
| 48 | +- Remove the `lastUpdateTime` field from the stacklet status ([#675]). |
| 49 | +- Remove role binding to legacy service accounts ([#675]). |
42 | 50 |
|
43 | 51 | [#639]: https://github.com/stackabletech/hbase-operator/pull/639
|
44 | 52 | [#640]: https://github.com/stackabletech/hbase-operator/pull/640
|
|
53 | 61 | [#660]: https://github.com/stackabletech/hbase-operator/pull/660
|
54 | 62 | [#661]: https://github.com/stackabletech/hbase-operator/pull/661
|
55 | 63 | [#672]: https://github.com/stackabletech/hbase-operator/pull/672
|
| 64 | +[#675]: https://github.com/stackabletech/hbase-operator/pull/675 |
56 | 65 |
|
57 | 66 | ## [25.3.0] - 2025-03-21
|
58 | 67 |
|
|
0 commit comments