Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minio to version RELEASE.2024-09-22T00-33-43Z #1518

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion minio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
PROXY_AUTH_ADD: "false"

web:
image: quay.io/minio/minio:RELEASE.2024-09-13T20-26-02Z@sha256:cd04ea408e185cb50076ea1c3988d444119b19aaae15aab45387ccf14b2a2f86
image: quay.io/minio/minio:RELEASE.2024-09-22T00-33-43Z@sha256:7d80fd232a2f7108aa6f133fcfe5fade3f1626d92d31ae1318076e7aa61928a2
restart: on-failure
user: "1000:1000"
stop_grace_period: 1m
ports:

Check notice on line 15 in minio/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

External port mapping "9010:9000"

Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
# MinIO Api Server Port
- "9010:9000"
command: ["server", "/data"]
Expand Down
19 changes: 9 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-09-13T20-26-02Z"
version: "RELEASE.2024-09-22T00-33-43Z"
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 @@ -40,15 +40,14 @@ defaultUsername: umbrel
releaseNotes: >-
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
- Enhanced S3 Select functionality with JSON document size limit
- Improved service account management for non-admin users
- Added bulk listing capability for built-in user access keys
- Optimized handling of stale uploads cleanup
- Improved error logging for binary checksum calculations
- Fixed issues with PutObject trailing checksum
- Added default HTTP timeout for audit webhook configurations
- Updated to MinIO console v1.7.1


Full release notes are found at https://github.com/minio/minio/releases