Changes
- DevSpace will now use inotify as file watching method by default instead of polling within the container for the latest config version
v1beta10
. Polling can still be used by settingdev.sync[*].polling
to true or using an older config version. Inotify file watching greatly decreases CPU usage in containers if many files are watched and decreases change detection time (#1429) - DevSpace will now ping the underlying sync connection every 10 seconds to detect broken connections and restart the sync automatically (#1434)
- DevSpace will now print log message timestamps if the environment variable
DEVSPACE_LOG_TIMESTAMPS
is set totrue
- Improved network error handling in port-forwarding, logs & sync
- Removed extra question in
devspace init
for build stage and disable building by default for newly createddevspace.yaml
s