hashicorp / packer-plugin-sdk

Packer Plugin SDK enables building Packer plugins (builders, provisioners, or post-processors) to manage any service providers or custom in-house solutions
Mozilla Public License 2.0
34 stars 48 forks source link

Bump various dependencies for the plugin SDK #213

Closed nywilken closed 1 year ago

nywilken commented 1 year ago
nywilken commented 1 year ago

Big list of updates! LGTM overall,

Yeah - I took the opportunity to bump a few old dependencies that hand open vulnerabilities. They with the exception of vault and consul are pretty light weight things.

I believe this solves the non-deterministic generation for Azure, correct? Did you find the cause for the generation problems?

I have a separate PR for this still marked as a WIP as I can no reproduce outside of Azure. I validated the fix but there is something about the Azure code structure that confuses golang.org/x/tools/go/packages

The fix is in https://github.com/hashicorp/packer-plugin-sdk/pull/212