New Features
- Added
source: command
to variables. It is now possible to retrieve variable values from commands, e.g.:
images:
database:
image: "mysql:${MYSQL_VERSION}"
vars:
- name: MYSQL_VERSION
source: command
command: echo
args: ["5.5"]
- New
DEVSPACE_GIT_BRANCH
predefined variable that holds the current git branch - New option
tagsAppendRandom
that automatically adds a random suffix to each tag and avoids the rebuilding problem described in #1188
Fixes
- Fixes an issue where docker client creation for minikube could fail on windows and was not shown in DevSpace
- Fixes an issue where local paths were wrong when using
devspace dev --config other-folder/devspace.yaml
(#1226) - Fixes a race condition in sync where the initial sync wouldn't wait for uploading a single file (#1223)
- Fixes an issue where
devspace restart
wouldn't work without runningdevspace dev
ordevspace sync
prior - Fixes an issue where pod restarts could lead to a timeout during
devspace deploy/dev --wait
- Improves the error message when injecting of the restart helper fails