From d32c6f01398648ab3154ad3d17875180ee591731 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 7 Aug 2024 11:33:24 +1000 Subject: [PATCH] Update minio to RELEASE.2024-08-03T04-33-23Z (#1310) --- minio/docker-compose.yml | 2 +- minio/umbrel-app.yml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/minio/docker-compose.yml b/minio/docker-compose.yml index 527e6fc3..758382ea 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-07-26T20-48-21Z@sha256:0bdb62054da7782ab5c23729df4730079dd35bcf03b780819e0f7ddcb6b9f4bc + image: quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z@sha256:c933bb53ac226d1f4bdfeac66a3854d02903771e91d7ee2cbc330841a1d77d7e restart: on-failure user: "1000:1000" stop_grace_period: 1m diff --git a/minio/umbrel-app.yml b/minio/umbrel-app.yml index 652afe9a..00b45a58 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-07-26T20-48-21Z" +version: "RELEASE.2024-08-03T04-33-23Z" tagline: The Object Store for AI Data Infrastructure description: >- MinIO is a high-performance, S3 compatible object store. It is built for @@ -38,12 +38,12 @@ path: "" deterministicPassword: true defaultUsername: umbrel releaseNotes: >- - This update includes several bug fixes and improvements: - - Fixed issues with batch expiry and progress saving. - - Improved S3 listing with ILM enabled buckets. - - Enhanced FIPS-compliant TLS ciphers enforcement in FIPS mode. - - Optimized performance for unversioned READS. - - Fixed unicode behavior in LDAP group memberships. - - Improved connection deadlines and reduced log spam for batch replication jobs. + This update includes several improvements: - Full release notes are found at https://github.com/minio/minio/releases. \ No newline at end of file + - Enhanced support for batch replication prefix slicing + - Fixed replication last hour metric + - Updated documentation for debug metrics + - Upgraded console version to 1.7.0 + + + Full release notes are found at https://github.com/minio/minio/releases \ No newline at end of file