Skip to content

Releases: hashicorp/packer-plugin-sdk

v0.6.7

25 Mar 16:22
b96d186

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.6.6...v0.6.7

v0.6.6

13 Mar 07:02
3bbb0fb

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.6.5...v0.6.6

v0.6.5

20 Jan 06:20
af359ca

Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v0.6.4...v0.6.5

v0.6.4

09 Oct 08:41
2c863a9

Choose a tag to compare

What's Changed

  • Fixed sporadic issues affecting the PowerShell provisioner in #305

Other Changes

Full Changelog: v0.6.3...v0.6.4

v0.6.3

08 Sep 09:29
28efdc8

Choose a tag to compare

What's Changed

Other Changes

  • fix(winrm): catch cmd err from winrm by @anurag5sh in #298
  • fixing acceptance tests for shell and shell-local. by @kp2099 in #300

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

24 Jun 15:41
d2010b9

Choose a tag to compare

What's Changed

Doc improvements 📚

Other Changes

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

31 Mar 18:31

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

21 Jan 00:17

Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Support raw/plain secret pull from AWS Secret Manager by @obabec in #269
  • Add support for aix/ppc64 build by @jtroy in #263
  • Ability to change the HTTP network protocol by @ejdre-vestas in #257
  • commonsteps: StepDownload timeout override by @mogrogan in #272

Other Changes

New Contributors

Full Changelog: v0.5.4...v0.6.0

v0.5.4

18 Jun 16:32

Choose a tag to compare

Upgrade notes

Upgrading to this release may fail until you've applied one of the fixes documented in #187 (comment). Consumers of the Packer plugin SDK require a replace directive within their plugin's go module file to point to a compatible version of go-cty.

The replace directive subject to change in future releases can be applied by running the packer-sdc fix sub-command to apply the replace directive to your plugin with a recommended version of the go-cty fork.

Plugins already working with Packer Plugin SDK v0.5.2 are advised to apply the updated SDK fixes by re-running packer-sdc fix against the plugin's root directory.

What's Changed

Doc improvements 📚

Other Changes

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

16 Apr 14:28

Choose a tag to compare

Upgrade notes

Upgrading to this release may fail until you've applied one of the fixes documented in #187 (comment). Consumers of the Packer plugin SDK require a replace directive within their plugin's go module file to point to a compatible version of go-cty.

The replace directive subject to change in future releases can be applied by running the packer-sdc fix sub-command to apply the replace directive to your plugin with a recommended version of the go-cty fork.

Plugins already working with Packer Plugin SDK v0.5.2 are advised to apply the updated SDK fixes by re-running packer-sdc fix against the plugin's root directory.

What's Changed

Exciting New Features 🎉

Other Changes

Full Changelog: v0.5.2...v0.5.3