From 8c130737eebfb1f763f1baa6edff102145c4b37e Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Mon, 2 Sep 2024 16:35:24 +1000 Subject: [PATCH] Update minio to version RELEASE.2024-08-29T01-40-52Z (#1418) --- minio/docker-compose.yml | 2 +- minio/umbrel-app.yml | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/minio/docker-compose.yml b/minio/docker-compose.yml index c3fcea09..826f2636 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-17T01-24-54Z@sha256:6f23072e3e222e64fe6f86b31a7f7aca971e5129e55cbccef649b109b8e651a1 + image: quay.io/minio/minio:RELEASE.2024-08-29T01-40-52Z@sha256:0bd79595dbcf155782860716abf4cf79d5ee32a9508b60fa1a88793bbe55b245 restart: on-failure user: "1000:1000" stop_grace_period: 1m diff --git a/minio/umbrel-app.yml b/minio/umbrel-app.yml index d1998ce4..26ee2a61 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-17T01-24-54Z" +version: "RELEASE.2024-08-29T01-40-52Z" tagline: The Object Store for AI Data Infrastructure description: >- MinIO is a high-performance, S3 compatible object store. It is built for @@ -38,13 +38,7 @@ path: "" deterministicPassword: true defaultUsername: umbrel releaseNotes: >- - This update includes several improvements and optimizations: - - - 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 + This is a small bug fix release. Full release notes are found at https://github.com/minio/minio/releases \ No newline at end of file