Browse Source

Update minio to RELEASE.2024-09-22T00-33-43Z (#1518)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
59191acca4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      minio/docker-compose.yml
  2. 19
      minio/umbrel-app.yml

2
minio/docker-compose.yml

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

19
minio/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: minio id: minio
category: developer category: developer
name: MinIO name: MinIO
version: "RELEASE.2024-09-13T20-26-02Z" version: "RELEASE.2024-09-22T00-33-43Z"
tagline: The Object Store for AI Data Infrastructure tagline: The Object Store for AI Data Infrastructure
description: >- description: >-
MinIO is a high-performance, S3 compatible object store. It is built for MinIO is a high-performance, S3 compatible object store. It is built for
@ -40,15 +40,14 @@ defaultUsername: umbrel
releaseNotes: >- releaseNotes: >-
This release includes several improvements and optimizations: This release includes several improvements and optimizations:
- Enhanced support for SVE on Graviton 4 processors - Enhanced S3 Select functionality with JSON document size limit
- Improved handling of 'xl.meta' updates - Improved service account management for non-admin users
- Optimized grid handler for upload-id cache clearing - Added bulk listing capability for built-in user access keys
- Enhanced multipart upload support with ETag and small object pre-reading - Optimized handling of stale uploads cleanup
- Added HTTP timeout to audit webhook configurations - Improved error logging for binary checksum calculations
- Improved replication statistics handling - Fixed issues with PutObject trailing checksum
- Enabled compression with encryption in CopyObject API - Added default HTTP timeout for audit webhook configurations
- Added force parameter for tiering removal - Updated to MinIO console v1.7.1
- Optimized locking for multi-pool PutObject operations
Full release notes are found at https://github.com/minio/minio/releases Full release notes are found at https://github.com/minio/minio/releases
Loading…
Cancel
Save