This release significantly enhances security and deployment efficiency by transitioning to a minimal 'scratch' container image, which requires updating deployment configurations. Key improvements include proactive license expiration warnings to prevent service interruptions and the addition of TLS encryption for the administrative console.

### Breaking Changes

*   **Container image moved to a new registry and is now built from `scratch`**. This change reduces image size for faster deployments and minimizes the attack surface for enhanced security. Deployments must be updated to use the new image path: `quay.io/mineos/minwall`. As the image no longer contains a shell, debugging workflows that rely on `docker exec` will be affected. (#103, #105)
*   **The Docker tag for continuous integration builds is now `edge`**. Workflows pulling the `latest` tag for development builds must be updated to use the `edge` tag to align with standardized tagging conventions. Stable release tags are unaffected. (#108)

### Improvements

*   **Proactive license warnings prevent unexpected service interruptions**. The system now displays a warning for trial licenses expiring within seven days and surfaces all license-related warnings at startup for earlier administrator notification. (#106)
*   **Increased resilience against temporary license server connection issues**. The service will continue operating with its current license during transient refresh errors, preventing unnecessary downtime. (#112)

### Security Updates

*   **Enabled TLS encryption for the administrative console**. Secures administrative sessions by encrypting traffic between the user and the console, protecting credentials and sensitive configuration data. (#110)

### Bug Fixes

*   **Corrected an issue with the server's TLS (HTTPS) configuration**. This fix ensures secure connections are initialized correctly, leading to more consistent and standards-compliant HTTPS communication. (#109)