devspace

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.

APACHE-2.0 License

Downloads
5.8K
Stars
4.1K
Committers
101

Bot releases are hidden (Show)

devspace - v2.4.0

Published by FabianKramm almost 6 years ago

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
devspace - v2.3.4

Published by FabianKramm almost 6 years ago

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)
devspace - v2.3.3

Published by FabianKramm almost 6 years ago

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
devspace - v2.3.0

Published by FabianKramm almost 6 years ago

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
devspace - v2.2.2

Published by LukasGentele almost 6 years ago

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

devspace - v2.2.0

Published by LukasGentele almost 6 years ago

adds automatic creation of image pull secrets #344

devspace - v2.1.2

Published by FabianKramm almost 6 years ago

  • refactor devOverwrite #338
  • fix for relative dockerfilePath #336
devspace - v2.1.0

Published by LukasGentele almost 6 years ago

  • 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)
devspace - v2.0.4

Published by LukasGentele almost 6 years ago

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

Published by LukasGentele almost 6 years ago

  • fixes config overwriting #314
  • uses overwrite config for namespaces and kubeContexts by default #315
  • fixes spelling
devspace - v2.0.2

Published by FabianKramm almost 6 years ago

New Features:

  • Added pullSecret option to kaniko builder to allow the use of custom secret for registry authentication
devspace - v2.0.1

Published by FabianKramm about 6 years ago

Fix small issue when using devspace cloud

devspace - v2.0.0

Published by FabianKramm about 6 years ago

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
devspace - v1.1.0

Published by FabianKramm about 6 years ago

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
devspace - v1.0.4

Published by LukasGentele about 6 years ago

  • several fixes for google kubernetes engine
  • add permission checks during devspace up
devspace - v1.0.3

Published by LukasGentele about 6 years ago

devspace - v1.0.2

Published by FabianKramm about 6 years ago

Package Rankings
Top 4.02% on Npmjs.org
Top 4.52% on Proxy.golang.org
Badges
Extracted from project README
Join us on Slack! Join us on Slack!
Related Projects