feat: technical release

This commit is contained in:
Julien Fontanet
2021-03-22 09:56:31 +01:00
parent 6d324921a0
commit bdfd9cc617
18 changed files with 50 additions and 44 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"dependencies": {
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.7.0",
"@xen-orchestra/fs": "^0.13.0",
"@xen-orchestra/backups": "^0.7.1",
"@xen-orchestra/fs": "^0.13.1",
"filenamify": "^4.1.0",
"getopts": "^2.2.5",
"limit-concurrency-decorator": "^0.4.0",
+2 -2
View File
@@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"version": "0.7.0",
"version": "0.7.1",
"engines": {
"node": ">=14.5"
},
@@ -36,7 +36,7 @@
"yazl": "^2.5.1"
},
"peerDependencies": {
"@xen-orchestra/xapi": "^0.4.4"
"@xen-orchestra/xapi": "^0.4.5"
},
"license": "AGPL-3.0-or-later",
"author": {
+1 -1
View File
@@ -18,7 +18,7 @@
"preferGlobal": true,
"dependencies": {
"golike-defer": "^0.5.1",
"xen-api": "^0.30.0"
"xen-api": "^0.31.0"
},
"scripts": {
"postversion": "npm publish"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@xen-orchestra/fs",
"version": "0.13.0",
"version": "0.13.1",
"license": "AGPL-3.0-or-later",
"description": "The File System for Xen Orchestra backups.",
"keywords": [],
+5 -5
View File
@@ -36,12 +36,12 @@
"@vates/decorate-with": "^0.0.1",
"@vates/disposable": "^0.1.0",
"@vates/parse-duration": "^0.1.0",
"@xen-orchestra/backups": "^0.7.0",
"@xen-orchestra/backups": "^0.7.1",
"@xen-orchestra/emit-async": "^0.0.0",
"@xen-orchestra/fs": "^0.13.0",
"@xen-orchestra/fs": "^0.13.1",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/self-signed": "^0.1.0",
"@xen-orchestra/xapi": "^0.4.4",
"@xen-orchestra/xapi": "^0.4.5",
"ajv": "^6.10.0",
"app-conf": "^0.9.0",
"async-iterator-to-stream": "^1.1.0",
@@ -65,8 +65,8 @@
"source-map-support": "^0.5.16",
"stoppable": "^1.0.6",
"xdg-basedir": "^4.0.0",
"xen-api": "^0.30.0",
"xo-common": "^0.6.0"
"xen-api": "^0.31.0",
"xo-common": "^0.7.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/xapi",
"version": "0.4.4",
"version": "0.4.5",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
@@ -24,7 +24,7 @@
"rimraf": "^3.0.0"
},
"peerDependencies": {
"xen-api": "^0.30.0"
"xen-api": "^0.31.0"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
+21
View File
@@ -1,5 +1,26 @@
# ChangeLog
## **next**
### Bug fixes
- [Pool] Fix `an error has occurred` when using the "Disconnect" button from the pool page [#5669](https://github.com/vatesfr/xen-orchestra/issues/5669) (PR [#5671](https://github.com/vatesfr/xen-orchestra/pull/5671))
- [Configuration] Automatically connect enabled servers after import [#5660](https://github.com/vatesfr/xen-orchestra/issues/5660) (PR [#5672](https://github.com/vatesfr/xen-orchestra/pull/5672))
- Work-around some `ECONNRESET` errors when connecting to XEN-API (PR [#5674](https://github.com/vatesfr/xen-orchestra/pull/5674))
- [Backup] Retry automatically on `resource temporarily unavailable` error (PR [#5612](https://github.com/vatesfr/xen-orchestra/pull/5612))
- [Backup Restore] Don't break in case of malformed logs
- [Backup Restore] Fix `MESSAGE_METHOD_UNKNOWN(VM.set_bios_strings)` with XenServer < 7.3
### Released packages
- xo-common 0.7.0
- xen-api 0.31.0
- @xen-orchestra/xapi 0.4.5
- @xen-orchestra/fs 0.13.1
- @xen-orchestra/backups 0.7.1
- xo-server 5.77.1
- xo-web 5.79.1
## **5.56.1** (2021-03-10)
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />
-15
View File
@@ -11,13 +11,6 @@
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Pool] Fix `an error has occurred` when using the "Disconnect" button from the pool page [#5669](https://github.com/vatesfr/xen-orchestra/issues/5669) (PR [#5671](https://github.com/vatesfr/xen-orchestra/pull/5671))
- [Configuration] Automatically connect enabled servers after import [#5660](https://github.com/vatesfr/xen-orchestra/issues/5660) (PR [#5672](https://github.com/vatesfr/xen-orchestra/pull/5672))
- Work-around some `ECONNRESET` errors when connecting to XEN-API (PR [#5674](https://github.com/vatesfr/xen-orchestra/pull/5674))
- [Backup] Retry automatically on `resource temporarily unavailable` error (PR [#5612](https://github.com/vatesfr/xen-orchestra/pull/5612))
- [Backup Restore] Don't break in case of malformed logs
- [Backup Restore] Fix `MESSAGE_METHOD_UNKNOWN(VM.set_bios_strings)` with XenServer < 7.3
### Packages to release
> Packages will be released in the order they are here, therefore, they should
@@ -34,11 +27,3 @@
> - major: if the change breaks compatibility
>
> In case of conflict, the highest (lowest in previous list) `$version` wins.
- xo-common minor
- @xen-orchestra/fs patch
- xen-api minor
- @xen-orchestra/xapi patch
- @xen-orchestra/backups patch
- xo-server patch
- xo-web patch
+1 -1
View File
@@ -28,7 +28,7 @@
"node": ">=8.10"
},
"dependencies": {
"@xen-orchestra/fs": "^0.13.0",
"@xen-orchestra/fs": "^0.13.1",
"cli-progress": "^3.1.0",
"exec-promise": "^0.7.0",
"getopts": "^2.2.3",
+1 -1
View File
@@ -35,7 +35,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@xen-orchestra/fs": "^0.13.0",
"@xen-orchestra/fs": "^0.13.1",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^7.0.2",
"execa": "^5.0.0",
+1 -1
View File
@@ -42,7 +42,7 @@
"human-format": "^0.11.0",
"lodash": "^4.17.4",
"pw": "^0.0.4",
"xen-api": "^0.30.0"
"xen-api": "^0.31.0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"private": false,
"name": "xen-api",
"version": "0.30.0",
"version": "0.31.0",
"license": "ISC",
"description": "Connector to the Xen API",
"keywords": [
+1 -1
View File
@@ -24,7 +24,7 @@
"node": ">=6"
},
"dependencies": {
"xo-common": "^0.6.0"
"xo-common": "^0.7.0"
},
"scripts": {
"postversion": "npm publish"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"private": false,
"name": "xo-common",
"version": "0.6.0",
"version": "0.7.0",
"license": "AGPL-3.0-or-later",
"description": "Code shared between [XO](https://xen-orchestra.com) server and clients",
"keywords": [],
+1 -1
View File
@@ -55,7 +55,7 @@
"lodash": "^4.17.19",
"promise-toolbox": "^0.17.0",
"readable-stream": "^3.5.0",
"xo-common": "^0.6.0"
"xo-common": "^0.7.0"
},
"private": true
}
+1 -1
View File
@@ -38,7 +38,7 @@
"lodash": "^4.17.11",
"promise-toolbox": "^0.17.0",
"xo-collection": "^0.4.1",
"xo-common": "^0.6.0",
"xo-common": "^0.7.0",
"xo-lib": "^0.10.1"
},
"scripts": {
+6 -6
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.77.0",
"version": "5.77.1",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -39,16 +39,16 @@
"@vates/multi-key-map": "^0.1.0",
"@vates/parse-duration": "0.1.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.7.0",
"@xen-orchestra/backups": "^0.7.1",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.0",
"@xen-orchestra/emit-async": "^0.0.0",
"@xen-orchestra/fs": "^0.13.0",
"@xen-orchestra/fs": "^0.13.1",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/mixin": "^0.0.0",
"@xen-orchestra/self-signed": "^0.1.0",
"@xen-orchestra/template": "^0.1.0",
"@xen-orchestra/xapi": "^0.4.4",
"@xen-orchestra/xapi": "^0.4.5",
"ajv": "^6.1.1",
"app-conf": "^0.9.0",
"archiver": "^5.0.0",
@@ -139,10 +139,10 @@
"vhd-lib": "^1.0.0",
"ws": "^7.1.2",
"xdg-basedir": "^4.0.0",
"xen-api": "^0.30.0",
"xen-api": "^0.31.0",
"xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.4.1",
"xo-common": "^0.6.0",
"xo-common": "^0.7.0",
"xo-remote-parser": "^0.6.0",
"xo-vmdk-to-vhd": "^2.0.0"
},
+2 -2
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-web",
"version": "5.79.0",
"version": "5.79.1",
"license": "AGPL-3.0-or-later",
"description": "Web interface client for Xen-Orchestra",
"keywords": [
@@ -141,7 +141,7 @@
"whatwg-fetch": "^3.0.0",
"xml2js": "^0.4.19",
"xo-acl-resolver": "^0.4.1",
"xo-common": "^0.6.0",
"xo-common": "^0.7.0",
"xo-lib": "^0.10.1",
"xo-remote-parser": "^0.6.0",
"xo-vmdk-to-vhd": "^2.0.0"