|
1 | | -releases: |
2 | | - |
3 | | - v0.1: |
4 | | - * Implement minimal functionality for create network and virtual machine |
5 | | - based on embeded template. |
6 | | - |
7 | | - v0.2: |
8 | | - * Add arm support and autogenerate mac addresses in examples |
9 | | - |
10 | | - v0.3: |
11 | | - * Fix network validation and use virtio devices in embeded templates |
12 | | - |
13 | | - v0.4: |
14 | | - * Add cluster example with external ip support |
15 | | - * Add backup/restore suport for vm |
16 | | - * Support for statistics workflow |
17 | | - |
18 | | - v0.4.1: Add support for disk/network backup/snapshots |
19 | | - |
20 | | - v0.5.0: |
21 | | - * Support for reuse external network |
22 | | - * Support for kvm virtualization in embeded examples |
23 | | - |
24 | | - v0.6.0: |
25 | | - * Support for dump full vm snapshot to fs on backup |
26 | | - * Update start action for fill in `network` in vm runtime properties |
27 | | - * Cluster Example: Automatically add libvirt host to trusted |
28 | | - * Support for reuse external vm |
29 | | - * move use_external_resource to top of instance properties |
30 | | - * add `update` action for sync vm size to values from runtime properties. |
31 | | - * rename `memory_size` to `memory_maxsize` |
32 | | - |
33 | | - v0.7.0: |
34 | | - * Support storage pool creation. |
35 | | - * Rename `params.resource_id` to `params.name`. |
36 | | - * Support creation snapshot on external resources. |
37 | | - |
38 | | - v0.8.0: |
39 | | - * Support storage volume creation. |
40 | | - |
41 | | - v0.8.1: |
42 | | - * Fix volume wipe code. |
43 | | - |
44 | | - v0.9.0: |
45 | | - * Support download image contwent from external resource |
46 | | - |
47 | | - v0.9.1: |
48 | | - * Apply futurize fixes for python3 |
49 | | - * Port source code to python3 |
50 | | - |
51 | | - v0.9.1.1: |
52 | | - * Testing webhook for Marketplace scraping |
| 1 | +0.1: Implement minimal functionality for create network and virtual machine based on embeded template. |
| 2 | +0.2: Add arm support and autogenerate mac addresses in examples |
| 3 | +0.3: Fix network validation and use virtio devices in embeded templates |
| 4 | +0.4: |
| 5 | + - Add cluster example with external ip support |
| 6 | + - Add backup/restore suport for vm |
| 7 | + - Support for statistics workflow |
| 8 | +0.4.1: Add support for disk/network backup/snapshots |
| 9 | +0.5.0: |
| 10 | + - Support for reuse external network |
| 11 | + - Support for kvm virtualization in embeded examples |
| 12 | +0.6.0: |
| 13 | + - Support for dump full vm snapshot to fs on backup |
| 14 | + - Update start action for fill in `network` in vm runtime properties |
| 15 | + - Cluster Example: Automatically add libvirt host to trusted |
| 16 | + - Support for reuse external vm |
| 17 | + - move use_external_resource to top of instance properties |
| 18 | + - add `update` action for sync vm size to values from runtime properties. |
| 19 | + - rename `memory_size` to `memory_maxsize` |
| 20 | +0.7.0: |
| 21 | + - Support storage pool creation. |
| 22 | + - Rename `params.resource_id` to `params.name`. |
| 23 | + - Support creation snapshot on external resources. |
| 24 | +0.8.0: |
| 25 | + - Support storage volume creation. |
| 26 | +0.8.1: |
| 27 | + - Fix volume wipe code. |
| 28 | +0.9.0: |
| 29 | + - Support download image contwent from external resource |
| 30 | +0.9.1: |
| 31 | + - Apply futurize fixes for python3 |
| 32 | + - Port source code to python3 |
| 33 | +0.9.1.1: Testing webhook for Marketplace scraping |
| 34 | +0.9.2: Rerelease for build system. |
0 commit comments