-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG.txt
37 lines (37 loc) · 1.42 KB
/
CHANGELOG.txt
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
32
33
34
35
36
37
0.1: Implement minimal functionality for create network and virtual machine based on embeded template.
0.2: Add arm support and autogenerate mac addresses in examples
0.3: Fix network validation and use virtio devices in embeded templates
0.4:
- Add cluster example with external ip support
- Add backup/restore suport for vm
- Support for statistics workflow
0.4.1: Add support for disk/network backup/snapshots
0.5.0:
- Support for reuse external network
- Support for kvm virtualization in embeded examples
0.6.0:
- Support for dump full vm snapshot to fs on backup
- Update start action for fill in `network` in vm runtime properties
- Cluster Example: Automatically add libvirt host to trusted
- Support for reuse external vm
- move use_external_resource to top of instance properties
- add `update` action for sync vm size to values from runtime properties.
- rename `memory_size` to `memory_maxsize`
0.7.0:
- Support storage pool creation.
- Rename `params.resource_id` to `params.name`.
- Support creation snapshot on external resources.
0.8.0:
- Support storage volume creation.
0.8.1:
- Fix volume wipe code.
0.9.0:
- Support download image contwent from external resource
0.9.1:
- Apply futurize fixes for python3
- Port source code to python3
0.9.1.1: Testing webhook for Marketplace scraping
0.9.2: Rerelease for build system.
0.9.3: Rerelease with rhel8.
0.9.4: Add Passthrough Devices support.
0.9.5: manylinux and dsl 1.5