- CRT migration changes by @anshulsharma-hashicorp in #210 Change in the release process of the packer plugins binaries to releases it in the HashiCorp official releases site. This change standardizes our release process and ensures a more secure and reliable pipeline for plugin delivery.
- build(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.4 to 0.6.0 by @dependabot[bot] in #200
- build(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.6.0 to 0.6.1 by @dependabot[bot] in #203
- build(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.6.1 to 0.6.2 by @dependabot[bot] in #207
- Update PR template for PCI by @devashish-patel in #206
- Log docker build from Dockerfile for debugging by @radtriste in #204
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite[bot] in #211
- Manifest json change by @anshulsharma-hashicorp in #212
- typo fix by @anshulsharma-hashicorp in #213
- @radtriste made their first contribution in #204
- @anshulsharma-hashicorp made their first contribution in #210
Please refer to releases for the latest CHANGELOG information.
- Add ImageDigest label to HCP Packer registry image metadata, if available. [GH-79] [GH-80]
- Properly set ImageID and related HCP Packer registry labels when set. [GH-78]
Support for the HCP Packer registry is currently in beta and requires Packer v1.7.7 [GH-75]
- Add HCP Packer registry image metadata for all artifacts. [GH-75]
- Add
SourceImageDigestandImageSha256as shared builder information. [GH-75]. - Update plugin to Go 1.17
- Update packer-plugin-sdk to v0.2.7 [GH-74]
- Small refactor to main driver to support the capturing of the image digest for the source image. [GH-75]
1.0.1 is the same as 1.0.0
- Update packer-plugin-sdk to v0.2.3. [GH-56]
- Docker plugin break out from Packer core. Changes prior to break out can be found in Packer's CHANGELOG
- Update packer-plugin-sdk to latest version to fix issue with file provisioner. [GH-24]