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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file.
Owner references ensure that objects are garbage collected by OpenShift upon operator removal but they cause problems when the operator is updated.
This means that cluster wide objects are not removed anymore when the operator is uninstalled.
This behaviour is in line with the default behaviour of Helm and OLM.
- Bump testing-tools to `0.3.0-stackable0.0.0-dev` ([#363]).

[#360]: https://github.com/stackabletech/listener-operator/pull/360
[#363]: https://github.com/stackabletech/listener-operator/pull/363

## [25.11.0] - 2025-11-07

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
serviceAccountName: query-ingresses-sa
containers:
- name: query-ingresses
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
# NOTE: Hostname resolution does not work on our OKD clusters, so the command for testing the Hostname is omitted on Openshift. It would be better to omit this entire test value for Openshift but this is not (yet) possible in beku.
{% if test_scenario['values']['openshift'] == 'true' and test_scenario['values']['addressType'] != "Hostname" %}
command:
Expand Down