Skip to content

Releases: devspace-sh/devspace

v2.3.4

22 Nov 18:41
e7a64cf

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

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

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

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

Choose a tag to compare

adds automatic creation of image pull secrets #344

v2.1.2

31 Oct 12:56
f03b594

Choose a tag to compare

  • refactor devOverwrite #338
  • fix for relative dockerfilePath #336

v2.1.0

30 Oct 20:32
cd245af

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)

v2.0.4

29 Oct 16:22
cb9acf5

Choose a tag to compare

  • shorten loading text output for small terminals #323
  • verify chart deployment before skipping it #325
  • fix permission issues when creating helm repository file

v2.0.3

26 Oct 09:37
e1941a9

Choose a tag to compare

  • fixes config overwriting #314
  • uses overwrite config for namespaces and kubeContexts by default #315
  • fixes spelling

v2.0.2

23 Oct 11:18
8850305

Choose a tag to compare

New Features:

  • Added pullSecret option to kaniko builder to allow the use of custom secret for registry authentication