feat: technical release (#4845)

This commit is contained in:
Julien Fontanet
2020-03-05 12:16:39 +01:00
committed by GitHub
parent 63739df903
commit 8ed5463f19
12 changed files with 34 additions and 23 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"bugs": "https://github.com/vatesfr/xen-orchestra/issues", "bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"dependencies": { "dependencies": {
"@xen-orchestra/backups": "^0.1.1", "@xen-orchestra/backups": "^0.1.1",
"@xen-orchestra/fs": "^0.10.2", "@xen-orchestra/fs": "^0.10.3",
"filenamify": "^4.1.0", "filenamify": "^4.1.0",
"getopts": "^2.2.5", "getopts": "^2.2.5",
"lodash": "^4.17.15", "lodash": "^4.17.15",
+1 -1
View File
@@ -17,7 +17,7 @@
}, },
"dependencies": { "dependencies": {
"golike-defer": "^0.4.1", "golike-defer": "^0.4.1",
"xen-api": "^0.28.2" "xen-api": "^0.28.3"
}, },
"scripts": { "scripts": {
"postversion": "npm publish" "postversion": "npm publish"
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "@xen-orchestra/fs", "name": "@xen-orchestra/fs",
"version": "0.10.2", "version": "0.10.3",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "The File System for Xen Orchestra backups.", "description": "The File System for Xen Orchestra backups.",
"keywords": [], "keywords": [],
+20
View File
@@ -1,5 +1,25 @@
# ChangeLog # ChangeLog
## **next**
### Enhancements
- [Plugin] Show plugin description [#4569](https://github.com/vatesfr/xen-orchestra/issues/4569) (PR [#4832](https://github.com/vatesfr/xen-orchestra/pull/4832))
### Bug fixes
- [Backup reports] Fix backup report not sent in case of interrupted backup job (PR [#4772](https://github.com/vatesfr/xen-orchestra/pull/4772))
- Fix TLS error (`unsupported protocol`) with XenServer <= 6.5 and Node >= 12 (PR [#8437](https://github.com/vatesfr/xen-orchestra/pull/8437))
- [Metadata backup] Fix timeout when lots of pools are backed up [#4819](https://github.com/vatesfr/xen-orchestra/issues/4819) (PR [#4831](https://github.com/vatesfr/xen-orchestra/pull/4831))
### Released packages
- @xen-orchestra/fs v0.10.3
- xen-api: 0.28.3
- xo-server-backup-reports v0.16.5
- xo-server v5.57.3
- xo-web v5.57.1
## **5.44.0** (2020-02-28) ## **5.44.0** (2020-02-28)
![Channel: latest](https://badgen.net/badge/channel/latest/yellow) ![Channel: latest](https://badgen.net/badge/channel/latest/yellow)
+2 -11
View File
@@ -7,16 +7,10 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it” > Users must be able to say: “Nice enhancement, I'm eager to test it”
- [Plugin] Show plugin description [#4569](https://github.com/vatesfr/xen-orchestra/issues/4569) (PR [#4832](https://github.com/vatesfr/xen-orchestra/pull/4832))
### Bug fixes ### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed” > Users must be able to say: “I had this issue, happy to know it's fixed”
- [Backup reports] Fix backup report not sent in case of interrupted backup job (PR [#4772](https://github.com/vatesfr/xen-orchestra/pull/4772))
- Fix TLS error (`unsupported protocol`) with XenServer <= 6.5 and Node >= 12 (PR [#8437](https://github.com/vatesfr/xen-orchestra/pull/8437))
- [Metadata backup] Fix timeout when lots of pools are backed up [#4819](https://github.com/vatesfr/xen-orchestra/issues/4819) (PR [#4831](https://github.com/vatesfr/xen-orchestra/pull/4831))
### Released packages ### Released packages
> Packages will be released in the order they are here, therefore, they should > Packages will be released in the order they are here, therefore, they should
@@ -24,8 +18,5 @@
> >
> Rule of thumb: add packages on top. > Rule of thumb: add packages on top.
- @xen-orchestra/fs v0.10.3 - xo-server minor
- xen-api v0.28.1 - xo-web minor
- xo-server-backup-reports v0.16.5
- xo-server v5.58.0
- xo-web v5.58.0
+1 -1
View File
@@ -28,7 +28,7 @@
"node": ">=8.10" "node": ">=8.10"
}, },
"dependencies": { "dependencies": {
"@xen-orchestra/fs": "^0.10.2", "@xen-orchestra/fs": "^0.10.3",
"cli-progress": "^3.1.0", "cli-progress": "^3.1.0",
"exec-promise": "^0.7.0", "exec-promise": "^0.7.0",
"getopts": "^2.2.3", "getopts": "^2.2.3",
+1 -1
View File
@@ -37,7 +37,7 @@
"@babel/core": "^7.0.0", "@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0", "@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0", "@babel/preset-flow": "^7.0.0",
"@xen-orchestra/fs": "^0.10.2", "@xen-orchestra/fs": "^0.10.3",
"babel-plugin-lodash": "^3.3.2", "babel-plugin-lodash": "^3.3.2",
"cross-env": "^6.0.3", "cross-env": "^6.0.3",
"execa": "^3.2.0", "execa": "^3.2.0",
+1 -1
View File
@@ -42,7 +42,7 @@
"human-format": "^0.10.0", "human-format": "^0.10.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"pw": "^0.0.4", "pw": "^0.0.4",
"xen-api": "^0.28.2" "xen-api": "^0.28.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.1.5", "@babel/cli": "^7.1.5",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "xen-api", "name": "xen-api",
"version": "0.28.2", "version": "0.28.3",
"license": "ISC", "license": "ISC",
"description": "Connector to the Xen API", "description": "Connector to the Xen API",
"keywords": [ "keywords": [
@@ -1,6 +1,6 @@
{ {
"name": "xo-server-backup-reports", "name": "xo-server-backup-reports",
"version": "0.16.4", "version": "0.16.5",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "Backup reports plugin for XO-Server", "description": "Backup reports plugin for XO-Server",
"keywords": [ "keywords": [
+3 -3
View File
@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "xo-server", "name": "xo-server",
"version": "5.57.2", "version": "5.57.3",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "Server part of Xen-Orchestra", "description": "Server part of Xen-Orchestra",
"keywords": [ "keywords": [
@@ -38,7 +38,7 @@
"@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.0", "@xen-orchestra/defined": "^0.0.0",
"@xen-orchestra/emit-async": "^0.0.0", "@xen-orchestra/emit-async": "^0.0.0",
"@xen-orchestra/fs": "^0.10.2", "@xen-orchestra/fs": "^0.10.3",
"@xen-orchestra/log": "^0.2.0", "@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/mixin": "^0.0.0", "@xen-orchestra/mixin": "^0.0.0",
"@xen-orchestra/template": "^0.1.0", "@xen-orchestra/template": "^0.1.0",
@@ -127,7 +127,7 @@
"value-matcher": "^0.2.0", "value-matcher": "^0.2.0",
"vhd-lib": "^0.7.2", "vhd-lib": "^0.7.2",
"ws": "^7.1.2", "ws": "^7.1.2",
"xen-api": "^0.28.2", "xen-api": "^0.28.3",
"xml2js": "^0.4.19", "xml2js": "^0.4.19",
"xo-acl-resolver": "^0.4.1", "xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.4.1", "xo-collection": "^0.4.1",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "xo-web", "name": "xo-web",
"version": "5.57.0", "version": "5.57.1",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "Web interface client for Xen-Orchestra", "description": "Web interface client for Xen-Orchestra",
"keywords": [ "keywords": [