Skip to content

Commit e04753c

Browse files
committed
chore: Update changelog link
1 parent 7c83c60 commit e04753c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.
1212
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
1313
- BREAKING: Add Listener support for Hive ([#605]).
1414
- Add internal headless service in addition to the metrics service ([#613]).
15-
- Add RBAC rule to helm template for automatic cluster domain detection ([#xxx]).
15+
- Add RBAC rule to helm template for automatic cluster domain detection ([#615]).
1616

1717
### Changed
1818

@@ -30,7 +30,7 @@ All notable changes to this project will be documented in this file.
3030
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3131
- This is marked as breaking because tools and policies might exist, which require these fields to be set
3232
- Use versioned common structs ([#604]).
33-
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#xxx]).
33+
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#615]).
3434
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
3535
- This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
3636
- The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this.
@@ -39,12 +39,12 @@ All notable changes to this project will be documented in this file.
3939

4040
- Use `json` file extension for log files ([#591]).
4141
- Fix a bug where changes to ConfigMaps that are referenced in the HiveCluster spec didn't trigger a reconciliation ([#589]).
42-
- Allow uppercase characters in domain names ([#xxx]).
42+
- Allow uppercase characters in domain names ([#615]).
4343

4444
### Removed
4545

46-
- Remove the `lastUpdateTime` field from the stacklet status ([#xxx]).
47-
- Remove role binding to legacy service accounts ([#xxx]).
46+
- Remove the `lastUpdateTime` field from the stacklet status ([#615]).
47+
- Remove role binding to legacy service accounts ([#615]).
4848

4949
[#585]: https://github.com/stackabletech/hive-operator/pull/585
5050
[#589]: https://github.com/stackabletech/hdfs-operator/pull/589
@@ -56,7 +56,7 @@ All notable changes to this project will be documented in this file.
5656
[#604]: https://github.com/stackabletech/hive-operator/pull/604
5757
[#605]: https://github.com/stackabletech/hive-operator/pull/605
5858
[#613]: https://github.com/stackabletech/hive-operator/pull/613
59-
[#xxx]: https://github.com/stackabletech/hive-operator/pull/xxx
59+
[#615]: https://github.com/stackabletech/hive-operator/pull/615
6060

6161
## [25.3.0] - 2025-03-21
6262

0 commit comments

Comments
 (0)