Move2Kube v0.1.0-beta.1
Pre-release
Pre-release
Changelog
Major changes
- Added containerization option for java .war files.
Supports jboss, liberty and tomcat targets. - Upgraded to k8s API v1.19.3
- Added support for Ingress v1
Minor changes
- Now we print the service urls when the deploy script is run.
- Ask a question and add a default port if the service doesn't
have any ports exposed. - Exposed ReadPlan, WritePlan and SetRootDir functions for use
with the move2kube API. - More test coverage.
Bugfixes
- Fixed bug where the collect command was not using the k8s API
to collect cluster metadata. - No longer displays some unnecessary warning and error messages.
- Better handling of paths internally.
- Fixed bug where containerization type was not being set properly
when reusing Dockerfile. - Lots and lots of minor bugfixes.