Skip to content

Add Claude Code command for updating EOL Istio versions#1326

Merged
istio-testing merged 4 commits intoistio-ecosystem:mainfrom
FilipB:add-claude-cmd-for-eol-versions
Nov 14, 2025
Merged

Add Claude Code command for updating EOL Istio versions#1326
istio-testing merged 4 commits intoistio-ecosystem:mainfrom
FilipB:add-claude-cmd-for-eol-versions

Conversation

@FilipB
Copy link
Copy Markdown
Collaborator

@FilipB FilipB commented Nov 5, 2025

Adds a custom Claude Code slash command (/update-eol-versions) that automates the process of marking End-of-Life Istio versions in versions.yaml. The command fetches the current supported versions from istio.io and updates the EOL status accordingly.

🤖 Generated with Claude Code

Adds a custom Claude Code slash command (/update-eol-versions) that
automates the process of marking End-of-Life Istio versions in
versions.yaml. The command fetches the current supported versions from
istio.io and updates the EOL status accordingly.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Filip Brychta <fbrychta@redhat.com>
@FilipB FilipB requested a review from a team as a code owner November 5, 2025 10:58
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.20%. Comparing base (38ddb8a) to head (389a8e7).
⚠️ Report is 35 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1326      +/-   ##
==========================================
+ Coverage   77.69%   79.20%   +1.50%     
==========================================
  Files          44       44              
  Lines        2834     2255     -579     
==========================================
- Hits         2202     1786     -416     
+ Misses        524      364     -160     
+ Partials      108      105       -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.

- Only mark versions as EOL if they are confirmed to be EOL upstream
- Preserve all existing version entries - do not remove them from the file
- The `eol: true` flag makes versions uninstallable but keeps them as valid spec.version values for API compatibility
- After marking as EOL, the charts array should be removed since EOL versions don't need chart URLs
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.

I guess not just the charts array but all fields except name and eol, right?

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.

It's doing that even with current steps but for sure it will be better to be more specific. I will update this. Thanks!

@dgn
Copy link
Copy Markdown
Collaborator

dgn commented Nov 5, 2025

Cool idea!

Signed-off-by: Filip Brychta <fbrychta@redhat.com>
Copy link
Copy Markdown
Contributor

@sridhargaddam sridhargaddam left a comment

Choose a reason for hiding this comment

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

LGTM, nice @FilipB

Added a /hold so that others can take a look. Feel free to remove it if required.

Copy link
Copy Markdown
Contributor

@fjglira fjglira left a comment

Choose a reason for hiding this comment

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

Only a small comment, but I really like this. We should add a note in the release issue to execute this to get the EOL version

FilipB and others added 2 commits November 11, 2025 14:49
Co-authored-by: Francisco Herrera <fjglira@gmail.com>
Co-authored-by: Francisco Herrera <fjglira@gmail.com>
@FilipB
Copy link
Copy Markdown
Collaborator Author

FilipB commented Nov 14, 2025

/unhold

@istio-testing istio-testing merged commit 8a949d0 into istio-ecosystem:main Nov 14, 2025
15 of 17 checks passed
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 14, 2025
* upstream/main: (52 commits)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 14, 2025
* upstream/main: (52 commits)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 14, 2025
* upstream/main: (52 commits)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 14, 2025
* upstream/main: (52 commits)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 14, 2025
* upstream/main: (52 commits)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 14, 2025
* upstream/main: (52 commits)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 17, 2025
* upstream/main: (52 commits)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 17, 2025
* upstream/main: (52 commits)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 17, 2025
* upstream/main: (52 commits)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 17, 2025
* upstream/main: (52 commits)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 17, 2025
* upstream/main: (54 commits)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 17, 2025
* upstream/main: (56 commits)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 17, 2025
* upstream/main: (56 commits)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 17, 2025
* upstream/main: (56 commits)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 18, 2025
* upstream/main: (57 commits)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 20, 2025
* upstream/main: (57 commits)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 20, 2025
* upstream/main: (58 commits)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 20, 2025
* upstream/main: (59 commits)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 20, 2025
* upstream/main: (60 commits)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 21, 2025
* upstream/main: (60 commits)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 21, 2025
* upstream/main: (60 commits)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 21, 2025
* upstream/main: (60 commits)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 21, 2025
* upstream/main: (60 commits)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 21, 2025
* upstream/main: (60 commits)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
rafaelvzago pushed a commit to rafaelvzago/sail-operator that referenced this pull request Nov 21, 2025
…tem#1326)

* Add Claude Code command for updating EOL Istio versions

Adds a custom Claude Code slash command (/update-eol-versions) that
automates the process of marking End-of-Life Istio versions in
versions.yaml. The command fetches the current supported versions from
istio.io and updates the EOL status accordingly.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Filip Brychta <fbrychta@redhat.com>

* Be more specific about fields to be kept

Signed-off-by: Filip Brychta <fbrychta@redhat.com>

