diff --git a/minio/docker-compose.yml b/minio/docker-compose.yml index 47c9467..a4d7a9a 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-09-22T00-33-43Z@sha256:7d80fd232a2f7108aa6f133fcfe5fade3f1626d92d31ae1318076e7aa61928a2 + image: quay.io/minio/minio:RELEASE.2024-10-02T17-50-41Z@sha256:ea15e53e66f96f63e12f45509d2d2d8fad774808debb490f48508b3130bd22d3 restart: on-failure user: "1000:1000" stop_grace_period: 1m diff --git a/minio/umbrel-app.yml b/minio/umbrel-app.yml index 35261d1..f2cbb59 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-09-22T00-33-43Z" +version: "RELEASE.2024-10-02T17-50-41Z" tagline: The Object Store for AI Data Infrastructure description: >- MinIO is a high-performance, S3 compatible object store. It is built for @@ -38,16 +38,15 @@ path: "" deterministicPassword: true defaultUsername: umbrel releaseNotes: >- - This release includes several improvements and optimizations: - - - Enhanced S3 Select functionality with JSON document size limit - - Improved service account management for non-admin users - - Added bulk listing capability for built-in user access keys - - Optimized handling of stale uploads cleanup - - Improved error logging for binary checksum calculations - - Fixed issues with PutObject trailing checksum - - Added default HTTP timeout for audit webhook configurations - - Updated to MinIO console v1.7.1 - + What's Changed: + - Improved performance by limiting parsing depth. + - Added an option to exclude lists when using the mc stat command. + - Improved file handling during renaming. + - Fixed an issue with memory limits on PPC systems. + - Enhanced console actions with custom authorization. + - Improved handling of delete markers in distributed setups. + - Fixed a startup issue related to checksum errors. + - Listed all batch job types for better management. + - Reduced unnecessary error logs during auditing. Full release notes are found at https://github.com/minio/minio/releases \ No newline at end of file