Posts in 2022
-
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 ARM/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 …