Skip to content

Commit b16c3b0

Browse files
committed
chore: Adjust changelog
1 parent 69304c0 commit b16c3b0

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
### Added
66

7-
- Add RBAC rule to Helm template for automatic cluster domain detection ([#656]).
87
- Added listener support for Airflow ([#604]).
98
- Adds new telemetry CLI arguments and environment variables ([#613]).
109
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
@@ -14,10 +13,10 @@
1413
- Add experimental support for airflow `3.0.1` ([#630]).
1514
- "airflow.task" logger defaults to log level 'INFO' instead of 'NOTSET' ([#649]).
1615
- Add internal headless service in addition to the metrics service ([#651]).
16+
- Add RBAC rule to helm template for automatic cluster domain detection ([#656]).
1717

1818
### Changed
1919

20-
- Bump stackable-operator to 0.94.0 and built to 0.8 ([#656]).
2120
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#601], [#608], [#613]).
2221
- The console log level was set by `AIRFLOW_OPERATOR_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
2322
- The file log level was set by `AIRFLOW_OPERATOR_LOG`, and is now set by `FILE_LOG_LEVEL`.
@@ -35,11 +34,21 @@
3534
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
3635
- This is marked as breaking because tools and policies might exist, which require these fields to be set
3736
- Changed listener class to be role-only ([#645]).
37+
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#656]).
38+
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
39+
- This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
40+
- The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this.
3841

3942
### Fixed
4043

4144
- Use `json` file extension for log files ([#607]).
4245
- Fix a bug where changes to ConfigMaps that are referenced in the AirflowCluster spec didn't trigger a reconciliation ([#600]).
46+
- Allow uppercase characters in domain names ([#656]).
47+
48+
### Removed
49+
50+
- Remove the `lastUpdateTime` field from the stacklet status ([#656]).
51+
- Remove role binding to legacy service accounts ([#656]).
4352

4453
[#600]: https://github.com/stackabletech/airflow-operator/pull/600
4554
[#601]: https://github.com/stackabletech/airflow-operator/pull/601

0 commit comments

Comments
 (0)