v2.4.0
Changes:
- The flag switchContext is now by default true for devspace enter, up & deploy (If you don't want devspace to switch your kubecontext to the devspace context you have to run devspace up --switch-context=false)
New features:
- Auto reloading ability, where specific file changes cause the complete pipeline to reexecute (Dockerfile changes & manifest changes, see #387)
- Auto reloading ability where custom paths can be specified that trigger an auto reload (#389)
- if terminal is disabled (via devspace.terminal.disabled), devspace will try to attach to the devspace pod
Fixes:
- Sync: solve a rare issue on windows that could lead to silently stop watching files (#374)
- Up: resolve problem when docker is not correctly installed but not needed
- Up: detect correctly if clusterrolebinding is present in cluster
- Reset: fix issue that waited for tiller even though tiller has issues starting