Releases: devspace-sh/devspace
Releases · devspace-sh/devspace
v2.3.4
22 Nov 18:41
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
adds automatic creation of image pull secrets #344
v2.1.2
31 Oct 12:56
Compare
Sorry, something went wrong.
No results found
refactor devOverwrite #338
fix for relative dockerfilePath #336
v2.1.0
30 Oct 20:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
fixes config overwriting #314
uses overwrite config for namespaces and kubeContexts by default #315
fixes spelling
v2.0.2
23 Oct 11:18
Compare
Sorry, something went wrong.
No results found
New Features:
Added pullSecret option to kaniko builder to allow the use of custom secret for registry authentication