Skip to content

v1.0.0

Compare
Choose a tag to compare
@ddymko ddymko released this 12 Aug 14:37
· 309 commits to master since this release
a026b37

Enhancements

  • The packer Vultr plugin has been refactored.
  • Unit and Acceptance tests included
  • New documentation page here
  • Added the following new config options
    • instance_label
    • userdata
    • hostname
    • tag

Breaking changes

  • region_code renamed to region_id
  • region_id is now an int
  • startup_script_id renamed to script_id
  • script_id is now an string
  • sshkey_id renamed to ssh_keys_id
  • sshkey_id is now an []string
  • ipv6 renamed to enable_ipv6
  • private_networking renamed to enable_private_network
  • description renamed to snapshot_description
  • removal of:
    • region_name
    • plan_name
    • os_name
    • snapshot_name