From ae24b10da0e71189a785f78eaa1f7f0a4aaec7e7 Mon Sep 17 00:00:00 2001 From: Florent BEAUCHAMP Date: Tue, 30 Nov 2021 15:45:36 +0100 Subject: [PATCH] feat: technical release (#6025) --- @vates/async-each/package.json | 2 +- @xen-orchestra/backups-cli/package.json | 4 +-- @xen-orchestra/backups/package.json | 8 +++--- @xen-orchestra/fs/package.json | 4 +-- @xen-orchestra/proxy/package.json | 8 +++--- @xen-orchestra/upload-ova/package.json | 2 +- @xen-orchestra/xapi/package.json | 2 +- CHANGELOG.md | 31 +++++++++++++++++++++ CHANGELOG.unreleased.md | 19 ------------- packages/vhd-cli/package.json | 6 ++-- packages/vhd-lib/package.json | 4 +-- packages/xen-api/examples/package.json | 2 +- packages/xo-cli/package.json | 2 +- packages/xo-import-servers-csv/package.json | 2 +- packages/xo-lib/package.json | 2 +- packages/xo-remote-parser/package.json | 2 +- packages/xo-server-test/package.json | 2 +- packages/xo-server/package.json | 12 ++++---- packages/xo-vmdk-to-vhd/package.json | 2 +- packages/xo-web/package.json | 6 ++-- 20 files changed, 67 insertions(+), 55 deletions(-) diff --git a/@vates/async-each/package.json b/@vates/async-each/package.json index dde20c6cf..3b98e2982 100644 --- a/@vates/async-each/package.json +++ b/@vates/async-each/package.json @@ -24,7 +24,7 @@ "url": "https://vates.fr" }, "license": "ISC", - "version": "0.0.0", + "version": "0.1.0", "engines": { "node": ">=8.10" }, diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index 1d770e022..90fea0828 100644 --- a/@xen-orchestra/backups-cli/package.json +++ b/@xen-orchestra/backups-cli/package.json @@ -7,8 +7,8 @@ "bugs": "https://github.com/vatesfr/xen-orchestra/issues", "dependencies": { "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.15.1", - "@xen-orchestra/fs": "^0.18.0", + "@xen-orchestra/backups": "^0.16.0", + "@xen-orchestra/fs": "^0.19.1", "filenamify": "^4.1.0", "getopts": "^2.2.5", "lodash": "^4.17.15", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index b0791d2d4..6a88a8872 100644 --- a/@xen-orchestra/backups/package.json +++ b/@xen-orchestra/backups/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "https://github.com/vatesfr/xen-orchestra.git" }, - "version": "0.15.1", + "version": "0.16.0", "engines": { "node": ">=14.6" }, @@ -20,7 +20,7 @@ "@vates/disposable": "^0.1.1", "@vates/parse-duration": "^0.1.1", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/fs": "^0.18.0", + "@xen-orchestra/fs": "^0.19.1", "@xen-orchestra/log": "^0.3.0", "@xen-orchestra/template": "^0.1.0", "compare-versions": "^4.0.1", @@ -36,11 +36,11 @@ "proper-lockfile": "^4.1.2", "pump": "^3.0.0", "uuid": "^8.3.2", - "vhd-lib": "^1.3.0", + "vhd-lib": "^2.0.0", "yazl": "^2.5.1" }, "peerDependencies": { - "@xen-orchestra/xapi": "^0.8.0" + "@xen-orchestra/xapi": "^0.8.4" }, "license": "AGPL-3.0-or-later", "author": { diff --git a/@xen-orchestra/fs/package.json b/@xen-orchestra/fs/package.json index 9d666a843..f5e225257 100644 --- a/@xen-orchestra/fs/package.json +++ b/@xen-orchestra/fs/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@xen-orchestra/fs", - "version": "0.18.0", + "version": "0.19.1", "license": "AGPL-3.0-or-later", "description": "The File System for Xen Orchestra backups.", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/fs", @@ -33,7 +33,7 @@ "proper-lockfile": "^4.1.2", "readable-stream": "^3.0.6", "through2": "^4.0.2", - "xo-remote-parser": "^0.7.0" + "xo-remote-parser": "^0.8.0" }, "devDependencies": { "@babel/cli": "^7.0.0", diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index c6fd62a8f..65a5c7e7c 100644 --- a/@xen-orchestra/proxy/package.json +++ b/@xen-orchestra/proxy/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@xen-orchestra/proxy", - "version": "0.15.2", + "version": "0.15.3", "license": "AGPL-3.0-or-later", "description": "XO Proxy used to remotely execute backup jobs", "keywords": [ @@ -31,13 +31,13 @@ "@vates/decorate-with": "^0.1.0", "@vates/disposable": "^0.1.1", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.15.1", - "@xen-orchestra/fs": "^0.18.0", + "@xen-orchestra/backups": "^0.16.0", + "@xen-orchestra/fs": "^0.19.1", "@xen-orchestra/log": "^0.3.0", "@xen-orchestra/mixin": "^0.1.0", "@xen-orchestra/mixins": "^0.1.1", "@xen-orchestra/self-signed": "^0.1.0", - "@xen-orchestra/xapi": "^0.8.0", + "@xen-orchestra/xapi": "^0.8.4", "ajv": "^8.0.3", "app-conf": "^0.9.0", "async-iterator-to-stream": "^1.1.0", diff --git a/@xen-orchestra/upload-ova/package.json b/@xen-orchestra/upload-ova/package.json index 020d1252d..c0e3a1623 100644 --- a/@xen-orchestra/upload-ova/package.json +++ b/@xen-orchestra/upload-ova/package.json @@ -44,7 +44,7 @@ "pw": "^0.0.4", "strip-indent": "^3.0.0", "xdg-basedir": "^4.0.0", - "xo-lib": "^0.11.0", + "xo-lib": "^0.11.1", "xo-vmdk-to-vhd": "^2.0.0" }, "devDependencies": { diff --git a/@xen-orchestra/xapi/package.json b/@xen-orchestra/xapi/package.json index 8f4238700..9d206ebb7 100644 --- a/@xen-orchestra/xapi/package.json +++ b/@xen-orchestra/xapi/package.json @@ -1,6 +1,6 @@ { "name": "@xen-orchestra/xapi", - "version": "0.8.0", + "version": "0.8.4", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi", "bugs": "https://github.com/vatesfr/xen-orchestra/issues", "repository": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf8329a3..0de774ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +## **next** + +### Highlights + +- [VM] Ability to export a snapshot's memory (PR [#6015](https://github.com/vatesfr/xen-orchestra/pull/6015)) +- [Cloud config] Ability to create a network cloud config template and reuse it in the VM creation [#5931](https://github.com/vatesfr/xen-orchestra/issues/5931) (PR [#5979](https://github.com/vatesfr/xen-orchestra/pull/5979)) +- [Backup/logs] identify XAPI errors (PR [#6001](https://github.com/vatesfr/xen-orchestra/pull/6001)) +- [lite] Highlight selected VM (PR [#5939](https://github.com/vatesfr/xen-orchestra/pull/5939)) + +### Enhancements + +- [S3] Ability to authorize self signed certificates for S3 remote (PR [#5961](https://github.com/vatesfr/xen-orchestra/pull/5961)) + +### Bug fixes + +- [Import/VM] Fix the import of OVA files (PR [#5976](https://github.com/vatesfr/xen-orchestra/pull/5976)) + +### Packages to release + +- @vates/async-each 0.1.0 +- xo-remote-parser 0.8.4 +- @xen-orchestra/fs 0.19.0 +- @xen-orchestra/xapi patch +- vhd-lib 2.0.0 +- @xen-orchestra/backups 0.16.0 +- xo-lib 0.11.1 +- @xen-orchestra/proxy 0.15.3 +- xo-server 5.84.0 +- vhd-cli 0.6.0 +- xo-web 5.90.0 + ## **5.64.0** (2021-10-29) # ChangeLog diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 987fe5178..154c5e87a 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -7,17 +7,10 @@ > Users must be able to say: “Nice enhancement, I'm eager to test it” -- [Backup/logs] identify XAPI errors (PR [#6001](https://github.com/vatesfr/xen-orchestra/pull/6001)) -- [S3] Ability to authorize self signed certificates for S3 remote (PR [#5961](https://github.com/vatesfr/xen-orchestra/pull/5961)) -- [Cloud config] Ability to create a network cloud config template and reuse it in the VM creation [#5931](https://github.com/vatesfr/xen-orchestra/issues/5931) (PR [#5979](https://github.com/vatesfr/xen-orchestra/pull/5979)) -- [VM] Ability to export a snapshot's memory (PR [#6015](https://github.com/vatesfr/xen-orchestra/pull/6015)) - ### Bug fixes > Users must be able to say: “I had this issue, happy to know it's fixed” -[Import/VM] Fix the import of OVA files (PR [#5976](https://github.com/vatesfr/xen-orchestra/pull/5976)) - ### Packages to release > Packages will be released in the order they are here, therefore, they should @@ -34,15 +27,3 @@ > - major: if the change breaks compatibility > > In case of conflict, the highest (lowest in previous list) `$version` wins. - -- @vates/async-each minor -- xo-remote-parser minor -- @xen-orchestra/fs minor -- @xen-orchestra/xapi patch -- vhd-lib major -- @xen-orchestra/backups minor -- xo-lib patch -- @xen-orchestra/proxy patch -- xo-server minor -- vhd-cli minor -- xo-web minor diff --git a/packages/vhd-cli/package.json b/packages/vhd-cli/package.json index e535a583b..0771da91c 100644 --- a/packages/vhd-cli/package.json +++ b/packages/vhd-cli/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "vhd-cli", - "version": "0.5.0", + "version": "0.6.0", "license": "ISC", "description": "Tools to read/create and merge VHD files", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-cli", @@ -24,12 +24,12 @@ "node": ">=8.10" }, "dependencies": { - "@xen-orchestra/fs": "^0.18.0", + "@xen-orchestra/fs": "^0.19.1", "cli-progress": "^3.1.0", "exec-promise": "^0.7.0", "getopts": "^2.2.3", "human-format": "^0.11.0", - "vhd-lib": "^1.3.0" + "vhd-lib": "^2.0.0" }, "devDependencies": { "@babel/cli": "^7.0.0", diff --git a/packages/vhd-lib/package.json b/packages/vhd-lib/package.json index a5a4a2704..0ff3f9aea 100644 --- a/packages/vhd-lib/package.json +++ b/packages/vhd-lib/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "vhd-lib", - "version": "1.3.0", + "version": "2.0.0", "license": "AGPL-3.0-or-later", "description": "Primitives for VHD file handling", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-lib", @@ -30,7 +30,7 @@ "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", - "@xen-orchestra/fs": "^0.18.0", + "@xen-orchestra/fs": "^0.19.1", "babel-plugin-lodash": "^3.3.2", "cross-env": "^7.0.2", "execa": "^5.0.0", diff --git a/packages/xen-api/examples/package.json b/packages/xen-api/examples/package.json index 9f5d2116e..48ccffdaf 100644 --- a/packages/xen-api/examples/package.json +++ b/packages/xen-api/examples/package.json @@ -8,6 +8,6 @@ "promise-toolbox": "^0.19.2", "readable-stream": "^3.1.1", "throttle": "^1.0.3", - "vhd-lib": "^1.3.0" + "vhd-lib": "^2.0.0" } } diff --git a/packages/xo-cli/package.json b/packages/xo-cli/package.json index 384c12460..8ff0d7d46 100644 --- a/packages/xo-cli/package.json +++ b/packages/xo-cli/package.json @@ -48,7 +48,7 @@ "pw": "^0.0.4", "strip-indent": "^3.0.0", "xdg-basedir": "^4.0.0", - "xo-lib": "^0.11.0" + "xo-lib": "^0.11.1" }, "devDependencies": { "@babel/cli": "^7.0.0", diff --git a/packages/xo-import-servers-csv/package.json b/packages/xo-import-servers-csv/package.json index 7c492aaa1..aaa49af62 100644 --- a/packages/xo-import-servers-csv/package.json +++ b/packages/xo-import-servers-csv/package.json @@ -37,7 +37,7 @@ "csv-parser": "^3.0.0", "exec-promise": "^0.7.0", "through2": "^4.0.2", - "xo-lib": "^0.11.0" + "xo-lib": "^0.11.1" }, "devDependencies": { "@types/node": "^16.11.6", diff --git a/packages/xo-lib/package.json b/packages/xo-lib/package.json index 3334b60c7..7ef2e61ad 100644 --- a/packages/xo-lib/package.json +++ b/packages/xo-lib/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "xo-lib", - "version": "0.11.0", + "version": "0.11.1", "license": "AGPL-3.0-or-later", "description": "Library to connect to XO-Server", "keywords": [ diff --git a/packages/xo-remote-parser/package.json b/packages/xo-remote-parser/package.json index 1e2eecd64..ae7146f04 100644 --- a/packages/xo-remote-parser/package.json +++ b/packages/xo-remote-parser/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "xo-remote-parser", - "version": "0.7.0", + "version": "0.8.0", "license": "AGPL-3.0-or-later", "description": "Parse and format XO remote URLs", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-remote-parser", diff --git a/packages/xo-server-test/package.json b/packages/xo-server-test/package.json index ced0b8806..b7aa7f0a0 100644 --- a/packages/xo-server-test/package.json +++ b/packages/xo-server-test/package.json @@ -36,7 +36,7 @@ "promise-toolbox": "^0.20.0", "xo-collection": "^0.5.0", "xo-common": "^0.7.0", - "xo-lib": "^0.11.0" + "xo-lib": "^0.11.1" }, "scripts": { "dev-test": "jest --bail --watch", diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index db5f5b27d..2abc9c61a 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.83.0", + "version": "5.84.0", "license": "AGPL-3.0-or-later", "description": "Server part of Xen-Orchestra", "keywords": [ @@ -35,17 +35,17 @@ "@vates/parse-duration": "^0.1.1", "@vates/read-chunk": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.15.1", + "@xen-orchestra/backups": "^0.16.0", "@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/defined": "^0.0.1", "@xen-orchestra/emit-async": "^0.1.0", - "@xen-orchestra/fs": "^0.18.0", + "@xen-orchestra/fs": "^0.19.1", "@xen-orchestra/log": "^0.3.0", "@xen-orchestra/mixin": "^0.1.0", "@xen-orchestra/mixins": "^0.1.1", "@xen-orchestra/self-signed": "^0.1.0", "@xen-orchestra/template": "^0.1.0", - "@xen-orchestra/xapi": "^0.8.0", + "@xen-orchestra/xapi": "^0.8.4", "ajv": "^8.0.3", "app-conf": "^0.9.0", "async-iterator-to-stream": "^1.0.1", @@ -123,14 +123,14 @@ "unzipper": "^0.10.5", "uuid": "^8.3.1", "value-matcher": "^0.2.0", - "vhd-lib": "^1.3.0", + "vhd-lib": "^2.0.0", "ws": "^8.2.3", "xdg-basedir": "^4.0.0", "xen-api": "^0.35.1", "xo-acl-resolver": "^0.4.1", "xo-collection": "^0.5.0", "xo-common": "^0.7.0", - "xo-remote-parser": "^0.7.0", + "xo-remote-parser": "^0.8.0", "xo-vmdk-to-vhd": "^2.0.0" }, "devDependencies": { diff --git a/packages/xo-vmdk-to-vhd/package.json b/packages/xo-vmdk-to-vhd/package.json index fff873fed..031e4c4c1 100644 --- a/packages/xo-vmdk-to-vhd/package.json +++ b/packages/xo-vmdk-to-vhd/package.json @@ -25,7 +25,7 @@ "lodash": "^4.17.15", "pako": "^2.0.4", "promise-toolbox": "^0.20.0", - "vhd-lib": "^1.3.0", + "vhd-lib": "^2.0.0", "xml2js": "^0.4.23" }, "devDependencies": { diff --git a/packages/xo-web/package.json b/packages/xo-web/package.json index 15f0438d4..5c02bab7d 100644 --- a/packages/xo-web/package.json +++ b/packages/xo-web/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-web", - "version": "5.89.0", + "version": "5.90.0", "license": "AGPL-3.0-or-later", "description": "Web interface client for Xen-Orchestra", "keywords": [ @@ -136,8 +136,8 @@ "xml2js": "^0.4.19", "xo-acl-resolver": "^0.4.1", "xo-common": "^0.7.0", - "xo-lib": "^0.11.0", - "xo-remote-parser": "^0.7.0", + "xo-lib": "^0.11.1", + "xo-remote-parser": "^0.8.0", "xo-vmdk-to-vhd": "^2.0.0" }, "scripts": {