Browse Source

Update minio to RELEASE.2024-10-29T16-01-48Z (#1723)

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

2
minio/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
web:
image: quay.io/minio/minio:RELEASE.2024-10-13T13-34-11Z@sha256:9535594ad4122b7a78c6632788a989b96d9199b483d3bd71a5ceae73a922cdfa
image: quay.io/minio/minio:RELEASE.2024-10-29T16-01-48Z@sha256:ebd2af76d40ff25ccc630533615f7ccd55fbe83d629a4b7c7a1b6311c1af3d6c
restart: on-failure
user: "1000:1000"
stop_grace_period: 1m

16
minio/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: minio
category: developer
name: MinIO
version: "RELEASE.2024-10-13T13-34-11Z"
version: "RELEASE.2024-10-29T16-01-48Z"
tagline: The Object Store for AI Data Infrastructure
description: >-
MinIO is a high-performance, S3 compatible object store. It is built for
@ -38,15 +38,13 @@ path: ""
deterministicPassword: true
defaultUsername: umbrel
releaseNotes: >-
This release includes several improvements and optimizations:
This release includes improvements to system stability and performance:
- Enhanced S3 Select functionality
- 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 and handling
- Fixed issues with object tagging during replication
- Enhanced KMS key management in replication
- Improved error tracing and logging capabilities
- Enhanced healing process for large objects
- Optimized identity and access management routines
- Fixed issues with object expiration handling
- Improved batch replication functionality
Full release notes are found at https://github.com/minio/minio/releases
Loading…
Cancel
Save