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.
Changes
Devspace is now able to load environment variables from an .env file (like docker-compose) in the project folder (#1068)
You can now set default flags for devspace via the environment variable DEVSPACE_FLAGS, futhermore it is possible to set default flags for certain commands only with the environment variables in the form of DEVSPACE_[COMMAND]_FLAGS, e.g. DEVSPACE_BUILD_FLAGS for devspace build, DEVSPACE_DEV_FLAGS for devspace dev etc. (#1068)
Adds an option to force variables as string values with $!{myvariable} (by default, variables will now have the same type as their default value if it is defined in devspace.yaml)
devspace use context/namespace/space and devspace create space now resets the context & namespace for the project as well
Improved sync error messages if compressing or decompressing fails
Fixes
Fixes an issue where devspace enter has no output in non shell environments
Fixes an issue where the wrong sync error message was displayed (#892)
Fixes an issue where the default value of a variable was converted to an integer or boolean (#1069)
Fixes an issue where defining variables in the command section was not possible and resulted in an error silenced logger cannot ask questions