Releases: devspace-sh/devspace
Releases · devspace-sh/devspace
v3.0.0-alpha1
improve error messages
v2.4.1
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
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
v2.3.3
v2.3.0
v2.2.2
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
v2.1.2
v2.1.0
- 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)