Posts in 2022
Anka Build Cloud Controller & Registry Version 1.24.0
Sunday, May 01, 2022 in What's New
Start VM Instance API startup_script monitoring Starting in 1.24.0, you can now pass in extra parameters for Start VM instance API calls that allow greater control over handling failures in the scripts being run as well as the API response JSON …
Anka Build Cloud Controller & Registry Version 1.23.0
Friday, April 01, 2022 in What's New
Request a VM with a specific VLAN Starting in this version you can now set vlan_tag to the targeted VLAN ID in your Controller API calls. View available VLANs attached to a specific Host/Anka Node You can also list all VLAN IDs across all nodes in …
Anka Virtualization 2.5.5
Tuesday, March 29, 2022 in What's New
anka show now displays cpu usage from inside of the VM ❯ anka show test +---------+------------------------------------------+ | uuid | 80f821a2-2a70-4c42-a487-44598736e19f | +---------+------------------------------------------+ | name | test | …
Anka Virtualization 3.0.0
Tuesday, February 08, 2022 in What's New
This is our first full and stable release of the Anka 3 version supporting apple/M1 machines from Apple. You can expect vastly faster performance from builds/tests compared with Intel/Anka 2. This version does not have full feature parity with Anka 2 …
Anka Build Cloud Controller & Registry Version 1.22.0
Monday, January 10, 2022 in What's New
VM Templates, Instances, and Nodes now show architecture (intel or arm) that they support
Posts in 2021
Anka Virtualization 2.5.4
Tuesday, November 23, 2021 in What's New
Ability to find the last time a Template was used Starting in 2.5.4, you can now find the last time a VM/template was used on an Anka Node. This is great if you’re looking to automate the clean up of older templates from nodes when disk usage …
Anka Build Cloud Controller & Registry Version 1.20.0
Monday, November 08, 2021 in What's New
View available/pulled VM Templates on a Node from Controller API curl "http://anka.controller/api/v1/node" -H "Content-Type: application/json" | jq { "body": [ { "node_name": "MacPro-02.local", …
Anka Virtualization 2.5.0
Monday, October 25, 2021 in What's New
Previous tag deletion method has been replaced Previously you had to issue anka delete {template}:{tag} in order to remove a tag locally (for example if you needed to re-push it to the registry). This has been been replaced with anka delete …
Anka Build Cloud Controller & Registry Version 1.18.0
Monday, October 25, 2021 in What's New
Ability to use certs and username/password for etcd connections In previous version of Anka Build Cloud Controller & Registry it was not possible to connect to an external etcd cluster using certificates or a username and password. We have added …