Releases
v4.1.1
Compare
Sorry, something went wrong.
No results found
v4.1.1 - Fix
Fixes devspace enter -l label=value #751
v4.1.0
New Features
New command devspace set var that allows the user to set a specific configuration variable
New command devspace reset dependencies that erases the dependency cache
New --terminal flag for devspace dev that only opens a terminal (and not overrides image entrypoints like -i does)
New --no-watch flag for devspace sync that does sync the files from local and remote and then stops
New --tag flag for devspace build
Changes
New config version v1beta4, you can update your config with devspace update config
deployments.component is now helm.componentChart: true, component configuration is now configured under deployments.helm.values
The predefined variables ${DEVSPACE_SPACE_DOMAIN1...} are now deprecated
devspace open now also works for wildcard domains such as *.my-domain.com
Open policy agent gatekeeper & gatekeeper rules are now deployed on cluster connect
devspace dev now fatals instead of showing an error if the forwarded port is already in use by a previous devspace dev instance
Improve image name replacement logic during devspace dev & devspace deploy
Devspace now shows an additional warning if a graphql query fails on an outdated version
Fixes
Fix issue during devspace init where the port forwarding was not correctly written
Fix issue during devspace init where the image name was not correctly written
Fix a potential nil pointer in devspace update config
devspace enter now shows an error immediately when trying to enter a pod with a label selector that does not exist
You can’t perform that action at this time.