Skip to content

Releases: veertuinc/packer-plugin-veertu-anka

v4.0.0

21 May 15:53
Compare
Choose a tag to compare

Support for Packer v1.11.0

v3.2.1

29 Aug 02:14
af323f3
Compare
Choose a tag to compare

v3.2.0

27 Jul 01:54
524bf5b
Compare
Choose a tag to compare
  • Support for using latest or specific macOS version like 13.5 in installer= to rely on Anka to download .app/.ipsw.
  • #157 : support for modifying VM settings on creation, not just clone.

v3.1.1

07 Jun 16:59
856f38e
Compare
Choose a tag to compare

CLOUD-1256: Fix logic for checking host port duplicate and ignore 0

v3.1.0

18 Nov 20:09
d123f52
Compare
Choose a tag to compare

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

18 Oct 01:41
582364f
Compare
Choose a tag to compare

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

05 Aug 21:18
25ffaba
Compare
Choose a tag to compare
  • Solves the bug introduced by #114. The current code assumes registry defined as :, but may be omitted if the standard protocol port is used. The current test passes because testdata has defined. #122
  • go mod updates and new CI/CD release scripts

v2.3.1

20 May 02:07
9756cac
Compare
Choose a tag to compare
  • Removed --debug from anka create as it's not compatible with Anka 3.0
  • Upgraded to use packer-sdc plugin-check | #108
  • Fixed post-processor failure with Anka 3: #109

v2.3.0

17 Feb 01:54
749ac0e
Compare
Choose a tag to compare
  • Now generating an ARM binary.
  • Anka 3: registry-path and remote are now functional
  • Anka 3: Source VMs without a tag are now automatically tagged so that underlying .ank files are shared for clones: #104

v2.2.0

08 Oct 21:23
6b5f3ec
Compare
Choose a tag to compare
  • 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