Skip to content

fix: update codecov ignore pattern for tests directory#1357

Merged
istio-testing merged 1 commit intoistio-ecosystem:mainfrom
rafaelvzago:fix-codecov-ignore-tests
Nov 17, 2025
Merged

fix: update codecov ignore pattern for tests directory#1357
istio-testing merged 1 commit intoistio-ecosystem:mainfrom
rafaelvzago:fix-codecov-ignore-tests

Conversation

@rafaelvzago
Copy link
Copy Markdown
Contributor

What type of PR is this?

  • Bug Fix

What this PR does / why we need it:

This PR fixes the codecov ignore pattern in codecov.yml to properly exclude the tests/ directory from coverage calculations.

The Problem:

  • The current ignore pattern "tests" does not properly match files under the tests directory
  • When e2e test infrastructure code is added (e.g., debugcollector.go, cleaner.go), it gets included in coverage calculations
  • These files have 0% coverage (by design - they're test utilities), causing overall coverage to drop
  • Result: codecov/project check fails on PRs adding e2e utilities

The Solution:

  • Update pattern from "tests" to "tests/**" for proper glob matching
  • This properly excludes ALL files under the tests directory recursively
  • E2E test infrastructure code will no longer affect coverage calculations

Impact:

Testing:

Which issue(s) this PR fixes:

Fixes #1356

Related Issue/PR #1356

Additional information:

This change follows codecov best practices for excluding directories from coverage. The glob pattern tests/** is the standard way to recursively exclude all files under a directory.

Evidence of systemic issue:

  • Analysis of last 50 PRs shows 56% had codecov/project failures
  • E2E utilities like cleaner.go have no unit tests (by design)
  • These utilities use //go:build e2e tags and only run during e2e tests

Full investigation available in repository after merge.

@istio-testing
Copy link
Copy Markdown
Collaborator

Hi @rafaelvzago. Thanks for your PR.

I'm waiting for a istio-ecosystem or istio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Update the codecov.yml ignore pattern from 'tests' to 'tests/**' to properly
exclude all files under the tests directory from coverage calculation.

This resolves the codecov/project failures for PRs that add e2e test
infrastructure code, which is not meant to be unit tested.

Related to: istio-ecosystem#1356

Signed-off-by: Rafael Zago <rafaelvzago@gmail.com>
@rafaelvzago rafaelvzago force-pushed the fix-codecov-ignore-tests branch from 9bda22f to f2a5fcf Compare November 17, 2025 18:01
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.77%. Comparing base (fd7e684) to head (f2a5fcf).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1357      +/-   ##
==========================================
+ Coverage   80.64%   80.77%   +0.13%     
==========================================
  Files          44       44              
  Lines        2299     2299              
==========================================
+ Hits         1854     1857       +3     
+ Misses        327      324       -3     
  Partials      118      118              

☔ 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
Copy link
Copy Markdown
Contributor

fjglira commented Nov 17, 2025

/ok-to-test

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.

lgtm

@istio-testing istio-testing merged commit 2402ed5 into istio-ecosystem:main Nov 17, 2025
17 checks passed
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 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 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 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)
  ...
@bmangoen
Copy link
Copy Markdown
Contributor

/cherry-pick release-1.28

@istio-testing
Copy link
Copy Markdown
Collaborator

@bmangoen: new pull request created: #1363

Details

In response to this:

/cherry-pick release-1.28

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

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 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 19, 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 19, 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 19, 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 19, 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 19, 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 19, 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 19, 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 19, 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 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 added a commit to rafaelvzago/sail-operator that referenced this pull request Nov 24, 2025
…em#1357)

Update the codecov.yml ignore pattern from 'tests' to 'tests/**' to properly
exclude all files under the tests directory from coverage calculation.

This resolves the codecov/project failures for PRs that add e2e test
infrastructure code, which is not meant to be unit tested.

Related to: istio-ecosystem#1356

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants