Skip to content

Commit

Permalink
Update minio to RELEASE.2024-12-18T13-15-44Z
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Dec 21, 2024
1 parent 2db8628 commit 75a6722
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 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.2024-12-13T22-19-12Z@sha256:149fdd73108553247ceee85fc65466f51034bd6e145d6e0c0e415167f5f1274f
image: quay.io/minio/minio:RELEASE.2024-12-18T13-15-44Z@sha256:1dce27c494a16bae114774f1cec295493f3613142713130c2d22dd5696be6ad3
restart: on-failure
user: "1000:1000"
stop_grace_period: 1m
Expand Down
14 changes: 4 additions & 10 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.2024-12-13T22-19-12Z"
version: "RELEASE.2024-12-18T13-15-44Z"
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,16 +38,10 @@ path: ""
deterministicPassword: true
defaultUsername: umbrel
releaseNotes: >-
🚨 This release includes an important security fix for a privilege escalation vulnerability in the IAM import API. All users should upgrade to this version.
This release includes several improvements and fixes:
- Enhanced security for IAM systems
- Improved healing process for objects and buckets
- Better handling of policy-based operations
- Enhanced audit logging capabilities
- Improved timeout handling and connection stability
- Various performance optimizations
- Improved healing process for objects
- Enhanced security for object copying
- Various dependency updates and performance improvements
Full release notes are found at https://github.com/minio/minio/releases

0 comments on commit 75a6722

Please sign in to comment.