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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ All notable changes to this project will be documented in this file.
- Add the role group as a node attribute ([#63]).
- Allow adding entries to the OpenSearch keystore ([#76]).

### Changed

- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#91]).

[#55]: https://github.com/stackabletech/opensearch-operator/pull/55
[#63]: https://github.com/stackabletech/opensearch-operator/pull/63
[#76]: https://github.com/stackabletech/opensearch-operator/pull/76
[#91]: https://github.com/stackabletech/opensearch-operator/pull/91

## [25.11.0] - 2025-11-07

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: create-opensearch-1-admin-certificate
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
command:
- /stackable/scripts/create-opensearch-1-admin-certificate.sh
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: create-testuser
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
command:
- /bin/bash
- -euxo
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/backup-restore/23-create-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: create-data
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
command:
- /bin/bash
- -euxo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: create-snapshot
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
command:
- /bin/bash
- -euxo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: create-opensearch-2-admin-certificate
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
command:
- /stackable/scripts/create-opensearch-2-admin-certificate.sh
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: restore-snapshot
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
command:
- /bin/bash
- -euxo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: test-opensearch-2
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
command:
- /bin/bash
- -euxo
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/ldap/30-test-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: test-opensearch
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
command:
- /bin/bash
- -euxo
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/logging/30-test-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: test-log-aggregation
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
command:
- python
args:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/metrics/30-check-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: check-metrics
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
command:
- /bin/bash
- -euo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: test-opensearch-dashboards
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
command:
- python
args:
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/smoke/20-test-opensearch.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
spec:
containers:
- name: test-opensearch
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
command:
- /bin/bash
- -euxo
Expand Down