Skip to content

Commit

Permalink
Merge pull request #143 from ddymko/release-v2.4.0
Browse files Browse the repository at this point in the history
release for v2.4.0
  • Loading branch information
ddymko authored Jul 26, 2021
2 parents 90a6ee5 + aa2b6f3 commit 8eecb24
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v2.4.0](https://github.com/vultr/packer-builder-vultr/compare/v2.3.2..v2.4.0) (2021-07-23)
### Enhancements
- Added marketplace support with usage of field `image_id` [#141](https://github.com/vultr/packer-builder-vultr/pull/141)

### Dependencies
- Go-cty v1.8.3 -> v1.9.0 [#140](https://github.com/vultr/packer-builder-vultr/pull/140)
- Hcl v2.10.0 -> v2.10.1 [#142](https://github.com/vultr/packer-builder-vultr/pull/142)
- GoVultr v2.5.1 -> v2.7.1 [#141](https://github.com/vultr/packer-builder-vultr/pull/141)

## [v2.3.2](https://github.com/vultr/packer-builder-vultr/compare/v2.3.1..v2.3.2) (2021-06-07)
### Dependencies
- Packer-plugin-sdk v0.2.1 -> v0.2.3 [#135](https://github.com/vultr/packer-builder-vultr/pull/135)
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
vultr = {
version = ">= 2.3.2"
version = ">= 2.4.0"
source = "github.com/vultr/vultr"
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

var (
// Version is the main version number that is being run at the moment.
Version = "2.3.2"
Version = "2.4.0"

// VersionPrerelease is A pre-release marker for the Version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this
Expand Down

0 comments on commit 8eecb24

Please sign in to comment.