Skip to content

Commit 08759b2

Browse files
authored
chore(deps): bump hashicorp/packer-plugin-sdk to v0.6.8 (#491)
Bump `hashicorp/packer-plugin-sdk` from v0.6.7 to v0.6.8. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent 0f89cea commit 08759b2

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.web-docs/components/builder/iso/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ You can tune this delay on a per-builder basis by specifying
11751175

11761176
- `winrm_insecure` (bool) - If `true`, do not check server certificate chain and host name.
11771177

1178-
- `winrm_use_ntlm` (bool) - If `true`, NTLMv2 authentication (with session security) will be used
1178+
- `winrm_use_ntlm` (boolean) - If `true`, NTLMv2 authentication (with session security) will be used
11791179
for WinRM, rather than default (basic authentication), removing the
11801180
requirement for basic authentication to be enabled within the target
11811181
guest. Further reading for remote connection authentication can be found

.web-docs/components/builder/vmx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ You can tune this delay on a per-builder basis by specifying
950950

951951
- `winrm_insecure` (bool) - If `true`, do not check server certificate chain and host name.
952952

953-
- `winrm_use_ntlm` (bool) - If `true`, NTLMv2 authentication (with session security) will be used
953+
- `winrm_use_ntlm` (boolean) - If `true`, NTLMv2 authentication (with session security) will be used
954954
for WinRM, rather than default (basic authentication), removing the
955955
requirement for basic authentication to be enabled within the target
956956
guest. Further reading for remote connection authentication can be found

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This plugin supports the following desktop hypervisors.
5050
5151
**Go**:
5252

53-
- [Go 1.25.8][golang-install] is required to build the plugin from source.
53+
- [Go 1.25.10][golang-install] is required to build the plugin from source.
5454

5555
## Installation
5656

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/vmware/packer-plugin-vmware
22

3-
go 1.25.8
3+
go 1.25.10
44

55
require (
66
github.com/google/go-cmp v0.7.0
77
github.com/hashicorp/go-version v1.9.0
88
github.com/hashicorp/hcl/v2 v2.24.0
9-
github.com/hashicorp/packer-plugin-sdk v0.6.7
9+
github.com/hashicorp/packer-plugin-sdk v0.6.8
1010
github.com/stretchr/testify v1.11.1
1111
github.com/tenthirtyam/go-vnc v1.0.0
1212
github.com/zclconf/go-cty v1.16.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO
239239
github.com/hashicorp/mdns v1.0.4/go.mod h1:mtBihi+LeNXGtG8L9dX59gAEa12BDtBQSp4v/YAJqrc=
240240
github.com/hashicorp/memberlist v0.5.0 h1:EtYPN8DpAURiapus508I4n9CzHs2W+8NZGbmmR/prTM=
241241
github.com/hashicorp/memberlist v0.5.0/go.mod h1:yvyXLpo0QaGE59Y7hDTsTzDD25JYBZ4mHgHUZ8lrOI0=
242-
github.com/hashicorp/packer-plugin-sdk v0.6.7 h1:R6xO8j5GUT1AC+1CmDvXCjjiCDndWbIA1O7jJ3MeTVs=
243-
github.com/hashicorp/packer-plugin-sdk v0.6.7/go.mod h1:J+hZE+SdN0MPCZLmoRPSrqg4YuP/mXTuuVqiAYbDVfw=
242+
github.com/hashicorp/packer-plugin-sdk v0.6.8 h1:uBINKQOqcxb9ERgWm16Rdbcxj91Iyq2g1RVCuUsEN7I=
243+
github.com/hashicorp/packer-plugin-sdk v0.6.8/go.mod h1:TvwlqryoWOljacuCtF5SKOg3Kz2sgydRVJzqY/S3PkY=
244244
github.com/hashicorp/serf v0.10.1 h1:Z1H2J60yRKvfDYAOZLd2MU0ND4AH/WDz7xYHDWQsIPY=
245245
github.com/hashicorp/serf v0.10.1/go.mod h1:yL2t6BqATOLGc5HF7qbFkTfXoPIY0WZdWHfEvMqbG+4=
246246
github.com/hashicorp/vault/api v1.14.0 h1:Ah3CFLixD5jmjusOgm8grfN9M0d+Y8fVR2SW0K6pJLU=

0 commit comments

Comments
 (0)