-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog
80 lines (43 loc) · 1.46 KB
/
changelog
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
RADL 1.00
* First version outside the IM service
RADL 1.01
* Bugfix in RADL json with units
RADL 1.02
* Enable to return complex values in Features.getValue function
RADL 1.03
* Bugfix using a list of URLs in disk.0.image.url in RADL in JSON format
RADL 1.04
* Add support for python 3.
RADL 1.05
* Fix error in some cases if the image.url is an unicode.
RADL 1.06
* Fix error with character "-" in system names.
RADL 1.10
* Enable to specify a port range in outports: 1:10/tcp.
* New class outpots to store OutPorts data: now network.parseOutPorts returns list of outports objects.
* Fix error getting IP of system in case of two nets and first one does not have an ip assigned.
RADL 1.11
* Fix error adding new aspect with replace option.
RADL 1.12
* Avoid restrictions in disk.*.type enhancement.
* Minor security change.
RADL 1.13
* Enable to set float values as cpu.count
RADL 1.14
* Enable to specify an ansible version to install per infrastructure
* Error validating types
RADL 1.15
* Fix error with no options
RADL 1.16
* Enable to define an empty configure
RADL 1.20
* Add remote cidr definition in outports
RADL 1.31
* Fix error: description is not returned in str of RADL.
RADL 1.32
* Error parsing net_interface.0.additional_dns_names in json.
RADL 1.33
* Minor internal code changes.
* Add remove_net_interface function.
RADL 1.34
* Add XiBytes units