v1.1.0
Enhanced Compose to Kubernetes Migration
Major improvements to the Compose-to-K8s migration workflow with intelligent environment variable handling and resource cleanup capabilities.
- Automatic environment variable handling: sensitive vars to K8s Secrets, non-sensitive to ConfigMapsNew
- Port conflict detection before K8s deploymentNew
- Missing required variable warnings for common databases (MySQL, PostgreSQL, MongoDB)New
- K8s resource cleanup sheet for bulk deletion of deployments, services, and configmapsNew
- Image building from Dockerfiles and automatic loading to minikubeNew
- Support for both dictionary and array format environment variables in Compose filesImproved
- Enhanced Compose-to-K8s manifest conversion with better defaultsImproved