You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
Added a new flag --print-sync to devspace dev that prints the sync output to the console and prevents any other output (#1111)
Added devspace save vars and devspace restore vars that save or restore devspace config variables from kubernetes secrets
Added a new config option dev.sync.initialCompareBy that allows you to specify that a file should only be synced if the file size has changed during initial sync (#1177)
Added a new command devspace restart that triggers a restart for all containers where dev.sync.onUpload.restartContainer was specified (#1161)
Added an option dev.sync.throttleChangeDetection to configure throttling of downstream change detection
Added --save-vars and --restore-vars as flags to devspace dev and devspace deploy
Changes
devspace will now throttle remote change detection for each scanned 100 files by 5ms by default. This should drastically decrease CPU usage of the devspacehelper binary. For large folders the throttle amount can be configured by the new option dev.sync. throttleChangeDetection
Added new github docker registry option to devspace init
Upgrade devspace messages are now only displayed at certain commands instead of every command
Fixes
Fixes an issue where upgrade message could be displayed where they shouldn't
Disable klog messages for the devspace command (#1179)