This release enhances security and compliance by introducing support for FIPS-compliant ECDSA keys for identity and key management. Key updates to the licensing system address validation for legacy plans, while a new Docker image path aligns with standardized deployment pipelines.

### Improvements
- Introduced support for FIPS-compliant ECDSA (`k2:`) identity keys, which are now generated by default in FIPS mode to meet stringent security requirements. Full backward compatibility is maintained for existing Ed25519 (`k1:`) keys. (#111)

### Bug Fixes
- Resolved an issue where valid 'STANDARD' and 'ENTERPRISE' license plans were incorrectly rejected. The system now correctly validates these legacy plans, restoring full functionality for affected customers. (#112)

### Breaking Changes
- The 'STANDARD' subscription plan is no longer supported and license keys for this plan will be rejected. Customers on this plan must upgrade to a supported tier to ensure continued operation. (#113)
- The official Docker image has been moved to a new repository to align with standardized deployment pipelines. Update all deployment configurations to pull from `quay.io/minio/aistor/minkms`. The previous path will no longer receive updates. (#114)