feat(xen-api): 0.34.2

This commit is contained in:
Julien Fontanet
2021-09-17 09:23:28 +02:00
parent e89cca7e90
commit e1a3f680f2
8 changed files with 10 additions and 7 deletions

View File

@@ -18,7 +18,7 @@
"preferGlobal": true,
"dependencies": {
"golike-defer": "^0.5.1",
"xen-api": "^0.34.1"
"xen-api": "^0.34.2"
},
"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.34.1",
"xen-api": "^0.34.2",
"xo-common": "^0.7.0"
},
"devDependencies": {

View File

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

View File

@@ -9,6 +9,10 @@
- Fix VM/host stats, VM creation with Cloud-init, and VM backups, with NATted hosts [#5896](https://github.com/vatesfr/xen-orchestra/issues/5896)
- [VM/import] Very small VMDK and OVA files were mangled upon import (PR [#5903](https://github.com/vatesfr/xen-orchestra/pull/5903))
### Released packages
- xen-api 0.34.2
## **5.62.0** (2021-08-31)
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />

View File

@@ -30,7 +30,6 @@
>
> In case of conflict, the highest (lowest in previous list) `$version` wins.
- xen-api patch
- @xen-orchestra/proxy patch
- xo-server patch
- xo-web patch

View File

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

View File

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

View File

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