Skip to content

v1.8.0: Improved startup-script automation, multiple network interfaces in vm-instance, escapes for variable characters

Compare
Choose a tag to compare
@heyealex heyealex released this 02 Nov 17:44
· 5540 commits to main since this release
78bb2bd

Key New Features

  • Ansible install script is automatically installed if it's detected as a dependency of other runners.
  • Multiple network interfaces can be added in vm-instance.
  • Ability to escape variable characters in module settings.
  • Remote filesystems now supply client installation and mounting scripts
  • Remote filesystem mounting scripts no longer depend upon Ansible, significantly reducing time before filesystems are available

Resource Improvements

  • vm-instance: Support for multiple network interfaces.
  • startup-script: Ansible installation script automatically included when other runners depend on it.

Improvements

  • Escape variable characters: ”\$(...)” evaluates to ”$(...)”

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0