Skip to content

Commit

Permalink
Update minio to RELEASE.2024-12-13T22-19-12Z (#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Dec 17, 2024
1 parent 8088f1b commit 488e742
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 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-11-07T00-52-20Z@sha256:ac591851803a79aee64bc37f66d77c56b0a4b6e12d9e5356380f4105510f2332
image: quay.io/minio/minio:RELEASE.2024-12-13T22-19-12Z@sha256:149fdd73108553247ceee85fc65466f51034bd6e145d6e0c0e415167f5f1274f
restart: on-failure
user: "1000:1000"
stop_grace_period: 1m
Expand Down
17 changes: 10 additions & 7 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-11-07T00-52-20Z"
version: "RELEASE.2024-12-13T22-19-12Z"
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,13 +38,16 @@ path: ""
deterministicPassword: true
defaultUsername: umbrel
releaseNotes: >-
This release includes system improvements and bug fixes:
🚨 This release includes an important security fix for a privilege escalation vulnerability in the IAM import API. All users should upgrade to this version.
- Enhanced audit log handling for remote targets
- Improved object expiration management
- Fixed various stability issues
- Enhanced system documentation
- Improved JWT token security
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
Full release notes are found at https://github.com/minio/minio/releases

0 comments on commit 488e742

Please sign in to comment.