We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebcbc4 commit a668504Copy full SHA for a668504
1 file changed
CHANGELOG.md
@@ -9,6 +9,7 @@
9
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
10
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
11
- BREAKING: Added listener support for Superset ([#625]).
12
+- Add internal headless service in addition to the metrics service and move listener logic to listener.rs ([#644])
13
14
### Changed
15
@@ -45,6 +46,7 @@
45
46
[#635]: https://github.com/stackabletech/superset-operator/pull/635
47
[#637]: https://github.com/stackabletech/superset-operator/pull/637
48
[#643]: https://github.com/stackabletech/superset-operator/pull/643
49
+[#644]: https://github.com/stackabletech/superset-operator/pull/644
50
51
## [25.3.0] - 2025-03-21
52
0 commit comments