Skip to content

Releases: hashicorp/packer-plugin-alicloud

v1.1.2

05 Jun 14:54
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

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

v1.1.1

16 Oct 17:04
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Added feature to build using an Existing available EIP (Elastic IP) by @niklas-nielsen in #124

Doc improvements 📚

  • Migration plugin docs to integration framework by @nywilken in #123
  • Remove installation details from builder page by @nywilken in #127

Other Changes

New Contributors

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

v1.1.0

16 Mar 18:56
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • fix confused parameter ram_role_name to ecs_ram_role_name by @alexyueer in #105

Bug fixes🧑‍🔧 🐞

Other Changes

Full Changelog: v1.0.7...v1.1.0

v1.0.7

19 Jan 21:21
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug fixes🧑‍🔧 🐞

Other Changes

New Contributors

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

v1.0.6

16 Dec 15:57
Compare
Choose a tag to compare

What's Changed

Bug fixes🧑‍🔧 🐞

  • Fix "Failed to get private ip of instance" error when ssh_private_ip is set to true by @bittopaz in #98

Doc improvements 📚

  • Add minimum RAM permission for the doc by @binkesi in #84

Other Changes

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

16 Nov 00:53
c13984f
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add ram_role_arn and ram_session_name arguments to allow authentication with RamRoleArn mode by @wgjak47 in #79

Bug fixes🧑‍🔧 🐞

  • Pass the correct "security group name" to the downstream process by @codeloversa in #87

Doc improvements 📚

Other Changes

  • Update Plugin binary releases to match Packer by @nywilken in #73
  • [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #76
  • docs: fix references to internal documentation by @lbajolet-hashicorp in #83
  • Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.3.2 by @dependabot in #72

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

06 Sep 19:07
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Allow for the configuration of an EIP when using ssh_private_ip by @bittopaz in #52
  • Add ResourceGroupId Parameter by @alexyueer #67

Other Changes

  • Address various issues identified by Go ci checks by @nywilken in #70

Full Changelog: v1.0.2...v1.0.4

v1.0.2

25 May 14:56
1ccddd9
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

Other Changes

  • goreleaser: auto-generate changelog file by @azr in #51
  • Update release signing configuration by @nywilken in #54

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

v1.0.1

04 Nov 09:38
@azr azr
f7f3fe4
Compare
Choose a tag to compare
Add run_tags configuration to builder (#40)

* Add run_tags configuration to builder

* Update docs

* Include run_tags field in the examples

v1.0.0

14 Jun 15:25
Compare
Choose a tag to compare
add changelog