Skip to content

Latest commit

 

History

History
233 lines (183 loc) · 13 KB

CHANGELOG.md

File metadata and controls

233 lines (183 loc) · 13 KB

Change Log

v2.5.0 (2023-04-06)

Enhancements

  • Add support for uploading an ISO for building PR 208

Dependencies

  • 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

Other

  • Add gochecks workflow PR 216
  • Fix/refit to align with stricter linting PR 230
  • Replace unnsupported gpg workflow PR 232

New Contributors

  • @jasites made their first contribution in PR 208

v2.4.5 (2022-06-07)

Enhancements

  • Add artifact support for HCP Packer registry #190
  • Updated goreleaser packer plugin check #191

Dependencies

  • 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

New Contributors

  • @optik-aper made their first contribution in #190

v2.4.4 (2022-01-27)

Dependencies

  • GoVultr from 2.12.0 to 2.14.0 #174
  • Packer-plugin-sdk from 0.2.9 to 0.2.11 #170

v2.4.3 (2021-12-03)

Dependencies

  • 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)

Dependencies

  • 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)

Dependencies

  • Packer-plugin-sdk v0.2.3 -> v0.2.5 #148
  • GoVultr v2.7.1 -> v2.8.1 #147

v2.4.0 (2021-07-23)

Enhancements

  • Added marketplace support with usage of field image_id #141

Dependencies

  • Go-cty v1.8.3 -> v1.9.0 #140
  • Hcl v2.10.0 -> v2.10.1 #142
  • GoVultr v2.5.1 -> v2.7.1 #141

v2.3.2 (2021-06-07)

Dependencies

  • Packer-plugin-sdk v0.2.1 -> v0.2.3 #135

Documentation

  • Updated documentation README.md (from .mdx) #136

v2.3.1 (2021-05-10)

Dependencies

  • 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)

Enhancements

  • Update plugin to support packer init #120

v2.2.1 (2021-02-24)

Bug fixes

  • Updated HCL config to support API v2 type attributes #116

v2.2.0 (2021-02-17)

Enhancements

  • Updated plugin to support Packer v1.7.0. This release does not support packer init this will be released in v2.3.0 #110

v2.1.0 (2021-02-16)

Bug

  • Remove the requirement to pass in os_id with other installation types. This is no longer required in API v2. #105

Dependencies

  • GoVultr v2.3.2 -> v2.4.0 #108

v2.0.1 (2021-01-07)

Dependencies

  • hcl 2.7.1 -> 2.8.1 #98
  • zclconf/go-cty 1.7.0 -> 1.7.1 #96
  • GoVultr v2.0.0 -> v2.3.2 #98

v2.0.0 (2020-11-23)

Changes

GoVultr was updated to v2.0.0 which is running on API v2.

Dependencies

  • 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)

Bug Fix

  • missing defer on f.close in ssh debug #78

v1.0.14 (2020-10-19)

Dependencies

  • hcl 2.6.0 -> 2.7.0 #72

v1.0.13 (2020-10-06)

Dependencies

  • packer 1.6.2 -> 1.6.4 #70

v1.0.12 (2020-09-25)

Changes

  • Vultr-packer-builder now uses the core ssh communicator instead of the one that was written 66

Dependencies

  • zclconf/go-cty 1.6.0 -> 1.6.1 #61

v1.0.11 (2020-09-01)

Dependencies

  • packer 1.6.1 -> 1.6.2 #59
  • zclconf/go-cty 1.5.1 -> 1.6.0 #58
  • GoVultr v0.4.2 -> v0.5.0 #56

v1.0.10 (2020-07-31)

Dependencies

  • packer 1.5.6 -> 1.6.1 #54
  • zclconf/go-cty 1.4.0 -> 1.5.1 #53 #52

v1.0.9 (2020-06-09)

Dependencies

  • hcl/v2 2.5.1 -> 2.6.0 #48
  • GoVultr v0.4.1 -> v0.4.2 #47

v1.0.8 (2020-05-19)

Dependencies

  • hcl/v2 2.5.0 -> 2.5.1 (Fixes panic) #45

v1.0.7 (2020-05-11)

Dependencies

  • GoVultr v0.3.3 -> v0.4.1 #43
  • hcl/v2 2.4.0 -> 2.5.0 #42
  • packer 1.5.5 -> 1.5.6 #41

v1.0.6 (2020-04-16)

Dependencies

  • GoVultr v0.3.2 -> v0.3.3 #38
  • hcl/v2 2.3.0 -> 2.4.0 #37

v1.0.5 (2020-03-31)

Dependencies

  • GoVultr v0.3.0 -> v0.3.2 #31 #34
  • go-cty 1.2.1 -> 1.3.1 #30
  • packer 1.5.4 -> 1.5.5 33

v1.0.4 (2020-03-04)

Enhancements

  • Updated dependencies to newer versions #27

v1.0.3 (2020-02-14)

Enhancements

  • Updated Packer to 1.5.2 and GoVultr to v0.2.0 #23

v1.0.2 (2019-10-17)

Enhancements

  • Update govultr + packer to latest releases #18
  • Updating Travis supported go versions #17

v1.0.1 (2019-09-11)

Bug

  • Manually shutdown instead of Halt API in shutdown step #15

v1.0.0 (2019-08-12)

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 (2019-06-30)

Features

  • Initial release