Skip to content

deps: update module github.com/hashicorp/packer-plugin-sdk to v0.6.9#365

Merged
jooola merged 1 commit into
mainfrom
renovate/github.com-hashicorp-packer-plugin-sdk-0.x
Jun 30, 2026
Merged

deps: update module github.com/hashicorp/packer-plugin-sdk to v0.6.9#365
jooola merged 1 commit into
mainfrom
renovate/github.com-hashicorp-packer-plugin-sdk-0.x

Conversation

@renovate

@renovate renovate Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v0.6.9

Compare Source

What's Changed

Other Changes

New Contributors

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

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: 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.


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

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

@renovate

renovate Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

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

Details:

Package Change
go 1.25.0 -> 1.25.10
cloud.google.com/go v0.110.8 -> v0.112.2
cloud.google.com/go/compute/metadata v0.3.0 -> v0.9.0
cloud.google.com/go/iam v1.1.3 -> v1.1.6
github.com/go-jose/go-jose/v4 v4.0.5 -> v4.1.4
github.com/google/s2a-go v0.1.7 -> v0.1.9
github.com/google/uuid v1.4.0 -> v1.6.0
github.com/googleapis/enterprise-certificate-proxy v0.3.2 -> v0.3.6
github.com/googleapis/gax-go/v2 v2.12.0 -> v2.14.1
golang.org/x/oauth2 v0.30.0 -> v0.34.0
google.golang.org/api v0.150.0 -> v0.230.0
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b -> v0.0.0-20240213162025-012b6fc9bca9
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/grpc v1.59.0 -> v1.79.3
google.golang.org/protobuf v1.36.8 -> v1.36.10

@renovate renovate Bot requested a review from a team as a code owner May 18, 2026 19:45
@renovate renovate Bot force-pushed the renovate/github.com-hashicorp-packer-plugin-sdk-0.x branch 4 times, most recently from 223474b to 1eb2aba Compare May 30, 2026 08:40
@renovate renovate Bot changed the title deps: update module github.com/hashicorp/packer-plugin-sdk to v0.6.8 deps: update module github.com/hashicorp/packer-plugin-sdk to v0.6.9 May 30, 2026
@renovate renovate Bot force-pushed the renovate/github.com-hashicorp-packer-plugin-sdk-0.x branch 4 times, most recently from f64a2f1 to c0b11bf Compare June 8, 2026 09:53
@renovate renovate Bot force-pushed the renovate/github.com-hashicorp-packer-plugin-sdk-0.x branch from c0b11bf to 85b822a Compare June 24, 2026 07:31
@renovate renovate Bot force-pushed the renovate/github.com-hashicorp-packer-plugin-sdk-0.x branch from 85b822a to 38bb98c Compare June 29, 2026 14:59
@jooola jooola merged commit a1fe459 into main Jun 30, 2026
11 checks passed
@jooola jooola deleted the renovate/github.com-hashicorp-packer-plugin-sdk-0.x branch June 30, 2026 09:09
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