Skip to content

Bump github.com/hashicorp/packer-plugin-sdk from 0.6.2 to 0.6.9#117

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/hashicorp/packer-plugin-sdk-0.6.9
Open

Bump github.com/hashicorp/packer-plugin-sdk from 0.6.2 to 0.6.9#117
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/hashicorp/packer-plugin-sdk-0.6.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps github.com/hashicorp/packer-plugin-sdk from 0.6.2 to 0.6.9.

Release notes

Sourced from github.com/hashicorp/packer-plugin-sdk's releases.

v0.6.9

What's Changed

Other Changes

New Contributors

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

v0.6.8

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

v0.6.7

What's Changed

Other Changes

... (truncated)

Changelog

Sourced from github.com/hashicorp/packer-plugin-sdk's changelog.

0.6.9 (May 25, 2026)

  • bootcommand: Add mappings for left/right command and option keys GH-293
  • sdk: Add and update copyright headers for compliance GH-332

0.6.8 (May 18, 2026)

  • communicator: Change WinRMUseNTLM from bool to config.Trilean GH-329
  • sdk: Update module dependencies to address authorization bypass vulnerability GH-322
  • sdk: Add and update copyright headers for compliance GH-327

0.3.1 (July 28, 2022)

0.3.0 (June 09, 2022)

  • multistep/commonsteps: Add default timeouts to the GitGetter, HgGetter, S3Getter, and GcsGetter getters to mitigate against resource exhaustion when calling out to external command line applications.
  • multistep/commonsteps: Disable support for the X-Terraform-Get header to mitigate against protocol switching, endless redirect, and configuration bypass abuse of custom HTTP response header processing.
  • multistep/commonsteps: Update settings for the default go-getter client to prevent arbitrary host access via go-getter's path traversal, symlink processing, and command injection flaws.
  • sdk: Bump github.com/hashicorp/go-getter/v2, github.com/hashicorp/go- getter/gcs/v2, github.com/hashicorp/go-getter/s3/v2 to address a number of security vulnerabilities as defined in HCSEC-2022-13

0.2.13 (May 11, 2022)

  • cmd/packer-sdc: Update golang.org/x/tools to fix internal package errors when running code generation commands with Go 1.18 GH-108

0.2.12 (May 03, 2022)

  • provisioner/shell-local: Add env argument to pass env vars through a key value store GH-98
  • provisioner/shell: Add env argument to pass env vars through a key value store GH-98
  • sdk: Bump github.com/hashicorp/go-getter/v2 to v2.0.2 GH-102
  • sdk: Bump github.com/hashicorp/hcl/v2 to v2.12.0 GH-106

... (truncated)

Commits
  • 68d8b8a Merge pull request #333 from hashicorp/cut-release-0.6.9
  • 0856aa5 version: cut release v0.6.9
  • bb30357 Merge pull request #332 from hashicorp/compliance/add-headers
  • 14270c1 Merge pull request #293 from torarnv/add-command-option-bootcommand-keys
  • 52772ab [COMPLIANCE] Add/Update Copyright Headers
  • 5787050 Add bootcommand mappings for left/right command and option keys
  • 9b8ff2c Correct documentation for left/right super key
  • 9883c8e Merge pull request #331 from hashicorp/prep-0.6.9-dev
  • 40d0606 version: prepare release v0.6.9-dev
  • 271cd7b Merge pull request #330 from hashicorp/cut-release-0.6.8
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.6.2 to 0.6.9.
- [Release notes](https://github.com/hashicorp/packer-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/packer-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/packer-plugin-sdk@v0.6.2...v0.6.9)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/packer-plugin-sdk
  dependency-version: 0.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants