diff --git a/CHANGELOG b/CHANGELOG index c0b9a82..a0e29dd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2866,3 +2866,10 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * fix: batch expiry job doesn't report delete marker in batch-status me by [@jiuker](https://github.com/jiuker) in https://github.com/minio/minio/pull/21183 * Nats tls handshake first by [@matthewdavidlloyd](https://github.com/matthewdavidlloyd) in https://github.com/minio/minio/pull/21008 +[5.0.0] +* Update minio to RELEASE.2025-05-24T17-08-30Z +* [Full Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2025-05-24T17-08-30Z) +* **BREAKING RELEASE:** Embedded UI Console is now deprecated and moved to object-browser +* **IMPORTANT:** MinIO has decided to [remove all administration features](https://github.com/minio/object-browser/pull/3509) from the console. The UI now only has an object browser. You must now use the `mc` CLI tool for creating keys and setting up permissions. +* **IMPORANT**: OIDC Auth has been removed upstream as well. You can only access MinIO using admin credentials after this update. [Access key creation is no longer possible](https://github.com/minio/minio/issues/21344) . + diff --git a/CloudronManifest.json b/CloudronManifest.json index 678e38e..656e39d 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "4.4.2", + "version": "5.0.0", "upstreamVersion": "RELEASE.2025-05-24T17-08-30Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648,