From 8b52b5d6f3e59da74be4f884a7bf5faf9c9ba423 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Thu, 31 Oct 2024 22:24:05 +1000 Subject: [PATCH] Update minio to RELEASE.2024-10-29T16-01-48Z (#1723) --- minio/docker-compose.yml | 2 +- minio/umbrel-app.yml | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/minio/docker-compose.yml b/minio/docker-compose.yml index 6bd943e..21aee92 100644 --- a/minio/docker-compose.yml +++ b/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 diff --git a/minio/umbrel-app.yml b/minio/umbrel-app.yml index 2e833ac..bbebf84 100644 --- a/minio/umbrel-app.yml +++ b/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 \ No newline at end of file