Changes
- The sync mechanism was changed and behaves now differently. We inject a small binary into the container that replaces the shell script we used in previous versions, this has several advantages: it uses less bandwidth in exchanging changes, it is more stable, it only requires the
tar
command to be present in the container. (#542, #441) - You can now specify options for component deployments (#547)
- Updates kubernetes dependencies to 1.14
- Updates helm dependencies to 2.14.0
- Fixes an issue where the KUBECONFIG environment variable was ignored