Changes
- Updated internal k8s version to v1.21.1
- Fixed a race condition where the sync was not correctly restarting if an error occurred
- Fixed an issue where
--wait
indevspace dev/deploy
would sometimes return too soon - Fixed an issue where DevSpace could hang during injecting the devspacehelper binary
- New
dependencies[*].overwriteVars
option to disable variable overwriting in dependencies (#1466) - DevSpace will now automatically reset the parent deployment, statefulset or replicaset during
devspace dev
if a replaced pod cannot be found, but the parent was scaled down already