* Update .claude/commands/update-eol-versions.md

Co-authored-by: Francisco Herrera <fjglira@gmail.com>

* Update .claude/commands/update-eol-versions.md

Co-authored-by: Francisco Herrera <fjglira@gmail.com>

---------

Signed-off-by: Filip Brychta <fbrychta@redhat.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Francisco Herrera <fjglira@gmail.com>
Signed-off-by: Rafael Zago <rafaelvzago@gmail.com>
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 21, 2025
* upstream/main: (60 commits)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 21, 2025
* upstream/main: (61 commits)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 21, 2025
* upstream/main: (61 commits)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 24, 2025
* upstream/main: (63 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 24, 2025
* upstream/main: (63 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 24, 2025
* upstream/main: (63 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 24, 2025
* upstream/main: (64 commits)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 24, 2025
* upstream/main: (65 commits)
  Automatic update for Istio versions in Docs (istio-ecosystem#1374)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
rafaelvzago pushed a commit to rafaelvzago/sail-operator that referenced this pull request Nov 24, 2025
…tem#1326)

* Add Claude Code command for updating EOL Istio versions

Adds a custom Claude Code slash command (/update-eol-versions) that
automates the process of marking End-of-Life Istio versions in
versions.yaml. The command fetches the current supported versions from
istio.io and updates the EOL status accordingly.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Filip Brychta <fbrychta@redhat.com>

* Be more specific about fields to be kept

Signed-off-by: Filip Brychta <fbrychta@redhat.com>

* Update .claude/commands/update-eol-versions.md

Co-authored-by: Francisco Herrera <fjglira@gmail.com>

* Update .claude/commands/update-eol-versions.md

Co-authored-by: Francisco Herrera <fjglira@gmail.com>

---------

Signed-off-by: Filip Brychta <fbrychta@redhat.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Francisco Herrera <fjglira@gmail.com>
Signed-off-by: Rafael Zago <rafaelvzago@gmail.com>
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 24, 2025
* upstream/main: (65 commits)
  Automatic update for Istio versions in Docs (istio-ecosystem#1374)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 24, 2025
* upstream/main: (65 commits)
  Automatic update for Istio versions in Docs (istio-ecosystem#1374)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 25, 2025
* upstream/main: (65 commits)
  Automatic update for Istio versions in Docs (istio-ecosystem#1374)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 25, 2025
* upstream/main: (65 commits)
  Automatic update for Istio versions in Docs (istio-ecosystem#1374)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 25, 2025
* upstream/main: (65 commits)
  Automatic update for Istio versions in Docs (istio-ecosystem#1374)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 25, 2025
* upstream/main: (66 commits)
  api: add ZTunnel v1 CRD version (istio-ecosystem#1365)
  Automatic update for Istio versions in Docs (istio-ecosystem#1374)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 25, 2025
* upstream/main: (67 commits)
  Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386)
  api: add ZTunnel v1 CRD version (istio-ecosystem#1365)
  Automatic update for Istio versions in Docs (istio-ecosystem#1374)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 25, 2025
* upstream/main: (67 commits)
  Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386)
  api: add ZTunnel v1 CRD version (istio-ecosystem#1365)
  Automatic update for Istio versions in Docs (istio-ecosystem#1374)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 25, 2025
* upstream/main: (67 commits)
  Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386)
  api: add ZTunnel v1 CRD version (istio-ecosystem#1365)
  Automatic update for Istio versions in Docs (istio-ecosystem#1374)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 25, 2025
* upstream/main: (67 commits)
  Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386)
  api: add ZTunnel v1 CRD version (istio-ecosystem#1365)
  Automatic update for Istio versions in Docs (istio-ecosystem#1374)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 26, 2025
* upstream/main: (67 commits)
  Remove Profile printcolumn from ztunnel status (istio-ecosystem#1386)
  api: add ZTunnel v1 CRD version (istio-ecosystem#1365)
  Automatic update for Istio versions in Docs (istio-ecosystem#1374)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1378)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1377)
  Automator: Update dependencies in istio-ecosystem/sail-operator@main (istio-ecosystem#1376)
  fix: pin helm to v3 (istio-ecosystem#1375)
  Make sure to skip cleanup of operator in e2e (istio-ecosystem#1351)
  Changes on crd-ref-docs templates to add API version to the CRD (istio-ecosystem#1368)
  Make getProxyVersion robust to changes in istioctl proxy-status format (istio-ecosystem#1346)
  fix: update codecov ignore pattern for tests directory (istio-ecosystem#1357)
  Unpining OLM version as 0.38.0 is reverting the breaking change (istio-ecosystem#1347)
  Test External Control Plane on latest versions (istio-ecosystem#1352)
  Adding Istio 1.28.0 (istio-ecosystem#1344)
  Fix make gen errors when vendor folder is present (istio-ecosystem#1348)
  Add Claude Code command for updating EOL Istio versions (istio-ecosystem#1326)
  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)
  ...
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.

6 participants