Skip to content

Commit fe5acfa

Browse files
committed
changelog
1 parent edd5120 commit fe5acfa

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

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

77
### Added
88

9-
- Adds new telemetry CLI arguments and environment variables ([#715], [#XXX]).
9+
- Adds new telemetry CLI arguments and environment variables ([#715], [#744]).
1010
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
1111
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
1212
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
@@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file.
1717

1818
### Changed
1919

20-
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#703], [#710], [#715], [#XXX]).
20+
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#703], [#710], [#715], [#744]).
2121
- operator-binary:
2222
- The console log level was set by `OPA_OPERATOR_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
2323
- The file log level was set by `OPA_OPERATOR_LOG`, and is now set by `FILE_LOG_LEVEL`.
@@ -43,7 +43,7 @@ All notable changes to this project will be documented in this file.
4343
- The defaults from the docker images itself will now apply, which will be different from 1000/0 going forward
4444
- This is marked as breaking because tools and policies might exist, which require these fields to be set
4545
- user-info-fetcher: the AD backend now uses the Kerberos realm to expand the user search filter ([#737])
46-
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#743], [#XXX]).
46+
- BREAKING: Bump stackable-operator to 0.94.0 and update other dependencies ([#743], [#744]).
4747
- The default Kubernetes cluster domain name is now fetched from the kubelet API unless explicitly configured.
4848
- This requires operators to have the RBAC permission to get nodes/proxy in the apiGroup "". The helm-chart takes care of this.
4949
- The CLI argument `--kubernetes-node-name` or env variable `KUBERNETES_NODE_NAME` needs to be set. The helm-chart takes care of this.
@@ -52,8 +52,8 @@ All notable changes to this project will be documented in this file.
5252

5353
- Use `json` file extension for log files ([#709]).
5454
- Allow uppercase characters in domain names ([#743]).
55-
- Add missing RBAC permission to patch Kubernetes `events` used for error reporting to helm-chart ([#XXX]).
56-
- Correctly propagate the Kubernetes cluster domain to the `opa-bundle-builder` and `user-info-fetcher` sidecars ([#XXX]).
55+
- Add missing RBAC permission to patch Kubernetes `events` used for error reporting to helm-chart ([#744]).
56+
- Correctly propagate the Kubernetes cluster domain to the `opa-bundle-builder` and `user-info-fetcher` sidecars ([#744]).
5757

5858
### Removed
5959

@@ -73,6 +73,7 @@ All notable changes to this project will be documented in this file.
7373
[#732]: https://github.com/stackabletech/opa-operator/pull/732
7474
[#737]: https://github.com/stackabletech/opa-operator/pull/737
7575
[#743]: https://github.com/stackabletech/opa-operator/pull/743
76+
[#744]: https://github.com/stackabletech/opa-operator/pull/744
7677

7778
## [25.3.0] - 2025-03-21
7879

0 commit comments

Comments
 (0)