-
Notifications
You must be signed in to change notification settings - Fork 14
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
fix(deps): update dependency io.minio:minio to v8.5.17 - autoclosed #553
Conversation
审阅者指南 by Sourcery此拉取请求将 io.minio:minio 依赖从版本 8.5.16 更新到 8.5.17。这是一个修复版本,解决了无效内容类型的问题。 显示 MinIO 内容类型验证的序列图sequenceDiagram
participant Client
participant MinIO
participant Storage
Client->>MinIO: Upload object with content type
alt Invalid content type
MinIO-->>Client: Error: Invalid content type
else Valid content type
MinIO->>Storage: Store object with content type
Storage-->>MinIO: Success
MinIO-->>Client: Success response
end
文件级别变更
提示和命令与 Sourcery 交互
自定义您的体验访问您的仪表板以:
获取帮助Original review guide in EnglishReviewer's Guide by SourceryThis pull request updates the io.minio:minio dependency from version 8.5.16 to 8.5.17. This is a bugfix release that addresses an issue with invalid content types. Sequence diagram showing MinIO content type validationsequenceDiagram
participant Client
participant MinIO
participant Storage
Client->>MinIO: Upload object with content type
alt Invalid content type
MinIO-->>Client: Error: Invalid content type
else Valid content type
MinIO->>Storage: Store object with content type
Storage-->>MinIO: Success
MinIO-->>Client: Success response
end
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
我们跳过了对这个拉取请求的审查。看起来这是由机器人创建的(嘿,renovate[bot]!)。我们假设它知道自己在做什么!
Original comment in English
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #553 +/- ##
============================================
- Coverage 59.23% 59.20% -0.04%
+ Complexity 1234 1233 -1
============================================
Files 431 431
Lines 5103 5103
Branches 359 359
============================================
- Hits 3023 3021 -2
- Misses 1858 1860 +2
Partials 222 222 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
8.5.16
->8.5.17
Release Notes
minio/minio-java (io.minio:minio)
v8.5.17
: Bugfix ReleaseCompare Source
What's Changed
Full Changelog: minio/minio-java@8.5.16...8.5.17
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.