Adding make target to run update-dependencies script#1405
Merged
istio-testing merged 1 commit intoistio-ecosystem:mainfrom Nov 28, 2025
Merged
Adding make target to run update-dependencies script#1405istio-testing merged 1 commit intoistio-ecosystem:mainfrom
istio-testing merged 1 commit intoistio-ecosystem:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1405 +/- ##
==========================================
+ Coverage 80.73% 81.03% +0.30%
==========================================
Files 44 44
Lines 2299 2299
==========================================
+ Hits 1856 1863 +7
+ Misses 326 321 -5
+ Partials 117 115 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
/test lint |
Adding a make target to use it lcoally and in a specific test to always check if the dependencies script is working Signed-off-by: Francisco Herrera <fjglira@gmail.com> Avoid updating dependencies Signed-off-by: Francisco Herrera <fjglira@gmail.com>
e5e3502 to
f69c1b4
Compare
mkralik3
approved these changes
Nov 28, 2025
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
…#1405) Adding a make target to use it lcoally and in a specific test to always check if the dependencies script is working Avoid updating dependencies Signed-off-by: Francisco Herrera <fjglira@gmail.com> Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What this PR does / why we need it:
Adding a make target to use it locally and in a specific test to always check if the dependencies script is working. This is just to avoid calling directly the script in the job and make it cleaner as others jobs
Which issue(s) this PR fixes:
Fixes #
Related Issue/PR #
Additional information: