Skip to content

Commit e731f44

Browse files
committed
chore: Update changelog link
1 parent 12227fc commit e731f44

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
1111
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
1212
- Added support for HBase 2.6.2 ([#659]):
13-
- Add RBAC rule to helm template for automatic cluster domain detection ([#xxx]).
13+
- Add RBAC rule to helm template for automatic cluster domain detection ([#675]).
1414

1515
### Changed
1616

@@ -28,7 +28,7 @@
2828
- The `runAsUser` and `runAsGroup` fields will not be set anymore by the operator
2929
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3030
- 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 ([#xxx]).
31+
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#675]).
3232
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
3333
- This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
3434
- The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this.
@@ -37,16 +37,16 @@
3737

3838
- Use `json` file extension for log files ([#647]).
3939
- 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 ([#xxx]).
40+
- Allow uppercase characters in domain names ([#675]).
4141

4242
### Removed
4343

4444
- test: ZooKeeper 3.9.2 removed ([#654]).
4545
- test: Remove HDFS `3.3.4`, `3.3.6`, and `3.4.0` ([#655]).
4646
- test: HBase 2.4.18 removed ([#659]):
4747
- Remove operator support for HBase 2.4 including the JMX exporter ([#672]).
48-
- Remove the `lastUpdateTime` field from the stacklet status ([#xxx]).
49-
- Remove role binding to legacy service accounts ([#xxx]).
48+
- Remove the `lastUpdateTime` field from the stacklet status ([#675]).
49+
- Remove role binding to legacy service accounts ([#675]).
5050

5151
[#639]: https://github.com/stackabletech/hbase-operator/pull/639
5252
[#640]: https://github.com/stackabletech/hbase-operator/pull/640
@@ -61,7 +61,7 @@
6161
[#660]: https://github.com/stackabletech/hbase-operator/pull/660
6262
[#661]: https://github.com/stackabletech/hbase-operator/pull/661
6363
[#672]: https://github.com/stackabletech/hbase-operator/pull/672
64-
[#xxx]: https://github.com/stackabletech/hbase-operator/pull/xxx
64+
[#675]: https://github.com/stackabletech/hbase-operator/pull/675
6565

6666
## [25.3.0] - 2025-03-21
6767

0 commit comments

Comments
 (0)