Releases: devspace-sh/devspace
Releases · devspace-sh/devspace
v2.0.1
Fix small issue when using devspace cloud
v2.0.0
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 -ron 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
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
- several fixes for google kubernetes engine
- add permission checks during
devspace up
v1.0.3
Merge pull request #226 from covexo/fixes Fix regex for image name question
v1.0.2
Merge pull request #215 from covexo/mac-issues Mac issues