File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ packer {
6363 required_version = ">= 1.7.0"
6464 required_plugins {
6565 vmware = {
66- version = ">= 2.1.1 "
66+ version = ">= 2.1.2 "
6767 source = "github.com/vmware/vsphere"
6868 }
6969 }
@@ -87,7 +87,7 @@ Examples:
87872. Install a specific version of the plugin:
8888
8989 ` ` ` shell
90- packer plugins install github.com/vmware/vsphere@v2.1.1
90+ packer plugins install github.com/vmware/vsphere@v2.1.2
9191 ` ` `
9292
9393# ## Using the Source
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
88
99var (
1010 Version = "2.1.2"
11- VersionPrerelease = "dev "
11+ VersionPrerelease = ""
1212 VersionMetadata = ""
1313 PluginVersion = version .NewPluginVersion (Version , VersionPrerelease , VersionMetadata )
1414)
You can’t perform that action at this time.
0 commit comments