github devspace-sh/devspace v4.12.0-beta.1

latest releases: v6.3.12, v6.3.11, v6.3.10...
pre-release4 years ago

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

Don't miss a new devspace release

NewReleases is sending notifications on new releases.