Skip to content

Commit a7ac065

Browse files
chore: Merge branch 'main' into test/metrics
2 parents a4de933 + 278126b commit a7ac065

File tree

11 files changed

+1822
-670
lines changed

11 files changed

+1822
-670
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 reducing frequent Pod restarts ([#619]).
11+
- Run a `containerdebug` process in the background of each HDFS container to collect debugging information ([#629]).
1112

1213
### Fixed
1314

@@ -17,6 +18,7 @@ All notable changes to this project will be documented in this file.
1718

1819
[#616]: https://github.com/stackabletech/hdfs-operator/pull/616
1920
[#619]: https://github.com/stackabletech/hdfs-operator/pull/619
21+
[#629]: https://github.com/stackabletech/hdfs-operator/pull/629
2022

2123
## [24.11.0] - 2024-11-18
2224

0 commit comments

Comments
 (0)