From ad3aeeb1575e68f8df3a2ed9f8cc7ee7dbad1be8 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Mon, 16 Sep 2024 16:43:56 +1000 Subject: [PATCH] Update minio to RELEASE.2024-09-13T20-26-02Z (#1475) --- minio/docker-compose.yml | 2 +- minio/umbrel-app.yml | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/minio/docker-compose.yml b/minio/docker-compose.yml index 826f2636..8d65bb8f 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-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 diff --git a/minio/umbrel-app.yml b/minio/umbrel-app.yml index 26ee2a61..205c6780 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-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 \ No newline at end of file