Changes
- DevSpace will now restrict its logs in size and delete old logs automatically (#1328)
- DevSpace will now limit the table column width to a maximum of 64 characters to avoid odd looking output in commands such as
devspace list deployments
,devspace list profiles
etc. (#1327) - DevSpace will now print the config variable command's stderr and stdout on failure (#1325)
- New
--version
flag fordevspace upgrade
to select a specific devspace version (including alpha and beta versions) (#1330) - New environment variable
DEVSPACE_DISABLE_VARS_ENCRYPTION
that will disable automatic config variable encryption if set totrue
(#1326)