Navigation Menu

Skip to content

v4.4.0

Compare
Choose a tag to compare
@FabianKramm FabianKramm released this 20 Jan 11:01
a3da218

New Features

  • devspace sync is now able to only upload or download files via the --upload-only and --download-only flags (#871)
  • New sync options sync.*.onDownload & sync.*.onUpload to execute custom commands locally or in the container if a file / folder gets uploaded or downloaded (#849)
  • devspace sync is now able to load a sync configuration from a devspace.yaml via the --config flag (#863)
  • New global --config flag that allows you to specify the path of the devspace.yaml to use for the command

Fixes

  • Fix an issue where devspace sync would not correctly reconnect (#885)
  • Fix an issue where remote manifests could not be deployed via kubectl (#864)
  • Fix an issue where variables in dependencies were not correctly resolved (#873)
  • Some internal code refactorings