github devspace-sh/devspace v5.1.0

latest releases: v6.3.12, v6.3.11, v6.3.10...
3 years ago

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)

Don't miss a new devspace release

NewReleases is sending notifications on new releases.