-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ repo-wide upgrade to aiohttp==3.8.5 #4544
⬆️ repo-wide upgrade to aiohttp==3.8.5 #4544
Conversation
Code Climate has analyzed commit c914390 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## master #4544 +/- ##
=========================================
- Coverage 88.4% 69.6% -18.8%
=========================================
Files 517 265 -252
Lines 25472 13294 -12178
Branches 530 0 -530
=========================================
- Hits 22519 9260 -13259
- Misses 2823 4034 +1211
+ Partials 130 0 -130
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
What do these changes do?
Master deploy presents sporadic errors in the
web-server
logged asindicates that the server, while acting as a gateway or proxy, received an invalid response from the upstream server
.aiohttp
was upgraded in all services except thedynamic-sidecar
to avoid conflicts with ongoing replace docker-compose 1.29.1 with docker cli and plugin #4507Highlights on updated libraries (only updated libraries are included)
api-server⬆️
autoscaling⬆️
catalog⬆️🧪
datcore-adapter⬆️
invitations⬆️
resource-usage-tracker⬆️
storage⬆️🧪
web⬆️🧪
Legend:
Related issue/s
How to test
DevOps Checklist