Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
13 additions and
3 deletions
-
minio/docker-compose.yml
-
minio/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
web: |
|
|
|
image: quay.io/minio/minio:RELEASE.2024-08-29T01-40-52Z@sha256:0bd79595dbcf155782860716abf4cf79d5ee32a9508b60fa1a88793bbe55b245 |
|
|
|
image: quay.io/minio/minio:RELEASE.2024-09-13T20-26-02Z@sha256:cd04ea408e185cb50076ea1c3988d444119b19aaae15aab45387ccf14b2a2f86 |
|
|
|
restart: on-failure |
|
|
|
user: "1000:1000" |
|
|
|
stop_grace_period: 1m |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: minio |
|
|
|
category: developer |
|
|
|
name: MinIO |
|
|
|
version: "RELEASE.2024-08-29T01-40-52Z" |
|
|
|
version: "RELEASE.2024-09-13T20-26-02Z" |
|
|
|
tagline: The Object Store for AI Data Infrastructure |
|
|
|
description: >- |
|
|
|
MinIO is a high-performance, S3 compatible object store. It is built for |
|
|
@ -38,7 +38,17 @@ path: "" |
|
|
|
deterministicPassword: true |
|
|
|
defaultUsername: umbrel |
|
|
|
releaseNotes: >- |
|
|
|
This is a small bug fix release. |
|
|
|
This release includes several improvements and optimizations: |
|
|
|
|
|
|
|
- Enhanced support for SVE on Graviton 4 processors |
|
|
|
- Improved handling of 'xl.meta' updates |
|
|
|
- Optimized grid handler for upload-id cache clearing |
|
|
|
- Enhanced multipart upload support with ETag and small object pre-reading |
|
|
|
- Added HTTP timeout to audit webhook configurations |
|
|
|
- Improved replication statistics handling |
|
|
|
- Enabled compression with encryption in CopyObject API |
|
|
|
- Added force parameter for tiering removal |
|
|
|
- Optimized locking for multi-pool PutObject operations |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/minio/minio/releases |