Skip to content

Commit 50a525d

Browse files
committed
chore(release): v2.1.0 (#626)
Release v2.1.0. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent f695670 commit 50a525d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ checksum:
9595
algorithm: sha256
9696

9797
signs:
98-
- artifacts: checksum
99-
args:
98+
- artifacts: checksum
99+
args:
100100
- "--batch"
101101
- "--local-user"
102102
- "{{ .Env.GPG_FINGERPRINT }}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ packer {
6060
required_version = ">= 1.7.0"
6161
required_plugins {
6262
vsphere = {
63-
version = ">= 2.0.0"
63+
version = ">= 2.1.0"
6464
source = "github.com/vmware/vsphere"
6565
}
6666
}

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
88

99
var (
1010
Version = "2.1.0"
11-
VersionPrerelease = "dev"
11+
VersionPrerelease = ""
1212
VersionMetadata = ""
1313
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
1414
)

0 commit comments

Comments
 (0)