Releases: hashicorp/packer-plugin-ansible
v1.1.2
What's Changed
Other Changes
- Bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2 by @dependabot in #177
- GNUmakefile: make dev uses packer for install by @lbajolet-hashicorp in #183
- [HPR-1702] build: Add LICENSE file to release artifacts by @nywilken in #184
- Bump github.com/hashicorp/packer-plugin-sdk from 0.5.2 to 0.5.4 by @dependabot in #192
- chore: update
version.go
by @tenthirtyam in #198
New Contributors
- @tenthirtyam made their first contribution in #198
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
Bug fixes🧑🔧 🐞
- Fix quoting of arguments passed through ansible_ssh_extra_args by @Jackenmen in #169
Doc improvements 📚
- Fixed a bug in Config-not-required.mdx documentation by @denisse-dev in #86
- Migration plugin docs to integration framework by @nywilken in #170
- docs: fix link for ansible-local by @lbajolet-hashicorp in #171
Other Changes
- Release 1.1.0 by @lbajolet-hashicorp in #164
- go.mod: bump go version from 1.18 to 1.19 by @lbajolet-hashicorp in #166
- Bump github.com/hashicorp/packer-plugin-sdk from 0.4.0 to 0.5.1 by @dependabot in #167
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #172
- makefile: remove old docs targets by @lbajolet-hashicorp in #175
New Contributors
- @denisse-dev made their first contribution in #86
- @Jackenmen made their first contribution in #169
Full Changelog: v1.1.0...v1.1.1
v1.1.0
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 🎉
- provisioner: add winrm_use_ssl arg to provisioner by @lbajolet-hashicorp in #160
Bug fixes🧑🔧 🐞
- adapter: use ECDSA keys for adapter instead of RSA by @lbajolet-hashicorp in #162
Doc improvements 📚
- docs: remove misconstructed tabs by @lbajolet-hashicorp in #154
Other Changes
- Put in dev mode by @nywilken in #153
- cleanup github workflows by @lbajolet-hashicorp in #161
Full Changelog: v1.0.4...v1.1.0
v1.0.4
What's Changed
Doc improvements 📚
- docs: Fix small typo by @imphil in #108
- docs: fix typo in parameter name for troubleshooting section by @drewmullen in #149
- Update doc links for Developer documentation portal by @nywilken in #125
- Adding example of using azure-arm and WinRm by @philthynz in #123
Other Changes
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #102
- Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 by @dependabot in #103
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #109
- Update Plugin binary releases to match Packer by @nywilken in #118
- Fix ci by @lbajolet-hashicorp in #119
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #121
- docs: fix references to internal documentation by @lbajolet-hashicorp in #126
- docs: fix link to packer docs by @lbajolet-hashicorp in #127
- go.mod: bump go version from 1.17 to 1.18 by @lbajolet-hashicorp in #132
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.4.0 by @dependabot in #143
- .gitignore: ignore crash.log by @lbajolet-hashicorp in #151
- Build plugin for illumos. by @jperkin in #141
- Fix missing space between ssh extra args by @rodolpheche in #150
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #138
- Bump version for release by @nywilken in #152
New Contributors
- @lbajolet-hashicorp made their first contribution in #102
- @imphil made their first contribution in #108
- @hashicorp-copywrite made their first contribution in #121
- @drewmullen made their first contribution in #149
- @philthynz made their first contribution in #123
- @jperkin made their first contribution in #141
- @rodolpheche made their first contribution in #150
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
v1.0.1
What's Changed
Exciting New Features 🎉
Bug fixes🧑🔧 🐞
Doc improvements 📚
- update ansible docs to remove references to WinRMPassword by @SwampDragons in #60
New Contributors
- @ripa1993 made their first contribution in #59
- @SwampDragons made their first contribution in #60
- @ksatirli made their first contribution in #63
- @azr made their first contribution in #64
- @LiamBull made their first contribution in #77
Full Changelog: v1.0.0...v1.0.1
v1.0.0
cut release v1.0.0
v0.0.3
Revert "bump version internally to 0.0.4 dev" This reverts commit bf8b1ca7ce4a87aafbac72ed31f3e23eec82d1cd.
v0.0.2
update CHANGELOG