deps: update module github.com/hashicorp/packer-plugin-sdk to v0.6.9 - #365
Merged
Merged
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-hashicorp-packer-plugin-sdk-0.x
branch
4 times, most recently
from
May 30, 2026 08:40
223474b to
1eb2aba
Compare
renovate
Bot
force-pushed
the
renovate/github.com-hashicorp-packer-plugin-sdk-0.x
branch
4 times, most recently
from
June 8, 2026 09:53
f64a2f1 to
c0b11bf
Compare
renovate
Bot
force-pushed
the
renovate/github.com-hashicorp-packer-plugin-sdk-0.x
branch
from
June 24, 2026 07:31
c0b11bf to
85b822a
Compare
renovate
Bot
force-pushed
the
renovate/github.com-hashicorp-packer-plugin-sdk-0.x
branch
from
June 29, 2026 14:59
85b822a to
38bb98c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.6.7→v0.6.9Release Notes
hashicorp/packer-plugin-sdk (github.com/hashicorp/packer-plugin-sdk)
v0.6.9Compare Source
What's Changed
Other Changes
New Contributors
Full Changelog: hashicorp/packer-plugin-sdk@v0.6.8...v0.6.9
v0.6.8Compare Source
What's Changed
Breaking Changes
communicator:WinRMUseNTLMfield type changed frombooltoconfig.Trilean(#329)Plugins that directly assign or read
WinRM.WinRMUseNTLMwill fail to compile after upgrading to this version. To migrate:WinRMUseNTLM: true→WinRMUseNTLM: config.TriTrueWinRMUseNTLM: false→WinRMUseNTLM: config.TriFalseif c.WinRMUseNTLM {→if c.WinRMUseNTLM.True() {Plugins that only embed
communicator.Configwithout 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)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.