feat(xen-api): 0.35.1
This commit is contained in:
parent
a637af395d
commit
ee0c6d7f8b
@ -18,7 +18,7 @@
|
|||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"golike-defer": "^0.5.1",
|
"golike-defer": "^0.5.1",
|
||||||
"xen-api": "^0.35.0"
|
"xen-api": "^0.35.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postversion": "npm publish"
|
"postversion": "npm publish"
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
"source-map-support": "^0.5.16",
|
"source-map-support": "^0.5.16",
|
||||||
"stoppable": "^1.0.6",
|
"stoppable": "^1.0.6",
|
||||||
"xdg-basedir": "^4.0.0",
|
"xdg-basedir": "^4.0.0",
|
||||||
"xen-api": "^0.35.0",
|
"xen-api": "^0.35.1",
|
||||||
"xo-common": "^0.7.0"
|
"xo-common": "^0.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
"xo-common": "^0.7.0"
|
"xo-common": "^0.7.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"xen-api": "^0.35.0"
|
"xen-api": "^0.35.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
|
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
- xo-server-netbox 0.3.3
|
- xo-server-netbox 0.3.3
|
||||||
- vhd-lib 1.3.0
|
- vhd-lib 1.3.0
|
||||||
- xen-api 0.35.0
|
- xen-api 0.35.1
|
||||||
- @xen-orchestra/xapi 0.8.0
|
- @xen-orchestra/xapi 0.8.0
|
||||||
- @xen-orchestra/backups 0.15.1
|
- @xen-orchestra/backups 0.15.1
|
||||||
- vhd-cli 0.5.0
|
- vhd-cli 0.5.0
|
||||||
@ -190,7 +190,7 @@
|
|||||||
|
|
||||||
- [Smart backup] Report missing pools [#2844](https://github.com/vatesfr/xen-orchestra/issues/2844) (PR [#5768](https://github.com/vatesfr/xen-orchestra/pull/5768))
|
- [Smart backup] Report missing pools [#2844](https://github.com/vatesfr/xen-orchestra/issues/2844) (PR [#5768](https://github.com/vatesfr/xen-orchestra/pull/5768))
|
||||||
- [Metadata Backup] Add a warning on restoring a metadata backup (PR [#5769](https://github.com/vatesfr/xen-orchestra/pull/5769))
|
- [Metadata Backup] Add a warning on restoring a metadata backup (PR [#5769](https://github.com/vatesfr/xen-orchestra/pull/5769))
|
||||||
- [Netbox] [Plugin](https://xen-orchestra.com/docs/advanced.html#netbox) to synchronize pools, VMs and IPs with [Netbox](https://netbox.readthedocs.io/en/stable/) (PR [#5783](https://github.com/vatesfr/xen-orchestra/pull/5783))
|
- [Netbox][plugin](https://xen-orchestra.com/docs/advanced.html#netbox) to synchronize pools, VMs and IPs with [Netbox](https://netbox.readthedocs.io/en/stable/) (PR [#5783](https://github.com/vatesfr/xen-orchestra/pull/5783))
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
|
@ -27,5 +27,3 @@
|
|||||||
> - major: if the change breaks compatibility
|
> - major: if the change breaks compatibility
|
||||||
>
|
>
|
||||||
> In case of conflict, the highest (lowest in previous list) `$version` wins.
|
> In case of conflict, the highest (lowest in previous list) `$version` wins.
|
||||||
|
|
||||||
- xen-api patch
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
"human-format": "^0.11.0",
|
"human-format": "^0.11.0",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"pw": "^0.0.4",
|
"pw": "^0.0.4",
|
||||||
"xen-api": "^0.35.0"
|
"xen-api": "^0.35.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.1.5",
|
"@babel/cli": "^7.1.5",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": false,
|
"private": false,
|
||||||
"name": "xen-api",
|
"name": "xen-api",
|
||||||
"version": "0.35.0",
|
"version": "0.35.1",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"description": "Connector to the Xen API",
|
"description": "Connector to the Xen API",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -125,7 +125,7 @@
|
|||||||
"vhd-lib": "^1.3.0",
|
"vhd-lib": "^1.3.0",
|
||||||
"ws": "^7.1.2",
|
"ws": "^7.1.2",
|
||||||
"xdg-basedir": "^4.0.0",
|
"xdg-basedir": "^4.0.0",
|
||||||
"xen-api": "^0.35.0",
|
"xen-api": "^0.35.1",
|
||||||
"xo-acl-resolver": "^0.4.1",
|
"xo-acl-resolver": "^0.4.1",
|
||||||
"xo-collection": "^0.5.0",
|
"xo-collection": "^0.5.0",
|
||||||
"xo-common": "^0.7.0",
|
"xo-common": "^0.7.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user