Skip to content

Aviator v0.18.0

Compare
Choose a tag to compare
@herrjulz herrjulz released this 24 May 21:47
· 60 commits to master since this release
86b78a4

BREAKING CHANGES

  • The fly section vars property was renamed to load_vars_from, which is equivalent to the --load-vars-from option in fly.
  • A vars property was added to the fly section. It provides a map with variables (key-value pairs). Each variable represents the --var option of fly.
fly:
  vars:
      var1: myvar
      var2: another_var
  load_vars_from:
  - credentials.yml

New Features:

Fly Non-Interactive Mode

The fly section now supports the fly non-interactive (-n) option:

fly:
  non_interactive: true

Windows Support

In addition to the linux and darwin binary, aviator now provides a windows binary.