Skip to content

Releases: hashicorp/packer-plugin-ansible

v1.1.2

10 Oct 20:03
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

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

v1.1.1

27 Nov 19:06
Compare
Choose a tag to compare

What's Changed

Bug fixes🧑‍🔧 🐞

  • Fix quoting of arguments passed through ansible_ssh_extra_args by @Jackenmen in #169

Doc improvements 📚

Other Changes

New Contributors

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

v1.1.0

05 Jun 14:55
Compare
Choose a tag to compare

What's Changed

SSH Keys

When using the Ansible plugin with a proxy (default) setup to communicate over SSH to a target VM/machine, in previous versions of the plugin, we'd generate RSA-2048 keys by default, unless keys were specified manually using the ssh_host_key_file and the corresponding ssh_authorized_key_file values in a template.
This release changes the default type of key to be ECDSA instead. This change was motivated by the recent rejection of ssh-rsa as authorization algorithm in OpenSSH, since this was used to authenticate with the server we start to perform the proxy to the communicator exposed by the chosen builder.
We recognize this might cause users to experience problems if their version of OpenSSH does not support such keys, in which case, we introduced a new option to the configuration: ansible_proxy_key_type. This lets you fallback to RSA is you so choose, and may in the future be used to support alternative key formats.

Exciting New Features 🎉

Bug fixes🧑‍🔧 🐞

Doc improvements 📚

Other Changes

Full Changelog: v1.0.4...v1.1.0

v1.0.4

02 May 17:41
Compare
Choose a tag to compare

What's Changed

Doc improvements 📚

Other Changes

New Contributors

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

v1.0.3

10 Jun 21:03
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

New Contributors

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

v1.0.2

19 May 19:15
Compare
Choose a tag to compare

What's Changed

Other Changes

  • goreleaser: auto-generate changelog file by @azr in #89
  • Update release signing configuration by @nywilken in #94
  • Bumps packer-plugin-sdk from 0.2.11 to 0.2.13

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

v1.0.1

22 Dec 13:23
@azr azr
3078112
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add --force-with-deps option to ansible-galaxy by @LiamBull in #77

Bug fixes🧑‍🔧 🐞

  • hide secrets from extra arguments by @azr in #64

Doc improvements 📚

  • update ansible docs to remove references to WinRMPassword by @SwampDragons in #60

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

14 Jun 15:35
Compare
Choose a tag to compare
cut release v1.0.0

v0.0.3

11 May 18:00
Compare
Choose a tag to compare
Revert "bump version internally to 0.0.4 dev"

This reverts commit bf8b1ca7ce4a87aafbac72ed31f3e23eec82d1cd.

v0.0.2

15 Apr 19:48
Compare
Choose a tag to compare
update CHANGELOG