Skip to content

Releases: vultr/packer-plugin-vultr

v1.0.0

12 Aug 14:37
a026b37
Compare
Choose a tag to compare

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

v0.2.1

30 Jun 17:34
Compare
Choose a tag to compare
write documentation