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
8 additions and
8 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-10-29T16-01-48Z@sha256:ebd2af76d40ff25ccc630533615f7ccd55fbe83d629a4b7c7a1b6311c1af3d6c |
|
|
|
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z@sha256:ac591851803a79aee64bc37f66d77c56b0a4b6e12d9e5356380f4105510f2332 |
|
|
|
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-10-29T16-01-48Z" |
|
|
|
version: "RELEASE.2024-11-07T00-52-20Z" |
|
|
|
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,13 @@ path: "" |
|
|
|
deterministicPassword: true |
|
|
|
defaultUsername: umbrel |
|
|
|
releaseNotes: >- |
|
|
|
This release includes improvements to system stability and performance: |
|
|
|
This release includes system improvements and bug fixes: |
|
|
|
|
|
|
|
- Improved error tracing and logging capabilities |
|
|
|
- Enhanced healing process for large objects |
|
|
|
- Optimized identity and access management routines |
|
|
|
- Fixed issues with object expiration handling |
|
|
|
- Improved batch replication functionality |
|
|
|
- Enhanced audit log handling for remote targets |
|
|
|
- Improved object expiration management |
|
|
|
- Fixed various stability issues |
|
|
|
- Enhanced system documentation |
|
|
|
- Improved JWT token security |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/minio/minio/releases |