Skip to content

v4.12.2

Choose a tag to compare

@FabianKramm FabianKramm released this 22 Apr 10:28
c7aab66

Changes

  • Improved environment flag parsing and commands like DEVSPACE_ENTER_FLAGS=--namespace=test devspace --pod test enter should work now correctly
  • Environment default flags can now be set for every command including subcommands (e.g. devspace create space -> DEVSPACE_CREATE_SPACE_FLAGS)
  • Fixes an issue where devspace was not correctly parsing command arguments (#977)
  • Fixes a nil pointer in the docker authentification if no docker config exists (#1076)
  • Fixes an issue where devspace was parsing kustomize version incorrectly for newer kustomize versions (#859)