Skip to content

Update Ztunnel config CRD flags#1117

Merged
istio-testing merged 1 commit intoistio-ecosystem:mainfrom
MaxBab:update_ztunnel_config_crd_flags
Oct 27, 2025
Merged

Update Ztunnel config CRD flags#1117
istio-testing merged 1 commit intoistio-ecosystem:mainfrom
MaxBab:update_ztunnel_config_crd_flags

Conversation

@MaxBab
Copy link
Copy Markdown
Collaborator

@MaxBab MaxBab commented Aug 13, 2025

What type of PR is this?

  • Enhancement / New Feature
  • Bug Fix
  • Refactor
  • Optimization
  • Test
  • Documentation Update

What this PR does / why we need it:

Update the following missing CRD flags for ztunnel config:

  • Affinity
  • Network
  • Tolerations
  • ResourceQuotas
  • seLinuxOptions
  • UpdateStrategy
  • NodeSelector

Which issue(s) this PR fixes:

Fixes https://issues.redhat.com/browse/OSSM-9663

Additional information:

@MaxBab MaxBab requested a review from a team as a code owner August 13, 2025 09:11
@MaxBab MaxBab requested review from dgn and sridhargaddam August 13, 2025 09:12
@MaxBab MaxBab force-pushed the update_ztunnel_config_crd_flags branch from 6f5516b to 0f94813 Compare August 13, 2025 09:18
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.60%. Comparing base (2543fb8) to head (c1cade2).
⚠️ Report is 17 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1117      +/-   ##
==========================================
+ Coverage   77.69%   78.60%   +0.90%     
==========================================
  Files          44       44              
  Lines        2834     2253     -581     
==========================================
- Hits         2202     1771     -431     
+ Misses        525      372     -153     
- Partials      107      110       +3     

☔ 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.

@MaxBab
Copy link
Copy Markdown
Collaborator Author

MaxBab commented Aug 19, 2025

Hi @dgn @sridhargaddam

Could you take a look on the pr, please?

@MaxBab
Copy link
Copy Markdown
Collaborator Author

MaxBab commented Aug 31, 2025

Hi @dgn

Appreciate your review here.

@MaxBab MaxBab force-pushed the update_ztunnel_config_crd_flags branch from 0f94813 to 51de8a4 Compare September 7, 2025 09:03
@MaxBab MaxBab force-pushed the update_ztunnel_config_crd_flags branch from 51de8a4 to bc62906 Compare September 9, 2025 15:46
@MaxBab
Copy link
Copy Markdown
Collaborator Author

MaxBab commented Sep 9, 2025

/test commit-check

@istio-testing

This comment was marked as resolved.

@MaxBab MaxBab force-pushed the update_ztunnel_config_crd_flags branch from bc62906 to 23f445f Compare September 9, 2025 16:00
@FilipB
Copy link
Copy Markdown
Collaborator

FilipB commented Sep 11, 2025

@MaxBab Do you think this will be needed in release-1.26?

@MaxBab
Copy link
Copy Markdown
Collaborator Author

MaxBab commented Sep 11, 2025

@MaxBab Do you think this will be needed in release-1.26?

No.
Ambient mode is tech preview in 1.26.
No reason to backport this.

@MaxBab MaxBab force-pushed the update_ztunnel_config_crd_flags branch from 23f445f to ee2512f Compare September 17, 2025 11:12
SeLinuxOptions *k8sv1.SELinuxOptions `json:"seLinuxOptions,omitempty"`
// K8s DaemonSet update strategy
// https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec).
UpdateStrategy *IstioUpdateStrategy `json:"updateStrategy,omitempty"`
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This seems to be the wrong type, though? the IstioUpdateStrategy type is just RevisionBased vs InPlace, not any k8s type

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@dgn

Hi Daniel,

I've modified the UpdateStrategy according to the Istio example:
https://github.com/istio-ecosystem/sail-operator/blob/main/api/v1/istio_types.go#L46-L49

Copy link
Copy Markdown
Collaborator Author

@MaxBab MaxBab Oct 16, 2025

Choose a reason for hiding this comment

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

@dgn
The type IstioUpdateStrategy has been set according to the following struct.
https://github.com/istio-ecosystem/sail-operator/blob/main/api/v1/istio_types.go#L72

Not completely sure about it.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@dgn

Sorry, I'm confused.
Isn't the same type should appear for Istio and IstioCNI as well?
I don't see that type defined for them.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@dgn

Following our discussion on slack.
I've added the DaemonSetUpdateStrategy struct for the updateStrategy.

@MaxBab MaxBab force-pushed the update_ztunnel_config_crd_flags branch from ee2512f to c9c1daf Compare September 29, 2025 16:24
@MaxBab
Copy link
Copy Markdown
Collaborator Author

MaxBab commented Sep 29, 2025

/test unit-tests

@istio-ecosystem istio-ecosystem deleted a comment from istio-testing Sep 29, 2025
@MaxBab
Copy link
Copy Markdown
Collaborator Author

MaxBab commented Sep 29, 2025

/retest

@MaxBab
Copy link
Copy Markdown
Collaborator Author

MaxBab commented Sep 29, 2025

/test e2e-kind-olm

@MaxBab
Copy link
Copy Markdown
Collaborator Author

MaxBab commented Sep 29, 2025

/test e2e-kind

@MaxBab
Copy link
Copy Markdown
Collaborator Author

MaxBab commented Sep 29, 2025

/retest

1 similar comment
@MaxBab
Copy link
Copy Markdown
Collaborator Author

MaxBab commented Sep 29, 2025

/retest

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 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: (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: (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 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 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 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 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 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)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants