VHD: revert version increment

This commit is contained in:
Nicolas Raynaud
2018-10-11 07:15:50 -07:00
parent 91b2456c15
commit c426d0328f
5 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,6 @@
- [Usage Report] Add IOPS read/write/total per VM [#3309](https://github.com/vatesfr/xen-orchestra/issues/3309) (PR [#3455](https://github.com/vatesfr/xen-orchestra/pull/3455))
- [Self service] Sort resource sets by name (PR [#3507](https://github.com/vatesfr/xen-orchestra/pull/3507))
- [VHD] expose the file size on the VHD stream, necessary to be compatible with a future version of vhd-tool ( https://github.com/xapi-project/vhd-tool/commit/f978789dc45e9339ef2c6a4248984d54714043a7 )
- [Usage Report] Add top 3 SRs which use the most IOPS read/write/total [#3306](https://github.com/vatesfr/xen-orchestra/issues/3306) (PR [#3508](https://github.com/vatesfr/xen-orchestra/pull/3508))
- [New VM] Display a warning when the memory is below the template memory static min [#3496](https://github.com/vatesfr/xen-orchestra/issues/3496) (PR [#3513](https://github.com/vatesfr/xen-orchestra/pull/3513))
- [Backup NG form] Add link to plugins setting [#3457](https://github.com/vatesfr/xen-orchestra/issues/3457) (PR [#3514](https://github.com/vatesfr/xen-orchestra/pull/3514))

View File

@@ -30,7 +30,7 @@
"cli-progress": "^2.0.0",
"exec-promise": "^0.7.0",
"struct-fu": "^1.2.0",
"vhd-lib": "^0.3.3"
"vhd-lib": "^0.3.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "vhd-lib",
"version": "0.3.3",
"version": "0.3.2",
"license": "AGPL-3.0",
"description": "Primitives for VHD file handling",
"keywords": [],

View File

@@ -1,6 +1,6 @@
{
"name": "xo-server",
"version": "5.29.0",
"version": "5.28.0",
"license": "AGPL-3.0",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -112,7 +112,7 @@
"tmp": "^0.0.33",
"uuid": "^3.0.1",
"value-matcher": "^0.2.0",
"vhd-lib": "^0.3.3",
"vhd-lib": "^0.3.2",
"ws": "^6.0.0",
"xen-api": "^0.19.0",
"xml2js": "^0.4.19",

View File

@@ -28,7 +28,7 @@
"pipette": "^0.9.3",
"promise-toolbox": "^0.10.1",
"tmp": "^0.0.33",
"vhd-lib": "^0.3.3"
"vhd-lib": "^0.3.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",