From 76fb8877270d8f2c2dc3666fa0f34f400a5002c8 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 31 Jul 2024 14:54:29 +1000 Subject: [PATCH] Update minio to version RELEASE.2024-07-26T20-48-21Z (#1268) --- minio/docker-compose.yml | 4 ++-- minio/umbrel-app.yml | 36 +++++++++++++++++++----------------- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/minio/docker-compose.yml b/minio/docker-compose.yml index 14ebe73d4f..527e6fc361 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-04-06T05-26-02Z@sha256:178e05aba3a0dc967df3558aab43097f1427bbcda77264fc24e92f1bf09dfe02" + image: quay.io/minio/minio:RELEASE.2024-07-26T20-48-21Z@sha256:0bdb62054da7782ab5c23729df4730079dd35bcf03b780819e0f7ddcb6b9f4bc restart: on-failure user: "1000:1000" stop_grace_period: 1m @@ -21,4 +21,4 @@ services: environment: MINIO_ROOT_USER: "umbrel" MINIO_ROOT_PASSWORD: "$APP_PASSWORD" - MINIO_CONSOLE_ADDRESS: ":9011" + MINIO_CONSOLE_ADDRESS: ":9011" \ No newline at end of file diff --git a/minio/umbrel-app.yml b/minio/umbrel-app.yml index 133eafc731..652afe9acb 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-02-17T01-15-57Z" +version: "RELEASE.2024-07-26T20-48-21Z" tagline: The Object Store for AI Data Infrastructure description: >- MinIO is a high-performance, S3 compatible object store. It is built for @@ -13,21 +13,14 @@ description: >- Understand the Features that Make MinIO the Industry's Most Widely Deployed Object Store: - - Bucket & Object Immutability - - - Encryption - - - Active Active Replication for Object Storage - - - Automated Data Management Interfaces - - - Object Storage Built for S3 - - - Data Life Cycle Management & Tiering - - - Scalable Object Storage - - - Identity & Access Management + - Bucket & Object Immutability + - Encryption + - Active Active Replication for Object Storage + - Automated Data Management Interfaces + - Object Storage Built for S3 + - Data Life Cycle Management & Tiering + - Scalable Object Storage + - Identity & Access Management developer: "MinIO, Inc." submitter: maipal-c @@ -44,4 +37,13 @@ gallery: path: "" deterministicPassword: true defaultUsername: umbrel -releaseNotes: "" \ No newline at end of file +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. + + Full release notes are found at https://github.com/minio/minio/releases. \ No newline at end of file