Skip to content

Commit 9abe014

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/jvm-arguments
2 parents 00ee4b3 + 26526b3 commit 9abe014

File tree

10 files changed

+125
-78
lines changed

10 files changed

+125
-78
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
88

99
- The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup
1010
config property `requestedSecretLifetime`. This helps reduce frequent Pod restarts ([#676]).
11+
- Run a `containerdebug` process in the background of each Trino container to collect debugging information ([#687]).
1112

1213
### Fixed
1314

@@ -19,6 +20,7 @@ All notable changes to this project will be documented in this file.
1920
[#672]: https://github.com/stackabletech/trino-operator/pull/672
2021
[#673]: https://github.com/stackabletech/trino-operator/pull/673
2122
[#676]: https://github.com/stackabletech/trino-operator/pull/676
23+
[#687]: https://github.com/stackabletech/trino-operator/pull/687
2224

2325
## [24.11.0] - 2024-11-18
2426

0 commit comments

Comments
 (0)