Skip to content

Commit

Permalink
Cut release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Oct 27, 2022
1 parent ab513d4 commit ae52a78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ packer {
required_version = ">= 1.7.0"
required_plugins {
vsphere = {
version = ">= 1.0.8"
version = ">= 1.1.0"
source = "github.com/hashicorp/vsphere"
}
}
Expand All @@ -68,6 +68,8 @@ For more information on how to configure the plugin, please see the plugin docum

* `vsphere-clone` [builder documentation][docs-vsphere-clone]

* `vsphere-supervisor` [builder documentation][docs-vsphere-supervisor]

## Contributing

* If you think you've found a bug in the code or you have a question regarding the usage of this software, please reach out to us by opening an issue in this GitHub repository.
Expand All @@ -79,6 +81,7 @@ For more information on how to configure the plugin, please see the plugin docum
[docs-vsphere]: https://docs.vmware.com/en/VMware-vSphere/
[docs-vsphere-clone]: https://developer.hashicorp.com/packer/plugins/builders/vsphere/vsphere-clone
[docs-vsphere-iso]: https://developer.hashicorp.com/packer/plugins/builders/vsphere/vsphere-iso
[docs-vsphere-supervisor]: https://developer.hashicorp.com/packer/plugins/builders/vsphere/vsphere-supervisor
[docs-vsphere-plugin]: https://developer.hashicorp.com/packer/plugins/builders/vsphere
[golang-install]: https://golang.org/doc/install
[packer]: https://www.packer.io
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import "github.com/hashicorp/packer-plugin-sdk/version"

var (
// Version is the main version number that is being run at the moment.
Version = "1.0.8"
Version = "1.1.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
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "dev"
VersionPrerelease = ""

// PluginVersion is used by the plugin set to allow Packer to recognize
// what version this plugin is.
Expand Down

0 comments on commit ae52a78

Please sign in to comment.