Skip to content

Update module github.com/hashicorp/packer-plugin-sdk to v0.6.8#94

Merged
freggy merged 1 commit into
mainfrom
renovate/github.com-hashicorp-packer-plugin-sdk-0.x
May 19, 2026
Merged

Update module github.com/hashicorp/packer-plugin-sdk to v0.6.8#94
freggy merged 1 commit into
mainfrom
renovate/github.com-hashicorp-packer-plugin-sdk-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 18, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/hashicorp/packer-plugin-sdk v0.6.7v0.6.8 age confidence

Release Notes

hashicorp/packer-plugin-sdk (github.com/hashicorp/packer-plugin-sdk)

v0.6.8

Compare Source

What's Changed

Breaking Changes
  • communicator: WinRMUseNTLM field type changed from bool to config.Trilean (#​329)

    Plugins that directly assign or read WinRM.WinRMUseNTLM will fail to compile after upgrading to this version. To migrate:

    • WinRMUseNTLM: trueWinRMUseNTLM: config.TriTrue
    • WinRMUseNTLM: falseWinRMUseNTLM: config.TriFalse
    • if c.WinRMUseNTLM {if c.WinRMUseNTLM.True() {

    Plugins that only embed communicator.Config without touching this field directly are unaffected. User-facing HCL/JSON configuration (winrm_use_ntlm = true) continues to work without changes.

Other Changes

New Contributors

Full Changelog: hashicorp/packer-plugin-sdk@v0.6.7...v0.6.8


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 18, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25 -> 1.25.10
github.com/go-jose/go-jose/v4 v4.0.5 -> v4.1.4
golang.org/x/net v0.47.0 -> v0.48.0
google.golang.org/protobuf v1.33.0 -> v1.36.10

@freggy freggy merged commit 3ad2adc into main May 19, 2026
2 checks passed
@renovate renovate Bot deleted the renovate/github.com-hashicorp-packer-plugin-sdk-0.x branch May 19, 2026 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant