hashicorp / packer-plugin-chef

This Packer provisioner is no longer being maintained and has been archived. Users are encouraged to use the shell or shell-local provisioner to run the provisioning tools made available by this plugin. If interested in maintaining this plugin please reach out to us at packer@hashicorp.com.
https://www.packer.io/docs/provisioners/chef-solo
Mozilla Public License 2.0
0 stars 6 forks source link

Bump github.com/hashicorp/packer-plugin-sdk from 0.1.4 to 0.2.0 #4

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps github.com/hashicorp/packer-plugin-sdk from 0.1.4 to 0.2.0.

Changelog

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

0.2.0 (April 16, 2021)

  • Add packer-sdc command that will help Plugin maintainers and Packer maintainers to generate the docs and the HCL2 glue code.

0.1.3 (April 07, 2021)

  • Merge pull request #51 from hashicorp/cleanup_acctests
  • Remove packer core dependencies

0.1.2 (April 01, 2021)

  • core: Pin SDK to Golang 1.16 [GH-48]
  • core: Update Packer to v1.7.1

0.1.1 (March 31, 2021)

Notes

In release v0.0.12 a backwards incompatible change was introduced to the packer-plugin-sdk with the update to v1.2.4 for the ugorji/go/codec package. Plugins built with a version of the Packer SDK prior to v0.0.12 are encouraged to update to the latest possible version of the SDK to prevent potential codec marshalling issues with Packer v1.7.0 and higher.

Features

  • commonsteps/http_config: Add http_content configuration option as an alternative method for serving static HTTP content. This option works similar to http_directory but has the ability to serve files that include Go templating variables that can be interpolated at runtime by Packer core. [GH-43]

Improvements

  • didyoumean: Add a "did you mean" package to help find a name from a set of predefined suggestions. [GH-43]

Bugs fixes

  • bootcommand: Fix pageUp and pageDown boot command usb key strokes. [GH-46]

0.1.0 (February 18, 2021)

  • core: Update Packer to v1.7.0 [GH-39]

0.0.14 (February 17, 2021)

... (truncated)

Commits


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)