Skip to content

Releases: digitalocean/packer-plugin-digitalocean

v1.3.1

28 Jun 21:53
1a7fa3f
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.3.0...v1.3.1

v1.3.0

13 Feb 19:56
109b401
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • builder: initiate image transfers in parallel and make timeout configurable. by @andrewsomething in #126

Other Changes

Full Changelog: v1.2.2...v1.3.0

v1.2.2

08 Feb 00:21
29bab41
Compare
Choose a tag to compare

What's Changed

Bug fixes🧑‍🔧 🐞

Other Changes

Full Changelog: v1.2.1...v1.2.2

v1.2.1

20 Dec 22:32
11401db
Compare
Choose a tag to compare

What's Changed

Bug fixes🧑‍🔧 🐞

  • if ssh_key_id is specified don't import ssh public key by @pragnesh in #118

Other Changes

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 Aug 21:49
3da5282
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.1.1...v1.2.0

v1.1.1

08 Sep 14:23
8ec9e20
Compare
Choose a tag to compare

What's Changed

Other Changes

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

v1.1.0

08 Sep 17:57
b20096b
Compare
Choose a tag to compare

Note: No release artifacts were generated for this release due to an issue with the release pipeline. This was fixed in a followup release, v1.1.1.

What's Changed

Exciting New Features 🎉

Other Changes

New Contributors

Full Changelog: v1.0.8...v1.1.0

v1.0.8

22 Jul 15:38
7a89681
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.0.7...v1.0.8

v1.0.7

19 Jul 18:31
6aad451
Compare
Choose a tag to compare

Note

The v0.3.0 release of the Packer plugin SDK contains the following changes which will may affect the downloading of external files such as ISOs used by this plugin.

  • Default timeouts have been added to the GitGetter, HgGetter, S3Getter, and GcsGetter getters to mitigate against resource exhaustion when calling out to external command line applications.
  • Support for the X-Terraform-Get header has been disabled to mitigate against protocol switching, endless redirect, and configuration bypass abuse of custom HTTP response header processing.
  • The default go-getter client has been updated to prevent arbitrary host access via go-getter's path traversal, symlink processing, and command injection flaws.

See Security Options for more details.

What's Changed

Other Changes

  • Added release binaries for the supported distributions NetBSD, OpenBSD, and Solaris.
  • Bump github.com/hashicorp/packer-plugin-sdk from 0.2.13 to 0.3.0 by @dependabot in #55
  • goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #56
  • Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 by @dependabot in #57

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

25 May 15:05
0eafa30
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.0.5...v1.0.6