Conversation
|
@rhybrillou: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
Images are ready for the commit at 5b6cb47. To use with deploy scripts, first |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-4.9 #19738 +/- ##
===============================================
- Coverage 48.87% 48.87% -0.01%
===============================================
Files 2719 2719
Lines 202912 202912
===============================================
- Hits 99182 99177 -5
- Misses 95961 95966 +5
Partials 7769 7769
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/konflux-retest operator-bundle-on-push |
Description
The OCM golang SDK used to depend on an old version of pgx, which in turn pulled the vulnerable pgproto3.
A recent release of the OCM SDK got rid of that dependency. This change updates the project dependency to use that recent SDK release.
This also addresses ROX-33880 , ROX-33881 , and ROX-33882 .
User-facing documentation
is updated ORupdate is not neededis created and is linked above ORis not neededTesting and quality
Automated testing
The existing CI should cover the impacted functionalities.
How I validated my change
CI run.