Skip to content

Commit 18ea837

Browse files
authored
feat: run containerdebug in the background (#578)
* feat: run containerdebug in the background * fix containerdebug log dir * fix after running the tests * reintroduce the CONTAINERDEBUG_LOG_DIRECTORY env var * factor out ctnrdebug test
1 parent 91ab3f3 commit 18ea837

File tree

5 files changed

+1813
-671
lines changed

5 files changed

+1813
-671
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Added
6+
7+
- Run a `containerdebug` process in the background of each Superset container to collect debugging information ([#578]).
8+
59
### Fixed
610

711
- Fix OIDC endpoint construction in case the `rootPath` does have a trailing slash ([#569]).
@@ -11,6 +15,7 @@
1115

1216
[#568]: https://github.com/stackabletech/superset-operator/pull/568
1317
[#569]: https://github.com/stackabletech/superset-operator/pull/569
18+
[#578]: https://github.com/stackabletech/superset-operator/pull/578
1419

1520
## [24.11.0] - 2024-11-18
1621

0 commit comments

Comments
 (0)