mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update minio to RELEASE.2024-09-13T20-26-02Z (#1475)
This commit is contained in:
parent
4597dbeca5
commit
ad3aeeb157
|
@ -8,7 +8,7 @@ services:
|
|||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
web:
|
||||
image: quay.io/minio/minio:RELEASE.2024-08-29T01-40-52Z@sha256:0bd79595dbcf155782860716abf4cf79d5ee32a9508b60fa1a88793bbe55b245
|
||||
image: quay.io/minio/minio:RELEASE.2024-09-13T20-26-02Z@sha256:cd04ea408e185cb50076ea1c3988d444119b19aaae15aab45387ccf14b2a2f86
|
||||
restart: on-failure
|
||||
user: "1000:1000"
|
||||
stop_grace_period: 1m
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: minio
|
||||
category: developer
|
||||
name: MinIO
|
||||
version: "RELEASE.2024-08-29T01-40-52Z"
|
||||
version: "RELEASE.2024-09-13T20-26-02Z"
|
||||
tagline: The Object Store for AI Data Infrastructure
|
||||
description: >-
|
||||
MinIO is a high-performance, S3 compatible object store. It is built for
|
||||
|
@ -38,7 +38,17 @@ path: ""
|
|||
deterministicPassword: true
|
||||
defaultUsername: umbrel
|
||||
releaseNotes: >-
|
||||
This is a small bug fix release.
|
||||
This release includes several improvements and optimizations:
|
||||
|
||||
- Enhanced support for SVE on Graviton 4 processors
|
||||
- Improved handling of 'xl.meta' updates
|
||||
- Optimized grid handler for upload-id cache clearing
|
||||
- Enhanced multipart upload support with ETag and small object pre-reading
|
||||
- Added HTTP timeout to audit webhook configurations
|
||||
- Improved replication statistics handling
|
||||
- Enabled compression with encryption in CopyObject API
|
||||
- Added force parameter for tiering removal
|
||||
- Optimized locking for multi-pool PutObject operations
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/minio/minio/releases
|
Loading…
Reference in New Issue
Block a user