Skip to content

Releases: digitalocean/packer-plugin-digitalocean

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

v1.0.5

05 May 17:11
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.4...v1.0.5

v1.0.4

18 Apr 15:28
20f195c
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add Packer plugin version information to client UserAgent by @bhcleek in #51

Other Changes

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

14 Mar 19:25
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • The environment variable DIGITALOCEAN_API_TOKEN has been deprecated in favor of DIGITALOCEAN_TOKEN or DIGITALOCEAN_ACCESS_TOKEN. The old variable will continue to work but will be removed in a future release.
  • Update ENV VARS to match Terraform Digital Ocean Plugin by @rizkybiz in #44

Other Changes

  • goreleaser: auto-generate changelog file by @azr in #43
  • Update release signing configuration by @nywilken in #45
  • DigitalOcean HCP Packer Support by @rizkybiz in #46

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

18 Jan 17:04
@azr azr
1548b22
Compare
Choose a tag to compare

What's Changed

Doc improvements 📚

Other Changes

  • Validate plugin from the packer-sdc plugin-validate command by @azr in #36

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 Aug 12:14
@azr azr
Compare
Choose a tag to compare
Bump github.com/zclconf/go-cty from 1.9.0 to 1.9.1

Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/zclconf/go-cty/releases)
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zclconf/go-cty/compare/v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/zclconf/go-cty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.0.0

14 Jun 18:09
Compare
Choose a tag to compare
cut v1.0.0

v0.0.2

26 Apr 13:27
@azr azr
2fc6d06
Compare
Choose a tag to compare
Update reference to import-gpg-action (#8)

Signed-off-by: Scott Macfarlane <[email protected]>