Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ All notable changes to this project will be documented in this file.
- The `prometheus.io/scrape` label was moved to the metrics service ([#721]).
- The headless service now only exposes product / data ports, the metrics service only metrics ports ([#721], [#726]).
- Bump stackable-operator to `0.100.1` and product-config to `0.8.0` ([#722]).
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#740]).

[#713]: https://github.com/stackabletech/hdfs-operator/pull/713
[#718]: https://github.com/stackabletech/hdfs-operator/pull/718
[#721]: https://github.com/stackabletech/hdfs-operator/pull/721
[#722]: https://github.com/stackabletech/hdfs-operator/pull/722
[#726]: https://github.com/stackabletech/hdfs-operator/pull/726
[#740]: https://github.com/stackabletech/hdfs-operator/pull/740

## [25.7.0] - 2025-07-23

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/hdfs/examples/getting_started/webhdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ spec:
spec:
containers:
- name: webhdfs
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
stdin: true
tty: true
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
shareProcessNamespace: true
containers:
- name: hdfs-test-runner
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
args: [sleep, infinity]
stdin: true
tty: true
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
fsGroup: 1000
containers:
- name: python
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
stdin: true
tty: true
resources:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/smoke/40-install-test-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
shareProcessNamespace: true
containers:
- name: test-runner
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
image: oci.stackable.tech/sdp/testing-tools:0.3.0-stackable0.0.0-dev
args: [sleep, infinity]
stdin: true
tty: true
Expand Down