Skip to content

v4.0.3

Compare
Choose a tag to compare
@LukasGentele LukasGentele released this 01 Oct 14:21
2743f0a

Changes

  • devspace init and add 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 for devspace 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