github devspace-sh/devspace v5.15.0-beta.2

latest releases: v6.3.13, v6.3.12, v6.3.11...
pre-release3 years ago

New Features

  • New dev.logs.selectors[*].imageSelector option to select images that should be logged by image name
  • DevSpace will now run remote hook commands in a remote shell if no args are specified. For example this is now possible:
hooks:
- command: |
    echo 123
    echo 456
    echo 789
  where:
    container:
      imageSelector: my-image
  when:
    after:
      deployments: all
  • New hooks[*].when.before.initialSync and hooks[*].when.after.initialSync that executes a hook after or before a certain sync configuration's initial sync has started
  • New option name for dev.sync and dev.ports. This can be used as a steady identifier when using profile patches or initial sync hooks. (#1577)
  • New option noCache for variables that disables caching of variable input

Fixes

  • Fixed an issue where the sync would skip to upload files initially that were newer on the remote side
  • Fixed a problem where DevSpace's helper would show devspace-restart-helper in log messages
  • Fixed an issue where the image selector would sometimes look wrong
  • Fixed an issue where the sync watcher would exclude paths if the initial stat of them has failed
  • Fixed an issue where DevSpace would get stuck uploading or downloading files that would change frequently (#1576)
  • Fixed an issue where http was hardcoded as target domain in DevSpace UI (#1574)
  • Fixed an issue where multiple devspace.yaml in the same folder would lead to unwanted shared caches

Other

  • Removed the color red from the log streaming color palette to avoid confusion with errors (#1583)
  • Sync will now compare crc32 hashes initially for files that might not be needed to get synced
  • Updated component chart to v0.8.1

Don't miss a new devspace release

NewReleases is sending notifications on new releases.