This release transitions KES to a commercial licensing model, requiring a valid MinIO license for all production deployments. To support this change, the server now validates the license at startup. Additionally, official Docker images have been relocated to a new repository to streamline distribution.

### Breaking Changes

*   The KES software license has been updated from AGPLv3 to a commercial license. All production use now requires a commercial agreement to ensure compliance and access to enterprise support. (#6)
*   The KES server now requires a valid MinIO license key for production environments, provided via the `--license` flag or `MINIO_LICENSE` environment variable. The server will not start without a valid license and will provide advance warnings before expiration to prevent service interruptions. (#7)
*   Official Docker images are now published exclusively to `quay.io/minio/aistor/kes`. Deployment configurations must be updated to this new location to receive future updates and security patches. (#5)