summaryrefslogtreecommitdiff
path: root/NEWS
blob: b64b2b53c99beb2e9acc4f2f46139949c9626a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Release notes for vmadm

vmadm is a tool to create and destroy virtual machines running under a
local libvirt. This file documents important or user-visible changes
from release to release.

## Version 0.2.0+git, NOT YET RELEASED

This is a bug fix release. Previously, a VM created by vmadm had the
cloud-init configuration ISO attached, but since it was a temporary
file, it didn't exist. This prevented a VM from being turned off and
back on again. This is now fixed: the ISO file is detached after the
VM has booted the first time.

## Version 0.2.0, released 2021-03-13

This is the first release. It can create and destroy virtual machines
listed in a specification file, and list all virtual machines running
under libvirt. It's just barely usable.