Releases: devspace-sh/devspace
Releases · devspace-sh/devspace
v3.5.16
Changes:
- Config variable names can now be loaded directly as environment variables (e.g. a config variable ${IMAGE} can be loaded from environment variable IMAGE or DEVSPACE_VAR_IMAGE)
- Add new config variable option source with values "all", "env" or "input", which specify from which source the config variable should be loaded (default is "all") (#637)
- Config variables can now be escaped by appending a '$' (e.g. $${Test} is escaped for ${Test})
- You can now specify an ingress in components (#635)
devspace add providernow also switches the default provider (#632)- Improve activity detection for sleep mode (#633)
v3.5.15
v3.5.14
Changes:
- New
devspace buildcommand, that will only build and push images specified in the config (#606) devspace dev&devspace enternow return the correct command exit code (#614)devspace list deploymentswill resume a sleeping space now (#621)- Add --skip-build flag for
devspace deployanddevspace dev(#622) - New namespace config option for dependencies (#605)
- Fix an issue with installing devspace with npm (#618)
- Fix a potential nil pointer panic during
devspace use space(#615)
v3.5.12
Changes:
- You can now specify the branch, revision and tag for a git dependency (#591)
- New
devspace reset varscommand that resets the specified vars for the current config (#592) - New
devspace use providercommand to easily set the default provider to an on-premise DevSpace Cloud version - On-premise DevSpace Cloud support
- Fixed an issue with
devspace add portwhere the port was not correctly added
v3.5.10
v3.5.9
Changes:
- Fixed an issue where the local .devspace folder was not correctly excluded from sync
v3.5.8
Changes
- New
devspace cleanup imagescommand to conveniently cleanup built images from devspace from docker - Fixed issue where only maximum of one hook per stage was executed
v3.5.7
v3.5.6
Changes:
- Skip domain question on
devspace cluster connect(We will implement a feature soon where a devspace.host domain will be automatically provisioned for the cluster) - Fixes an issue where it was not possible to enter a custom registry with port during
devspace init(#557) - Fixes an issue where sync was not closing correctly on windows
- Fixes an issue where wrongly configured docker environment variables lead to an error
- Automatically append the
.devspace/folder to dockerignore during build - Fixes an issue where the selected language none during
devspace initwould result in a wrong Dockerfile
v3.5.5
Changes
- The sync mechanism was changed and behaves now differently. We inject a small binary into the container that replaces the shell script we used in previous versions, this has several advantages: it uses less bandwidth in exchanging changes, it is more stable, it only requires the
tarcommand to be present in the container. (#542, #441) - You can now specify options for component deployments (#547)
- Updates kubernetes dependencies to 1.14
- Updates helm dependencies to 2.14.0
- Fixes an issue where the KUBECONFIG environment variable was ignored