Skip to content

Releases: devspace-sh/devspace

v3.0.0-alpha1

17 Dec 14:23
Compare
Choose a tag to compare
v3.0.0-alpha1 Pre-release
Pre-release
improve error messages

v2.4.1

10 Dec 15:47
970577e
Compare
Choose a tag to compare

Changes:

  • New devspace.deployments[].helm.wait option to tell devspace to skip waiting until deployment is ready
  • New devspace down --deployment option to delete a single or multiple deployments

Fixes:

  • Resolve issue where devspace up would deploy tiller to the wrong namespace if no config.yaml exists (#417)

v2.4.0

29 Nov 09:59
ed3eb5c
Compare
Choose a tag to compare

Changes:

  • The flag switchContext is now by default true for devspace enter, up & deploy (If you don't want devspace to switch your kubecontext to the devspace context you have to run devspace up --switch-context=false)

New features:

  • Auto reloading ability, where specific file changes cause the complete pipeline to reexecute (Dockerfile changes & manifest changes, see #387)
  • Auto reloading ability where custom paths can be specified that trigger an auto reload (#389)
  • if terminal is disabled (via devspace.terminal.disabled), devspace will try to attach to the devspace pod

Fixes:

  • Sync: solve a rare issue on windows that could lead to silently stop watching files (#374)
  • Up: resolve problem when docker is not correctly installed but not needed
  • Up: detect correctly if clusterrolebinding is present in cluster
  • Reset: fix issue that waited for tiller even though tiller has issues starting

v2.3.4

22 Nov 18:41
e7a64cf
Compare
Choose a tag to compare

Changes:

  • new --terminal flag for devspace up and new config option devspace.terminal.disabled to disable terminal (#390)
  • fix docker image build, when dockerfile is out of build context (#388)

v2.3.3

14 Nov 15:36
fd5ce7d
Compare
Choose a tag to compare

Changes:

  • Limit find command download bandwidth (#377)
  • devspace up/enter/deploy: New config-overwrite flag (#373)
  • devspace up: Fix issue with label selector (#381)
  • devspace init: Fix issue with multiple exposed ports in dockerfile

v2.3.0

08 Nov 10:16
61ec17e
Compare
Choose a tag to compare

New Features:

  • New config options for sync to limit used bandwidth (#369)
  • New config option to skip image push (Useful for minikube environments see #372)

Improvements:

  • Add/remove package was improved and is now easier to use

v2.2.2

05 Nov 16:08
5d9a09b
Compare
Choose a tag to compare

New Features:
images[].createPullSecret option to automatically create a pull secret from docker credentials store
devspace.services to specify labelselectors and namespaces in a central place #353

Fixes/Improvements:
adjust selector for service when using devspace add package
helm deployment (use force if needed)
terminal.go nil pointer

v2.2.0

31 Oct 23:07
22651d5
Compare
Choose a tag to compare

adds automatic creation of image pull secrets #344

v2.1.2

31 Oct 12:56
f03b594
Compare
Choose a tag to compare
  • refactor devOverwrite #338
  • fix for relative dockerfilePath #336

v2.1.0

30 Oct 20:32
cd245af
Compare
Choose a tag to compare
  • new command: devspace deploy
  • improved console output for devspace up (when skipping deployments)
  • generated.yaml is now on .gitignore by default
  • allow defining image tags in config (instead of auto-generated tag)
  • fix regex validation for Docker Hub image names (init)
  • add image build engine "disabled" for disabling image building
  • eliminate need to re-write config on every devspace up
  • demo URL provisioning via ingress (for DevSpace Cloud)