Skip to content

Releases: devspace-sh/devspace

v3.5.16

15 Aug 13:54
517310f

Choose a tag to compare

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 provider now also switches the default provider (#632)
  • Improve activity detection for sleep mode (#633)

v3.5.15

08 Aug 16:03
c8d66b7

Choose a tag to compare

Changes:

  • Fix an issue where the newest minikube version (1.3.0) wouldn't work with devspace anymore (#630)

v3.5.14

06 Aug 15:41
fc564de

Choose a tag to compare

Changes:

  • New devspace build command, that will only build and push images specified in the config (#606)
  • devspace dev & devspace enter now return the correct command exit code (#614)
  • devspace list deployments will resume a sleeping space now (#621)
  • Add --skip-build flag for devspace deploy and devspace 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

24 Jul 13:20

Choose a tag to compare

Changes:

  • You can now specify the branch, revision and tag for a git dependency (#591)
  • New devspace reset vars command that resets the specified vars for the current config (#592)
  • New devspace use provider command to easily set the default provider to an on-premise DevSpace Cloud version
  • On-premise DevSpace Cloud support
  • Fixed an issue with devspace add port where the port was not correctly added

v3.5.10

02 Jul 08:54
dabe5b4

Choose a tag to compare

Changes:

  • Fixes an schema issue where component configmap and secret volumes were not correctly parsed
  • Fixed issue #586
  • Add external ips option to config
  • Fixed an issue with docker API negotiation in minikube

v3.5.9

11 Jun 19:44
446270c

Choose a tag to compare

Changes:

  • Fixed an issue where the local .devspace folder was not correctly excluded from sync

v3.5.8

07 Jun 20:55
3efff76

Choose a tag to compare

Changes

  • New devspace cleanup images command to conveniently cleanup built images from devspace from docker
  • Fixed issue where only maximum of one hook per stage was executed

v3.5.7

01 Jun 01:23
5fd8ab1

Choose a tag to compare

Changes

  • Fix issue where a registry with port would lead to wrong image name replacement during deploy (#559)
  • devspace connect cluster now automatically configures a space domain

v3.5.6

31 May 02:12
1e9b276

Choose a tag to compare

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 init would result in a wrong Dockerfile

v3.5.5

29 May 15:36
c7d7f23

Choose a tag to compare

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 tar command 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