Skip to content

Releases: hashicorp/packer-plugin-googlecompute

v1.1.8

14 Feb 15:50
Compare
Choose a tag to compare

What's Changed

Bug fixesπŸ§‘β€πŸ”§ 🐞

Full Changelog: v1.1.7...v1.1.8

v1.1.7

13 Feb 15:40
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

  • Add source_image to disk_attachment by @adsr in #196
  • add use_internal_ip and omit_external_ip fields to export post-processor by @cmgsj in #211
  • builder: Adds a check for image labels validity for googlecompute builder by @DocEmmetBrown in #240

Bug fixesπŸ§‘β€πŸ”§ 🐞

Doc improvements πŸ“š

Other Changes

  • build(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.4 to 0.6.0 by @dependabot in #244

New Contributors

Full Changelog: v1.1.6...v1.1.7

v1.1.6

08 Aug 14:30
Compare
Choose a tag to compare

What's Changed

Bug fixesπŸ§‘β€πŸ”§ 🐞

Full Changelog: v1.1.5...v1.1.6

v1.1.5

29 Jul 18:21
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

Bug fixesπŸ§‘β€πŸ”§ 🐞

Doc improvements πŸ“š

Other Changes

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4

27 Nov 19:25
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

  • relax GoogleCompute auth file loading to allow OIDC creds by @msarahan in #186
  • feat: add image_source_disk configuration setting by @ericnorris in #190

Bug fixesπŸ§‘β€πŸ”§ 🐞

Other Changes

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.3

24 Oct 14:21
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.1.2...v1.1.3

v1.1.2

11 Oct 16:31
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

  • Add architecture support to googlecompute-import post-processor by @anish in #147
  • change default machine type to e2-standard-2 by @ledmonster in #171
  • feat: adds image_project_id parameter for pushing images to a different GCP project by @opdude in #170

Bug fixesπŸ§‘β€πŸ”§ 🐞

Doc improvements πŸ“š

Other Changes

New Contributors

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

v1.1.1

19 Apr 18:51
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

Doc improvements πŸ“š

  • Docs: invert comment lines for ImageSignatureDB and ImageForbiddenSignaturesDB by @zuc in #148
  • docs/builder: Fix reference to SSH partial by @nywilken in #154

Other Changes

New Contributors

  • @zuc made their first contribution in #148

Full Changelog: v1.1.0...v1.1.1

v1.1.0

11 Jan 21:09
Compare
Choose a tag to compare

Note

In this release the the logic for the wrapper script has been changed so that it sets the metadata status to "error",
when the startup_script_file exits with a non-zero exit code. Since this is treated as an error the builder will fail the build like any other failed provisioner run. Previously when using the wrapped startup script if the executing script failed due to some runtime error the metadata would ignore the non-zero exit code and still mark the status as done. Resulting in a build even though the start script may have failed.

What's Changed

Breaking Changes πŸ› 

  • [HPR-864] Error on wrapped startup script errors by @nywilken in #135

Exciting New Features πŸŽ‰

  • Support for enabling nested virtualization on intermediate instance by @atpons in #123

Doc improvements πŸ“š

  • We should suggest users to use above v1.0.0 by @officer in #130

Other Changes

New Contributors

  • @hashicorp-copywrite made their first contribution in #124
  • @officer made their first contribution in #130
  • @whiteley made their first contribution in #122
  • @atpons made their first contribution in #123

Full Changelog: v1.0.16...v1.1.0

v1.0.16

29 Sep 19:39
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

  • Add support for AlamaLinux, FreeBSD, and HPC cloud images by @maguec in #120

Other Changes

  • Add GHA for running acceptance test nightly by @nywilken in #112
  • Update Plugin binary releases to match Packer by @nywilken in #116

New Contributors

Full Changelog: v1.0.15...v1.0.16