This release streamlines license administration by centralizing management on the MinIO server, enhancing security and simplifying client-side configuration. Additionally, the MinIO Client (`mc`) has been rebranded and its official Docker image repository has been relocated to align with the `aistor` product suite.

### Improvements

*   **Centralized License Management**: The `mc license` and `mc support` commands now retrieve license information directly from the MinIO server, removing the need for local license files or API keys. This simplifies administration and enhances security by no longer storing SUBNET credentials in the client configuration. (#1)
    *   **Action Required**: Scripts must be updated as the `mc license update` and `mc support register` commands have been removed. Use `mc license register` in place of the latter.
    *   The `mc admin top` command has been replaced with `mc support top`.
    *   Log forwarding (`--logs` flag) has been removed from the `mc support callhome` command.

### Breaking Changes

*   **Docker Image Relocation**: The MinIO Client (`mc`) is now distributed as the AI-optimized Storage Client (`aistor-mc`), and the official Docker image has moved to `quay.io/minio/aistor/mc`. (#4)
    *   **Action Required**: All Dockerfiles, scripts, and deployment configurations must be updated to pull from the new repository. For example, `docker pull minio/mc:latest` must be changed to `docker pull quay.io/minio/aistor/mc:latest`.
    *   The `mc update` self-update command will now fetch new versions from the updated location.
    *   Official Docker images are no longer provided for `ppc64le` and `s390x` architectures.