Changes
devspace init
andadd deployment --component=x
will add helm deployments instead of component deployments now (makes it more understandable that a component is technically just a helm deployment)- support for initContainers in component chart
- support for initContainers in
devspace logs|attach|enter
--option-ui
flag fordevspace connect cluster
- implementation for
devspace list namespaces
- implementation for
devspace list contexts
Fixes
- sync will not delete folders which contains files or folders matching ignore paths
- ignore paths ending with / will not only ignore the contents of the folder but also the folder itself
- fix possible panic in
devspace remove deployment
and in analytics util package - fixes and improvements for command-line output and tests