Releases: hashicorp/packer-plugin-yandex
Releases · hashicorp/packer-plugin-yandex
v1.1.3
What's Changed
Exciting New Features 🎉
- Implement vCPU performance level aka core fraction by @GennadySpb in #81
- Allow direct Qemu-built image artifact upload by @kuzpactor in #85
- Impl use of content of the service account key file in the environment variable
YC_SERVICE_ACCOUNT_KEY_FILE
by @GennadySpb in #82
Doc improvements 📚
- docs: fix references to internal documentation by @lbajolet-hashicorp in #59
- Migration plugin docs to integration framework by @nywilken in #79
- docs: fix links to components by @lbajolet-hashicorp in #90
Other Changes
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #50
- Update Plugin binary releases to match Packer by @nywilken in #54
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #56
- go.mod: bump go version from 1.17 to 1.18 by @lbajolet-hashicorp in #62
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.4.0 by @dependabot in #69
- .gitignore: ignore crash.log by @lbajolet-hashicorp in #73
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #66
- cleanup github workflows by @lbajolet-hashicorp in #75
- 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
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #88
- makefile: remove old docs targets by @lbajolet-hashicorp in #91
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #93
- chore(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2 by @nywilken in #94
New Contributors
- @hashicorp-copywrite made their first contribution in #56
- @kuzpactor made their first contribution in #85
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
Exciting New Features 🎉
- Add storage_endpoint argument to allow specifying custom post-processing storage endpoints by @karitra in #43
Bug fixes🧑🔧 🐞
- Windows-based image and IPv6 network by @DmitryNaumov in #38
Other Changes
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #46
- Bump github.com/hashicorp/packer-plugin-sdk from 0.2.13 to 0.3.0 by @dependabot in #45
- Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 by @dependabot in #47
- Add Direnol to CODEOWNERS by @GennadySpb in #49
New Contributors
- @lbajolet-hashicorp made their first contribution in #46
- @DmitryNaumov made their first contribution in #38
- @karitra made their first contribution in #43
Full Changelog: v1.1.1...v1.1.2
v1.1.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
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
Exciting New Features 🎉
- Support Security Groups IDs by @GennadySpb in #37
Other Changes
- goreleaser: auto-generate changelog file by @azr in #33
- Update release signing configuration by @nywilken in #35
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Validate plugin from the packer-sdc plugin-validate command by @azr in #22
- Feature generate ssh keys using packer sdk by @mrdracon in #25
- Add image_pooled option by @mooncube in #26
- add .github/releases.yml by @azr in #28
- Update plugin dependencies by @nywilken in #30
New Contributors
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Remove dependency to Packer (#13) some post processors are requiring the artifice or file builder in order to extract a string; to know if they can use the artifacts as a source. This comments that for now. We can add this back when Packer 2.0 stops importing plugins.
v1.0.1
v1.0.0
cut v1.0.0 release
v0.0.4
Update post-processor.go