Skip to content

Automatic update for Istio versions in Docs#1374

Merged
istio-testing merged 1 commit intoistio-ecosystem:mainfrom
fjglira:issue-747-update-istio
Nov 24, 2025
Merged

Automatic update for Istio versions in Docs#1374
istio-testing merged 1 commit intoistio-ecosystem:mainfrom
fjglira:issue-747-update-istio

Conversation

@fjglira
Copy link
Copy Markdown
Contributor

@fjglira fjglira commented Nov 21, 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:

Adding an update script into the update dependencies script to update automatically the istio versions in the docs each time that the istio versions are updated in the versions.yaml file

Which issue(s) this PR fixes:

Related Issue/PR #747

Additional information:

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 21, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1374      +/-   ##
==========================================
+ Coverage   80.77%   81.03%   +0.26%     
==========================================
  Files          44       44              
  Lines        2299     2299              
==========================================
+ Hits         1857     1863       +6     
+ Misses        324      321       -3     
+ Partials      118      115       -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.

@fjglira fjglira requested a review from FilipB November 21, 2025 15:31

for file in docs/**/*.adoc; do
echo "Updating file: $file"
sed -i '' -E "s/(:istio_latest_version: ).*/\1$LATEST_VERSION/" "$file"
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 think '' are not necessary, just sed -i ..... should work fine

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done, I changed but I need to add compatibility for macOS the -i '' it's because on macOS the regular sed works different. So I added the use of gsed on macOS to avoid setting -i ''

Adding a update script into the update dependencies script to update automatically the istio versions in the docs each time that the istio versions are updated in the versions.yaml file

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

Remove backup creation

Signed-off-by: Francisco Herrera <fjglira@gmail.com>

Adding compability with macOS for the script

Signed-off-by: Francisco Herrera <fjglira@gmail.com>
@fjglira fjglira force-pushed the issue-747-update-istio branch from 1f1f287 to ded8e16 Compare November 21, 2025 16:23
@fjglira fjglira requested a review from FilipB November 21, 2025 16:25
@istio-testing istio-testing merged commit d2cbd96 into istio-ecosystem:main Nov 24, 2025
17 checks passed
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 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)
  ...
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)
  ...
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)
  ...
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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 26, 2025
* upstream/main: (68 commits)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 26, 2025
* upstream/main: (68 commits)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 26, 2025
* upstream/main: (69 commits)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 26, 2025
* upstream/main: (69 commits)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 27, 2025
* upstream/main: (69 commits)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 27, 2025
* upstream/main: (69 commits)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 27, 2025
* upstream/main: (69 commits)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 27, 2025
* upstream/main: (69 commits)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 27, 2025
* upstream/main: (69 commits)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 27, 2025
* upstream/main: (70 commits)
  Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 27, 2025
* upstream/main: (71 commits)
  Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404)
  Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 27, 2025
* upstream/main: (71 commits)
  Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404)
  Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 28, 2025
* upstream/main: (71 commits)
  Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404)
  Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 28, 2025
* upstream/main: (71 commits)
  Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404)
  Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 28, 2025
* upstream/main: (71 commits)
  Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404)
  Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 28, 2025
* upstream/main: (72 commits)
  Adding make target to run update-dependencies script (istio-ecosystem#1405)
  Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404)
  Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
openshift-service-mesh-bot pushed a commit to openshift-service-mesh-bot/sail-operator that referenced this pull request Nov 28, 2025
* upstream/main: (72 commits)
  Adding make target to run update-dependencies script (istio-ecosystem#1405)
  Fix SIGPIPE error in update-istio-in-docs.sh script (istio-ecosystem#1404)
  Add CLAUDE.md to the sail operator repo (istio-ecosystem#1402)
  Update AGENTS.md and domain knowledge files (istio-ecosystem#1395)
  Adding debug information for sample applications (istio-ecosystem#1390)
  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)
  ...
dgn pushed a commit to dgn/sail-operator that referenced this pull request Mar 17, 2026
Adding a update script into the update dependencies script to update automatically the istio versions in the docs each time that the istio versions are updated in the versions.yaml file



Remove backup creation



Adding compability with macOS for the script

Signed-off-by: Francisco Herrera <fjglira@gmail.com>
Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants