diff --git a/minio/docker-compose.yml b/minio/docker-compose.yml index 758382e..c3fcea0 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-03T04-33-23Z@sha256:c933bb53ac226d1f4bdfeac66a3854d02903771e91d7ee2cbc330841a1d77d7e + image: quay.io/minio/minio:RELEASE.2024-08-17T01-24-54Z@sha256:6f23072e3e222e64fe6f86b31a7f7aca971e5129e55cbccef649b109b8e651a1 restart: on-failure user: "1000:1000" stop_grace_period: 1m diff --git a/minio/umbrel-app.yml b/minio/umbrel-app.yml index 00b45a5..d1998ce 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-03T04-33-23Z" +version: "RELEASE.2024-08-17T01-24-54Z" 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,13 @@ path: "" deterministicPassword: true defaultUsername: umbrel releaseNotes: >- - This update includes several improvements: + This update includes several improvements and optimizations: - - Enhanced support for batch replication prefix slicing - - Fixed replication last hour metric - - Updated documentation for debug metrics - - Upgraded console version to 1.7.0 + - Enhanced support for batch replication + - Improved bucket metadata handling + - Optimized object size calculations + - Enhanced multi-part upload completion process + - Improved error logging and timeout handling Full release notes are found at https://github.com/minio/minio/releases \ No newline at end of file