File tree Expand file tree Collapse file tree
.web-docs/components/builder Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11module github.com/vmware/packer-plugin-vmware
22
3- go 1.25.8
3+ go 1.25.10
44
55require (
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
Original file line number Diff line number Diff line change @@ -239,8 +239,8 @@ github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO
239239github.qkg1.top/hashicorp/mdns v1.0.4 /go.mod h1:mtBihi+LeNXGtG8L9dX59gAEa12BDtBQSp4v/YAJqrc =
240240github.qkg1.top/hashicorp/memberlist v0.5.0 h1:EtYPN8DpAURiapus508I4n9CzHs2W+8NZGbmmR/prTM =
241241github.qkg1.top/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 =
244244github.qkg1.top/hashicorp/serf v0.10.1 h1:Z1H2J60yRKvfDYAOZLd2MU0ND4AH/WDz7xYHDWQsIPY =
245245github.qkg1.top/hashicorp/serf v0.10.1 /go.mod h1:yL2t6BqATOLGc5HF7qbFkTfXoPIY0WZdWHfEvMqbG+4 =
246246github.qkg1.top/hashicorp/vault/api v1.14.0 h1:Ah3CFLixD5jmjusOgm8grfN9M0d+Y8fVR2SW0K6pJLU =
You can’t perform that action at this time.
0 commit comments