v2.4.0 (2021-07-23)
- Added marketplace support with usage of field
image_id
#141
v2.3.2 (2021-06-07)
- Packer-plugin-sdk v0.2.1 -> v0.2.3 #135
- Updated documentation README.md (from .mdx) #136
v2.3.1 (2021-05-10)
- GoVultr v2.4.20 -> v2.5.1 #132
- Hcl v2.9.1 -> v2.10.0 #128
- Packer-plugin-sdk v0.1.2 -> v0.2.1 #131 #127
- Go-cty v1.8.1 -> v1.8.3 #129
v2.3.0 (2021-04-13)
- Update plugin to support
packer init
#120
v2.2.1 (2021-02-24)
- Updated HCL config to support API v2 type attributes #116
v2.2.0 (2021-02-17)
- Updated plugin to support Packer v1.7.0. This release does not support
packer init
this will be released inv2.3.0
#110
v2.1.0 (2021-02-16)
- Remove the requirement to pass in
os_id
with other installation types. This is no longer required in API v2. #105
- GoVultr v2.3.2 -> v2.4.0 #108
v2.0.1 (2021-01-07)
v2.0.0 (2020-11-23)
GoVultr was updated to v2.0.0 which is running on API v2.
- hcl 2.7.0 -> 2.7.1 #82
- packer 1.6.4 -> 1.6.5 #82
- zclconf/go-cty 1.6.1 -> 1.7.0 #82
- GoVultr v0.5.0 -> v2.0.0 #81
v1.0.15 (2020-11-11)
- missing defer on f.close in ssh debug #78
v1.0.14 (2020-10-19)
- hcl 2.6.0 -> 2.7.0 #72
v1.0.13 (2020-10-06)
- packer 1.6.2 -> 1.6.4 #70
v1.0.12 (2020-09-25)
- Vultr-packer-builder now uses the core ssh communicator instead of the one that was written 66
- zclconf/go-cty 1.6.0 -> 1.6.1 #61
v1.0.11 (2020-09-01)
v1.0.10 (2020-07-31)
v1.0.9 (2020-06-09)
v1.0.8 (2020-05-19)
- hcl/v2 2.5.0 -> 2.5.1 (Fixes panic) #45
v1.0.7 (2020-05-11)
v1.0.6 (2020-04-16)
v1.0.5 (2020-03-31)
v1.0.4 (2020-03-04)
- Updated dependencies to newer versions #27
v1.0.3 (2020-02-14)
- Updated Packer to 1.5.2 and GoVultr to v0.2.0 #23
v1.0.2 (2019-10-17)
v1.0.1 (2019-09-11)
- Manually shutdown instead of Halt API in shutdown step #15
v1.0.0 (2019-08-12)
- 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
region_code
renamed toregion_id
region_id
is now anint
startup_script_id
renamed toscript_id
script_id
is now anstring
sshkey_id
renamed tossh_keys_id
sshkey_id
is now an[]string
ipv6
renamed toenable_ipv6
private_networking
renamed toenable_private_network
description
renamed tosnapshot_description
- removal of:
region_name
plan_name
os_name
snapshot_name
v0.2.1 (2019-06-30)
- Initial release