v2.5.0 (2023-04-06)
- Add support for uploading an ISO for building PR 208
- Update go to v1.20 PR 226
- Update govultr to v3.0.2 PR 228
- Bump github.com/hashicorp/packer-plugin-sdk from 0.2.13 to 0.3.0 PR 196
- Bump github.com/vultr/govultr/v2 from 2.17.1 to 2.17.2 PR 198
- Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 PR 199
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 PR 200
- Bump github.com/hashicorp/hcl/v2 from 2.13.0 to 2.14.0 PR 202
- Bump golang.org/x/text from 0.3.7 to 0.3.8 PR 214
- Bump golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.7.0 PR 215
- Bump golang.org/x/oauth2 from 0.0.0-20210819190943-2bc19b11175f to 0.5.0 PR 217
- Bump golang.org/x/crypto from 0.0.0-20220517005047-85d78b3ac167 to 0.6.0 PR 218
- Bump golang.org/x/crypto from 0.6.0 to 0.7.0 PR 220
- Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 PR 221
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.4.0 PR 222
- Add gochecks workflow PR 216
- Fix/refit to align with stricter linting PR 230
- Replace unnsupported gpg workflow PR 232
- @jasites made their first contribution in PR 208
v2.4.5 (2022-06-07)
- GoVultr from 2.16.0 to 2.17.1 #188
- GoVultr from 2.14.0 to 2.16.0 #184
- Packer-Plugin-SDK from 0.2.11 to 0.2.13 #185
- @optik-aper made their first contribution in vultr#190
v2.4.4 (2022-01-27)
v2.4.3 (2021-12-03)
- HCL v2 from 2.10.1 to 2.11.1 #165
- GoVultr from 2.10.0 to 2.12.0 #164
- Packer-plugin-sdk from 0.2.7 to 0.2.9 #160
v2.4.2 (2021-11-10)
- Packer-plugin-sdk v0.2.5 -> v0.2.7 #152
- GoVultr v2.8.1 -> v2.10.0 #157
- Go-cty v1.9.1 -> v1.10.0 #157
v2.4.1 (2021-09-21)
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