Skip to content

Commit ec8d66b

Browse files
committed
chore: Adjust changelog
1 parent adaad72 commit ec8d66b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9-
- Add RBAC rule to Helm template for automatic cluster domain detection ([#365]).
109
- Adds new telemetry CLI arguments and environment variables ([#349]).
1110
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
1211
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
1312
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
13+
- Add RBAC rule to Helm template for automatic cluster domain detection ([#365]).
1414

1515
### Changed
1616

17-
- Bump stackable-operator to 0.94.0 ([#365]).
1817
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#338], [#344], [#349]).
1918
- BREAKING: The console log level was set by `COMMONS_OPERATOR_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
2019
- BREAKING: The file log level was set by `COMMONS_OPERATOR_LOG`, and is now set by `FILE_LOG_LEVEL`.
@@ -23,10 +22,20 @@ All notable changes to this project will be documented in this file.
2322
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
2423
- Version CRDs and bump dependencies ([#353]).
2524
- Limit rescheduling delay to a maximum of 6 months ([#363]).
25+
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#365]).
26+
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
27+
- This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
28+
- The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this.
2629

2730
### Fixed
2831

2932
- Use `json` file extension for log files ([#343]).
33+
- Allow uppercase characters in domain names ([#365]).
34+
35+
### Removed
36+
37+
- Remove the `lastUpdateTime` field from the stacklet status ([#365]).
38+
- Remove role binding to legacy service accounts ([#365]).
3039

3140
[#338]: https://github.com/stackabletech/commons-operator/pull/338
3241
[#343]: https://github.com/stackabletech/commons-operator/pull/343

0 commit comments

Comments
 (0)