Skip to content

v4.5.2

Compare
Choose a tag to compare
@FabianKramm FabianKramm released this 14 Feb 11:15
5a369be

Enhancements:

  • Add optional new config option dependencies.*.name to identify dependencies
  • Adds new flag --dependency to devspace render, devspace purge and devspace deploy to individually handle dependency deployment / deletion (#906)
  • devspace render is now able to render dependencies aswell
  • New config option images.*.build.docker.args to specify custom cli flags (as soon as args are defined, DevSpace will build images via the command line instead of using the internal docker library) (#884)
  • Allows config patches to patch parts of the config vars section (#904)
  • Added a new question to devspace init to allow skipping registry selection for local kubernetes clusters (#907)
  • Updated the component helm chart to v0.1.3 (#913, #912, #900)
  • Switches component chart helm repository from charts.devspace.cloud to charts.devspace.sh (#889)

Fixes:

  • Fixes an issue in devspace render, where 2 successive helm templates where not rendered correctly (#943)
  • Fixes an issue where the command devspace status sync was not working correctly (#921)
  • Fixed an issue where the localSubPath of the sync config is not correctly applied when devspace sync --config (#933)
  • Fixed a nil pointer in devspace render (#927)
  • Fixed a possible nil pointer in devspace login
  • Improved cannot sync root path error message (#915)