feat(xen-api): 0.35.1

This commit is contained in:
Julien Fontanet 2021-10-29 15:50:05 +02:00
parent a637af395d
commit ee0c6d7f8b
8 changed files with 8 additions and 10 deletions

View File

@ -18,7 +18,7 @@
"preferGlobal": true,
"dependencies": {
"golike-defer": "^0.5.1",
"xen-api": "^0.35.0"
"xen-api": "^0.35.1"
},
"scripts": {
"postversion": "npm publish"

View File

@ -58,7 +58,7 @@
"source-map-support": "^0.5.16",
"stoppable": "^1.0.6",
"xdg-basedir": "^4.0.0",
"xen-api": "^0.35.0",
"xen-api": "^0.35.1",
"xo-common": "^0.7.0"
},
"devDependencies": {

View File

@ -25,7 +25,7 @@
"xo-common": "^0.7.0"
},
"peerDependencies": {
"xen-api": "^0.35.0"
"xen-api": "^0.35.1"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -34,7 +34,7 @@
- xo-server-netbox 0.3.3
- vhd-lib 1.3.0
- xen-api 0.35.0
- xen-api 0.35.1
- @xen-orchestra/xapi 0.8.0
- @xen-orchestra/backups 0.15.1
- 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))
- [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

View File

@ -27,5 +27,3 @@
> - major: if the change breaks compatibility
>
> In case of conflict, the highest (lowest in previous list) `$version` wins.
- xen-api patch

View File

@ -39,7 +39,7 @@
"human-format": "^0.11.0",
"lodash": "^4.17.4",
"pw": "^0.0.4",
"xen-api": "^0.35.0"
"xen-api": "^0.35.1"
},
"devDependencies": {
"@babel/cli": "^7.1.5",

View File

@ -1,7 +1,7 @@
{
"private": false,
"name": "xen-api",
"version": "0.35.0",
"version": "0.35.1",
"license": "ISC",
"description": "Connector to the Xen API",
"keywords": [

View File

@ -125,7 +125,7 @@
"vhd-lib": "^1.3.0",
"ws": "^7.1.2",
"xdg-basedir": "^4.0.0",
"xen-api": "^0.35.0",
"xen-api": "^0.35.1",
"xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.5.0",
"xo-common": "^0.7.0",