Skip to content

Commit

Permalink
Update minio to RELEASE.2025-01-20T14-49-07Z (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Jan 22, 2025
1 parent 9a8bfb5 commit 589c2e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion minio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"

web:
image: quay.io/minio/minio:RELEASE.2025-01-18T00-31-37Z@sha256:442993fd0ef161f17aaaf5d6a5a0ed4d36edc577e28e327813d3be1733a59aff
image: quay.io/minio/minio:RELEASE.2025-01-20T14-49-07Z@sha256:ed9be66eb5f2636c18289c34c3b725ddf57815f2777c77b5938543b78a44f144
restart: on-failure
user: "1000:1000"
stop_grace_period: 1m
Expand Down
11 changes: 5 additions & 6 deletions minio/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: minio
category: developer
name: MinIO
version: "RELEASE.2025-01-18T00-31-37Z"
version: "RELEASE.2025-01-20T14-49-07Z"
tagline: The Object Store for AI Data Infrastructure
description: >-
MinIO is a high-performance, S3 compatible object store. It is built for
Expand Down Expand Up @@ -38,11 +38,10 @@ path: ""
deterministicPassword: true
defaultUsername: umbrel
releaseNotes: >-
This release includes several improvements and fixes:
- Improved handling of object parts and sizes
- Enhanced system resilience and stability
- Fixed compression-related issues
- Better memory management for file operations
This release includes improvements to data integrity and performance:
- Enhanced bucket listing reliability
- Added improved object checksum verification
- Optimized system performance
Full release notes are found at https://github.com/minio/minio/releases

0 comments on commit 589c2e4

Please sign in to comment.