Releases: hashicorp/packer-plugin-docker
Releases · hashicorp/packer-plugin-docker
v1.1.0
What's Changed
Exciting New Features 🎉
- docker: add bootstrap with dockerfiles by @lbajolet-hashicorp in #186
- docker: alternative executables support by @lbajolet-hashicorp in #188
Doc improvements 📚
- Use partials for docs by @lbajolet-hashicorp in #187
Full Changelog: v1.0.11...v1.1.0
v1.0.11
What's Changed
Other Changes
- Bump github.com/hashicorp/packer-plugin-sdk from 0.5.2 to 0.5.4 by @dependabot in #181
- chore: update
version.go
by @tenthirtyam in #183
New Contributors
- @tenthirtyam made their first contribution in #183
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
Bug fixes🧑🔧 🐞
- builder: force an empty cmd/entrypoint if unset by @lbajolet-hashicorp in #177
Other Changes
- docs: mark plugin as hcp ready by @lbajolet-hashicorp in #170
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #169
- use private URLs in EC2 registry post processors HCL example by @joshwizzy in #171
- GNUmakefile: make dev uses packer for install by @lbajolet-hashicorp in #173
- [HPR-1702] build: Add LICENSE file to release artifacts by @nywilken in #174
New Contributors
- @joshwizzy made their first contribution in #171
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
Exciting New Features 🎉
- Support "~/" in host volume path by @smaruy30 in #131
- feat: use CMD/ENTRYPOINT from source image by default by @gardar in #167
Doc improvements 📚
- fix: Tabs syntax in docs by @BRKalow in #113
- Update docs by @devashish-patel in #112
- docs: fix references to internal documentation by @lbajolet-hashicorp in #128
- Document lack of support for parallel
docker login
. by @huyz in #143 - Update README with link to full contribution info by @robmcvey in #135
- docs: fix windows image in example by @lbajolet-hashicorp in #154
- docs: Add missing links to AWS credential guide by @aidan-mundy in #156
- docs: Swap order of HCL2/JSON example code tabs so that the HCL2 tab is the default by @aidan-mundy in #157
- Migration plugin docs to integration framework by @nywilken in #162
Other Changes
- Update Plugin binary releases to match Packer by @nywilken in #120
- Fix lint errors by @lbajolet-hashicorp in #122
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #124
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.4.0 by @dependabot in #148
- .gitignore: ignore crash.log by @lbajolet-hashicorp in #150
- go.mod: bump go version to 1.18 by @lbajolet-hashicorp in #133
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #144
- bump go 1.18 to 1.19 by @lbajolet-hashicorp in #160
- Bump github.com/hashicorp/packer-plugin-sdk from 0.4.0 to 0.5.1 by @dependabot in #161
- makefile: remove old docs targets by @lbajolet-hashicorp in #164
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #165
- Bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2 by @dependabot in #166
New Contributors
- @BRKalow made their first contribution in #113
- @hashicorp-copywrite made their first contribution in #124
- @smaruy30 made their first contribution in #131
- @huyz made their first contribution in #143
- @robmcvey made their first contribution in #135
- @aidan-mundy made their first contribution in #156
- @gardar made their first contribution in #167
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
Other Changes
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #109
- fix: made ECR type checker flexible to accept the server w/o https by @devashish-patel in #111
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
Exciting New Features 🎉
- Add ability to push/pull docker images to/from Amazon ECR Public Gallery by @devashish-patel in #107
Other Changes
- Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 by @dependabot in #104
New Contributors
- @devashish-patel made their first contribution in #107
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
Exciting New Features 🎉
- Support
--platform
docker CLI argument to target the platform specific image architecture by @lifeofguenter in #103
Other Changes
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #102
- Bump github.com/hashicorp/packer-plugin-sdk from 0.2.13 to 0.3.0 by @dependabot in #101
New Contributors
- @lbajolet-hashicorp made their first contribution in #102
- @lifeofguenter made their first contribution in #103
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
Bug fixes🧑🔧 🐞
- docker-push: Use isolated client configuration to prevent the removal of credentials when pushing to multiple registries in parallel by @sudomateo in #96
New Contributors
- @sudomateo made their first contribution in #96
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Note
This release contains the latest golang.org/x/crypto/ssh module which implements client authentication support for signature algorithms based on SHA-2 for use with existing RSA keys. Previously, a client would fail to authenticate with RSA keys to servers that reject signature algorithms based on SHA-1.
What's Changed
Bug fixes🧑🔧 🐞
- Bump packer-plugin-sdk to address legacy SSH key algorithms in SSH communicator
Exciting New Features 🎉
Other Changes
- Validate plugin from the packer-sdc plugin-validate command by @azr in #84
- Replace error on digest errors after docker push with warning message… by @JenGoldstrich in #89
- goreleaser: auto-generate changelog file by @azr in #92
- Update release signing configuration by @nywilken in #93
- Add missing gitignore file by @sestegra in #94
New Contributors
- @JenGoldstrich made their first contribution in #89
- @sestegra made their first contribution in #94
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Bump version