Skip to content

Releases: hashicorp/packer-plugin-yandex

v1.1.3

28 Nov 17:51
Compare
Choose a tag to compare

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 📚

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

05 Jul 12:23
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add storage_endpoint argument to allow specifying custom post-processing storage endpoints by @karitra in #43

Bug fixes🧑‍🔧 🐞

Other Changes

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

25 May 14:30
Compare
Choose a tag to compare

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

14 Mar 16:36
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

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

07 Dec 15:55
Compare
Choose a tag to compare

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

02 Sep 08:54
@azr azr
553bde7
Compare
Choose a tag to compare
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

01 Sep 15:15
@azr azr
Compare
Choose a tag to compare
go mod tidy -go=1.17 && go fmt ./...

v1.0.0

15 Jun 04:12
Compare
Choose a tag to compare
cut v1.0.0 release

v0.0.4

22 Apr 14:47
Compare
Choose a tag to compare
Update post-processor.go