summaryrefslogtreecommitdiff
path: root/NEWS
blob: 95a3b3a4e4c2632b863e9f77109f7878d5b984e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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.3.0+git, not yet released

This is not yet released.

## Version 0.3.0, released 2021-03-23

This release adds the ability to mark a new VM to be automatically
started when the host starts.

There are also some bug fixes to build-dependencies, but not visible
to those using the software.

## Version 0.2.1, released 2021-03-14

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.