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-08-03T04-33-23Z #1310

Merged
merged 1 commit into from
Aug 7, 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-07-26T20-48-21Z@sha256:0bdb62054da7782ab5c23729df4730079dd35bcf03b780819e0f7ddcb6b9f4bc
image: quay.io/minio/minio:RELEASE.2024-08-03T04-33-23Z@sha256:c933bb53ac226d1f4bdfeac66a3854d02903771e91d7ee2cbc330841a1d77d7e
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
18 changes: 9 additions & 9 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-07-26T20-48-21Z"
version: "RELEASE.2024-08-03T04-33-23Z"
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,12 +38,12 @@ path: ""
deterministicPassword: true
defaultUsername: umbrel
releaseNotes: >-
This update includes several bug fixes and improvements:
- Fixed issues with batch expiry and progress saving.
- Improved S3 listing with ILM enabled buckets.
- Enhanced FIPS-compliant TLS ciphers enforcement in FIPS mode.
- Optimized performance for unversioned READS.
- Fixed unicode behavior in LDAP group memberships.
- Improved connection deadlines and reduced log spam for batch replication jobs.
This update includes several improvements:

Full release notes are found at https://github.com/minio/minio/releases.
- Enhanced support for batch replication prefix slicing
- Fixed replication last hour metric
- Updated documentation for debug metrics
- Upgraded console version to 1.7.0


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