Releases: veertuinc/packer-plugin-veertu-anka
Releases · veertuinc/packer-plugin-veertu-anka
v4.0.0
v3.2.1
- Updated to use packer 0.5.1 and upgraded go-cty and hcl per hashicorp/packer-plugin-sdk#188
- Bug Fix for clone builder trying to pull "latest" tag, which doesn't exist: #161
v3.2.0
v3.1.1
CLOUD-1256: Fix logic for checking host port duplicate and ignore 0
v3.1.0
Anka 3.2 support:
- Added support for
anka registry --remote
which replaced the older--registry-path
. ANKA_LOG_LEVEL=debug
support so Anka Click Script troubleshooting is possible.- Anka run commands are executed by first opening
sh
and then passing them into STDIN. This is potentially problematic without-s
so we've added it.
v3.0.0
Support for Anka 3.1 (apple silicon / arm). This version does not support Anka 2.x.
Starting in Anka 3.1, the previously manual macOS installation process has been automated and you can expect the same experience as Anka 2.x and the Anka Packer Plugin's create builder.
You can read more about Anka 3.1 here: https://docs.veertu.com/anka/whats-new/anka-3.1.0/
v2.3.2
v2.3.1
v2.3.0
v2.2.0
- sanieldalib/force-push-vm: first pass at adding in force to registry (#91) Co-authored-by: Daniel Salib [email protected]
- better post-processor test
- better docs