Skip to content

Releases: devspace-sh/devspace

v2.0.4

29 Oct 16:22
cb9acf5
Compare
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
Compare
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
Compare
Choose a tag to compare

New Features:

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

v2.0.1

19 Oct 13:40
212bd63
Compare
Choose a tag to compare

Fix small issue when using devspace cloud

v2.0.0

19 Oct 12:44
46794ca
Compare
Choose a tag to compare

Breaking Changes:

  • Config was restructured, to allow the configuration of cloud providers & deployments (for more information see below)
  • Please reconfigure your devspace with devspace init -r

New Features:

  • DevSpace Cloud: Deploy your devspace to the devspace-cloud, if you don't have an own kubernetes cluster. The DevSpace Cloud provides you a free kubernetes namespace that you can use with the devspace cli. To use the DevSpace Cloud simply run devspace init -r on a new project or use one of our examples.
  • Optional Kubectl deployments: kubectl apply can be used on specified manifests on devspace up. This is an alternative deployment method to the default helm deployment. This method allows the use of devspace cli without any cluster component such as tiller. (see examples)
  • Up & Enter: New --namespace and --labelSelector flag which is used to select the correct pod for opening the terminal
  • Up: New --exit-after-deploy flag that allows you to only build & deploy the devspace
  • Up: New --switch-context flag that allows you to switch the kubectl context to the specified devspace context
  • Add & Remove: New deployment option to conveniently add & remove deployments from your devspace
  • Kaniko: caching is now supported, which should speed up kaniko builds

v1.1.0

28 Sep 13:20
e4f6d9a
Compare
Choose a tag to compare

New Features:

  • devspace enter: opens a terminal or executes a command in the specified devspace container
  • devspace add/remove/list package: easily add helm charts as dependencies to your devspace
  • devspace up cmd: execute the specified command and parameters directly in the devspace
  • devspace up -c: specify the container to which the cli should connect to
  • add buildArgs, target and network option in config.yaml for better docker build handling
  • add containerName, command option in config.yaml to specify devspace up & enter behaviour

v1.0.4

21 Sep 13:39
ae17524
Compare
Choose a tag to compare
  • several fixes for google kubernetes engine
  • add permission checks during devspace up

v1.0.3

18 Sep 15:19
fcd7b1c
Compare
Choose a tag to compare
Merge pull request #226 from covexo/fixes

Fix regex for image name question

v1.0.2

17 Sep 15:29
6748c06
Compare
Choose a tag to compare
Merge pull request #215 from covexo/mac-issues

Mac issues