Update minio to version RELEASE.2024-10-02T17-50-41Z (#1576)

This commit is contained in:
Nathan Fretz 2024-10-03 11:53:11 +10:00 committed by GitHub
parent 107f8cb086
commit 52230fb1df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 13 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
web:
image: quay.io/minio/minio:RELEASE.2024-09-22T00-33-43Z@sha256:7d80fd232a2f7108aa6f133fcfe5fade3f1626d92d31ae1318076e7aa61928a2
image: quay.io/minio/minio:RELEASE.2024-10-02T17-50-41Z@sha256:ea15e53e66f96f63e12f45509d2d2d8fad774808debb490f48508b3130bd22d3
restart: on-failure
user: "1000:1000"
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: minio
category: developer
name: MinIO
version: "RELEASE.2024-09-22T00-33-43Z"
version: "RELEASE.2024-10-02T17-50-41Z"
tagline: The Object Store for AI Data Infrastructure
description: >-
MinIO is a high-performance, S3 compatible object store. It is built for
@ -38,16 +38,15 @@ path: ""
deterministicPassword: true
defaultUsername: umbrel
releaseNotes: >-
This release includes several improvements and optimizations:
- Enhanced S3 Select functionality with JSON document size limit
- Improved service account management for non-admin users
- Added bulk listing capability for built-in user access keys
- Optimized handling of stale uploads cleanup
- Improved error logging for binary checksum calculations
- Fixed issues with PutObject trailing checksum
- Added default HTTP timeout for audit webhook configurations
- Updated to MinIO console v1.7.1
What's Changed:
- Improved performance by limiting parsing depth.
- Added an option to exclude lists when using the mc stat command.
- Improved file handling during renaming.
- Fixed an issue with memory limits on PPC systems.
- Enhanced console actions with custom authorization.
- Improved handling of delete markers in distributed setups.
- Fixed a startup issue related to checksum errors.
- Listed all batch job types for better management.
- Reduced unnecessary error logs during auditing.
Full release notes are found at https://github.com/minio/minio/releases