Skip to content

Commit 1a6bcbf

Browse files
authored
Merge branch 'main' into feature/opa-role-mapping
2 parents 535e2ea + 3ad99fc commit 1a6bcbf

File tree

11 files changed

+1847
-737
lines changed

11 files changed

+1847
-737
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Run Integration Test
8888
id: test
89-
uses: stackabletech/actions/run-integration-test@95626907fd8cae2f17c862ae40bcab1aa5a2c854 # v0.5.0
89+
uses: stackabletech/actions/run-integration-test@5901c3b1455488820c4be367531e07c3c3e82538 # v0.4.0
9090
with:
9191
test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }}
9292
test-run: ${{ env.TEST_RUN }}

.readme/partials/borrowed/footer.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This operator is written and maintained by [Stackable](https://stackable.tech) and it is part of a larger data platform.
55

6-
![Stackable Data Platform Overview](./.readme/static/borrowed/sdp_overview.png)
6+
![Stackable Data Platform Overview](./.readme/static/borrowed/stackable_overview.png)
77

88
Stackable makes it easy to operate data applications in any Kubernetes cluster.
99

197 KB
Loading

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)