File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 6
6
- Convert remaining functions to XAPI calls only
7
7
- Automatically use remote authentication if not running on xcp-ng host
8
8
9
+ ### v1.3.0 - 18 March 2019
10
+ #### Features and Enhancments
11
+ - VDI exports and VM Exports of the same VM #15
12
+ #### Bugs
13
+ - VM can be processed twice if the VM is matched twice within the same list under certain circumstances #16
14
+
9
15
### v1.2.3 - 26 November 2018
10
16
#### Bugs
11
17
- Fixed blank elapsed time for operations less than 1 second
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class Cli(object):
32
32
def __init__ (self ):
33
33
self .logger = getLogger ('onyxbackup' )
34
34
self .program_name = 'OnyxBackupVM'
35
- self .program_version = 'v1.2.3 '
35
+ self .program_version = 'v1.3.0 '
36
36
self .config = self ._setup ()
37
37
38
38
# API Functions
You can’t perform that action at this time.
0 commit comments