Skip to content

Prevent pruning IstioRevisions with unknown InUse status#1322

Merged
istio-testing merged 1 commit intoistio-ecosystem:mainfrom
sridhargaddam:fix-pruning
Nov 3, 2025
Merged

Prevent pruning IstioRevisions with unknown InUse status#1322
istio-testing merged 1 commit intoistio-ecosystem:mainfrom
sridhargaddam:fix-pruning

Conversation

@sridhargaddam
Copy link
Copy Markdown
Contributor

Currently, the pruning logic would delete IstioRevisions when their InUse condition status was ConditionUnknown. This could occur when there are any transient API server errors while listing pods/namespaces. This fix implements a fail-safe approach by pruning only revisions that are explicitly confirmed to be not in use (Status == ConditionFalse). Revisions with ConditionTrue (inUse) or ConditionUnknown are now preserved, preventing accidental deletion of active control planes.

@sridhargaddam sridhargaddam requested a review from a team as a code owner November 1, 2025 05:14
Currently, the pruning logic would delete IstioRevisions when their
InUse condition status was ConditionUnknown. This could occur when
there are any transient API server errors while listing pods/namespaces.
This fix implements a fail-safe approach by pruning only revisions that
are explicitly confirmed to be not in use (Status == ConditionFalse).
Revisions with ConditionTrue (inUse) or ConditionUnknown are now preserved,
preventing accidental deletion of active control planes.

Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.66%. Comparing base (a97fea6) to head (9509928).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1322      +/-   ##
==========================================
- Coverage   78.69%   78.66%   -0.03%     
==========================================
  Files          44       44              
  Lines        2253     2255       +2     
==========================================
+ Hits         1773     1774       +1     
  Misses        371      371              
- Partials      109      110       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Collaborator

@dgn dgn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thank you @sridhargaddam!

@istio-testing istio-testing merged commit 5c116a5 into istio-ecosystem:main Nov 3, 2025
16 of 17 checks passed
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 3, 2025
* upstream/main: (39 commits)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  Update sidecar to ambient migration doc (istio-ecosystem#1295)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 3, 2025
* upstream/main: (39 commits)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  Update sidecar to ambient migration doc (istio-ecosystem#1295)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 3, 2025
* upstream/main: (39 commits)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  Update sidecar to ambient migration doc (istio-ecosystem#1295)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 3, 2025
* upstream/main: (39 commits)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  Update sidecar to ambient migration doc (istio-ecosystem#1295)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 4, 2025
* upstream/main: (39 commits)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  Update sidecar to ambient migration doc (istio-ecosystem#1295)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 4, 2025
* upstream/main: (39 commits)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  Update sidecar to ambient migration doc (istio-ecosystem#1295)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 4, 2025
* upstream/main: (40 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 4, 2025
* upstream/main: (40 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 4, 2025
* upstream/main: (40 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 4, 2025
* upstream/main: (40 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 4, 2025
* upstream/main: (40 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 4, 2025
* upstream/main: (40 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 5, 2025
* upstream/main: (40 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 5, 2025
* upstream/main: (40 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  Updating migration from sidecar to Ambient mode from review (istio-ecosystem#1294)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 5, 2025
* upstream/main: (41 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 5, 2025
* upstream/main: (41 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 5, 2025
* upstream/main: (41 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1296)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 5, 2025
* upstream/main: (42 commits)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 5, 2025
* upstream/main: (42 commits)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 6, 2025
* upstream/main: (42 commits)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 6, 2025
* upstream/main: (42 commits)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 6, 2025
* upstream/main: (42 commits)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 6, 2025
* upstream/main: (42 commits)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  Small change in the migration from sidecar to ambient doc (istio-ecosystem#1300)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 7, 2025
* upstream/main: (43 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  Make sure a correct helm values file is used (istio-ecosystem#1297)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1303)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 10, 2025
* upstream/main: (45 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 10, 2025
* upstream/main: (45 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 10, 2025
* upstream/main: (45 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  fix: add v1.26.1 version (istio-ecosystem#1301)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 10, 2025
* upstream/main: (46 commits)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 10, 2025
* upstream/main: (46 commits)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 10, 2025
* upstream/main: (46 commits)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 10, 2025
* upstream/main: (46 commits)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 10, 2025
* upstream/main: (46 commits)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 11, 2025
* upstream/main: (46 commits)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1307)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 11, 2025
* upstream/main: (47 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 11, 2025
* upstream/main: (47 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 11, 2025
* upstream/main: (47 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1308)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 11, 2025
* upstream/main: (48 commits)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 11, 2025
* upstream/main: (48 commits)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 11, 2025
* upstream/main: (48 commits)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 12, 2025
* upstream/main: (48 commits)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 12, 2025
* upstream/main: (48 commits)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  Fix ZTunnel name field in UI (istio-ecosystem#1284)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 12, 2025
* upstream/main: (49 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 12, 2025
* upstream/main: (49 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 12, 2025
* upstream/main: (49 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 12, 2025
* upstream/main: (49 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 12, 2025
* upstream/main: (49 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 12, 2025
* upstream/main: (49 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 13, 2025
* upstream/main: (49 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 13, 2025
* upstream/main: (49 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 13, 2025
* upstream/main: (49 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 13, 2025
* upstream/main: (49 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  Update Ztunnel config CRD flags (istio-ecosystem#1117)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 13, 2025
* upstream/main: (50 commits)
  Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1311)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 13, 2025
* upstream/main: (51 commits)
  CI: validate only the first commit message from the PR (istio-ecosystem#1342)
  Enhance IstioRevision dependency check to include ztunnel status (istio-ecosystem#1334)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1343)
  Use openshift-service-mesh org for our fork of community-operators-prod (istio-ecosystem#1340)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1341)
  Increase timeouts in multicluster tests (istio-ecosystem#1337)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1336)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1335)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1332)
  Update sleep kustomization file (istio-ecosystem#1327)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1325)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1324)
  Prevent pruning IstioRevisions with unknown InUse status (istio-ecosystem#1322)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1323)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1321)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1320)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1318)
  Increase e2e timeout when waiting for service LB (istio-ecosystem#1314)
  docs: IstioCNI: mention resource name restriction (istio-ecosystem#1288)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1313)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants