Releases: hashicorp/packer-plugin-lxd
Releases · hashicorp/packer-plugin-lxd
v1.0.2
What's Changed
Bug fixes🧑🔧 🐞
Doc improvements 📚
Other Changes
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #44
- Bump github.com/hashicorp/packer-plugin-sdk from 0.2.13 to 0.3.0 by @dependabot in #43
- Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 by @dependabot in #45
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #48
- Update Plugin binary releases to match Packer by @nywilken in #52
- go.mod: run go mod tidy on go.mod/go.sum by @lbajolet-hashicorp in #53
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #55
- go.mod: bump go version from 1.17 to 1.18 by @lbajolet-hashicorp in #60
- .gitignore: ignore .docs by @lbajolet-hashicorp in #61
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.4.0 by @dependabot in #69
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #65
- github: remove test-plugin-example workflow by @lbajolet-hashicorp in #73
- bump go 1.18 to 1.19 by @lbajolet-hashicorp in #77
- Bump github.com/hashicorp/packer-plugin-sdk from 0.4.0 to 0.5.1 by @dependabot in #78
- makefile: remove old docs targets by @lbajolet-hashicorp in #82
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #83
- chore(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2 by @nywilken in #85
New Contributors
- @hashicorp-copywrite made their first contribution in #55
- @Novakov made their first contribution in #75
Full Changelog: v1.0.1...v1.0.2
v1.0.1
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 🎉
- Add option to publish on LXD remote by @xyzroller in #40
Other Changes
- Validate plugin from the packer-sdc plugin-validate command by @azr in #27
- goreleaser: auto-generate changelog file by @azr in #33
- Update release signing configuration by @nywilken in #34
- Add optional value skip_publish by @whywaita in #39
- Fix a bug, skip_publish doesn't create an artifact. by @whywaita in #42
New Contributors
- @azr made their first contribution in #27
- @whywaita made their first contribution in #39
- @xyzroller made their first contribution in #40
Full Changelog: v1.0.0...v1.0.1
v1.0.0
cut release v1.0.0
v0.0.1
Clean up and add multi-component configuration