Skip to content

Commit e4d43bd

Browse files
author
Lance Fogle
committed
Prepare for release
1 parent f19afcb commit e4d43bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
- Convert remaining functions to XAPI calls only
77
- Automatically use remote authentication if not running on xcp-ng host
88

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+
915
### v1.2.3 - 26 November 2018
1016
#### Bugs
1117
- Fixed blank elapsed time for operations less than 1 second

onyxbackup-vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Cli(object):
3232
def __init__(self):
3333
self.logger = getLogger('onyxbackup')
3434
self.program_name = 'OnyxBackupVM'
35-
self.program_version = 'v1.2.3'
35+
self.program_version = 'v1.3.0'
3636
self.config = self._setup()
3737

3838
# API Functions

0 commit comments

Comments
 (0)