You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)