From f1f32c962c3472796770337fb694e70a78e6f591 Mon Sep 17 00:00:00 2001 From: Florent BEAUCHAMP Date: Thu, 4 Aug 2022 16:05:29 +0200 Subject: [PATCH] feat: technical release (#6351) --- @xen-orchestra/backups-cli/package.json | 4 ++-- @xen-orchestra/backups/package.json | 6 +++--- @xen-orchestra/fs/package.json | 2 +- @xen-orchestra/mixins/package.json | 2 +- @xen-orchestra/proxy/package.json | 8 ++++---- @xen-orchestra/xapi/package.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ CHANGELOG.unreleased.md | 11 ----------- packages/vhd-cli/package.json | 6 +++--- packages/vhd-lib/package.json | 6 +++--- packages/xen-api/examples/package.json | 2 +- packages/xo-server-auth-saml/package.json | 2 +- packages/xo-server/package.json | 10 +++++----- packages/xo-vmdk-to-vhd/package.json | 2 +- packages/xo-web/package.json | 2 +- 15 files changed, 46 insertions(+), 38 deletions(-) diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index 4c2ca0a74..48f58bc9e 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.27.2", - "@xen-orchestra/fs": "^2.0.0", + "@xen-orchestra/backups": "^0.27.3", + "@xen-orchestra/fs": "^2.1.0", "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 ad99edfa0..ca22dbdd0 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.27.2", + "version": "0.27.3", "engines": { "node": ">=14.6" }, @@ -22,7 +22,7 @@ "@vates/disposable": "^0.1.1", "@vates/parse-duration": "^0.1.1", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/fs": "^2.0.0", + "@xen-orchestra/fs": "^2.1.0", "@xen-orchestra/log": "^0.3.0", "@xen-orchestra/template": "^0.1.0", "compare-versions": "^4.0.1", @@ -38,7 +38,7 @@ "promise-toolbox": "^0.21.0", "proper-lockfile": "^4.1.2", "uuid": "^8.3.2", - "vhd-lib": "^3.3.4", + "vhd-lib": "^3.3.5", "yazl": "^2.5.1" }, "devDependencies": { diff --git a/@xen-orchestra/fs/package.json b/@xen-orchestra/fs/package.json index 704d5f8b3..24d38b9fb 100644 --- a/@xen-orchestra/fs/package.json +++ b/@xen-orchestra/fs/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@xen-orchestra/fs", - "version": "2.0.0", + "version": "2.1.0", "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", diff --git a/@xen-orchestra/mixins/package.json b/@xen-orchestra/mixins/package.json index d3ff77d82..4ca6659b4 100644 --- a/@xen-orchestra/mixins/package.json +++ b/@xen-orchestra/mixins/package.json @@ -14,7 +14,7 @@ "url": "https://vates.fr" }, "license": "AGPL-3.0-or-later", - "version": "0.7.0", + "version": "0.7.1", "engines": { "node": ">=15.6" }, diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index ea5409fe3..6cb06dd67 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.25.0", + "version": "0.25.1", "license": "AGPL-3.0-or-later", "description": "XO Proxy used to remotely execute backup jobs", "keywords": [ @@ -32,11 +32,11 @@ "@vates/decorate-with": "^2.0.0", "@vates/disposable": "^0.1.1", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.27.2", - "@xen-orchestra/fs": "^2.0.0", + "@xen-orchestra/backups": "^0.27.3", + "@xen-orchestra/fs": "^2.1.0", "@xen-orchestra/log": "^0.3.0", "@xen-orchestra/mixin": "^0.1.0", - "@xen-orchestra/mixins": "^0.7.0", + "@xen-orchestra/mixins": "^0.7.1", "@xen-orchestra/self-signed": "^0.1.3", "@xen-orchestra/xapi": "^1.4.1", "ajv": "^8.0.3", diff --git a/@xen-orchestra/xapi/package.json b/@xen-orchestra/xapi/package.json index 151cce173..23e75f277 100644 --- a/@xen-orchestra/xapi/package.json +++ b/@xen-orchestra/xapi/package.json @@ -29,7 +29,7 @@ "json-rpc-protocol": "^0.13.2", "lodash": "^4.17.15", "promise-toolbox": "^0.21.0", - "vhd-lib": "^3.3.4", + "vhd-lib": "^3.3.5", "xo-common": "^0.8.0" }, "private": false, diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0e988b8..6e71f833b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # ChangeLog +## **next** + +### Bug fixes + +- [Backup] Fix `incorrect backup size in metadata` on each merged VHD (PR [#6331](https://github.com/vatesfr/xen-orchestra/pull/6331)) +- [Backup] Fix `assertionError [ERR_ASSERTION]: Expected values to be strictly equal` when resuming a merge (PR [#6349](https://github.com/vatesfr/xen-orchestra/pull/6349)) + +### Released packages + +- @xen-orchestra/backups 0.27.3 +- @xen-orchestra/fs 2.1.0 +- @xen-orchestra/mixins 0.7.1 +- @xen-orchestra/proxy 0.25.1 +- vhd-cli 0.9.0 +- vhd-lib 3.3.5 +- xo-server 5.100.1 +- xo-server-auth-saml 0.10.0 +- xo-web 5.101.1 + ## **5.73.0** (2022-07-29) Channel: latest diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index d018949a6..d5f47de32 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -11,9 +11,6 @@ > Users must be able to say: “I had this issue, happy to know it's fixed” -- [Backup] Fix `incorrect backup size in metadata` on each merged VHD (PR [#6331](https://github.com/vatesfr/xen-orchestra/pull/6331)) -- [Backup] Fix `assertionError [ERR_ASSERTION]: Expected values to be strictly equal` when resuming a merge (PR [#6349](https://github.com/vatesfr/xen-orchestra/pull/6349)) - ### Packages to release > When modifying a package, add it here with its release type. @@ -30,12 +27,4 @@ -- @xen-orchestra/backups patch -- @xen-orchestra/fs minor -- @xen-orchestra/mixins patch -- vhd-cli minor -- vhd-lib patch -- xo-web patch -- xo-server-auth-saml minor - diff --git a/packages/vhd-cli/package.json b/packages/vhd-cli/package.json index 9c71ef6cb..7658efd83 100644 --- a/packages/vhd-cli/package.json +++ b/packages/vhd-cli/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "vhd-cli", - "version": "0.8.1", + "version": "0.9.0", "license": "ISC", "description": "Tools to read/create and merge VHD files", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-cli", @@ -23,7 +23,7 @@ "node": ">=10" }, "dependencies": { - "@xen-orchestra/fs": "^2.0.0", + "@xen-orchestra/fs": "^2.1.0", "cli-progress": "^3.1.0", "exec-promise": "^0.7.0", "getopts": "^2.2.3", @@ -31,7 +31,7 @@ "lodash": "^4.17.21", "promise-toolbox": "^0.21.0", "uuid": "^8.3.2", - "vhd-lib": "^3.3.4" + "vhd-lib": "^3.3.5" }, "scripts": { "postversion": "npm publish" diff --git a/packages/vhd-lib/package.json b/packages/vhd-lib/package.json index 6cfa4c57b..bdce807fa 100644 --- a/packages/vhd-lib/package.json +++ b/packages/vhd-lib/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "vhd-lib", - "version": "3.3.4", + "version": "3.3.5", "license": "AGPL-3.0-or-later", "description": "Primitives for VHD file handling", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-lib", @@ -18,7 +18,7 @@ "@vates/async-each": "^1.0.0", "@vates/read-chunk": "^1.0.0", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/fs": "^2.0.0", + "@xen-orchestra/fs": "^2.1.0", "@xen-orchestra/log": "^0.3.0", "async-iterator-to-stream": "^1.0.2", "fs-extra": "^10.0.0", @@ -30,7 +30,7 @@ "uuid": "^8.3.1" }, "devDependencies": { - "@xen-orchestra/fs": "^2.0.0", + "@xen-orchestra/fs": "^2.1.0", "execa": "^5.0.0", "get-stream": "^6.0.0", "rimraf": "^3.0.2", diff --git a/packages/xen-api/examples/package.json b/packages/xen-api/examples/package.json index 280b3530a..cbaec7eef 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": "^3.3.4" + "vhd-lib": "^3.3.5" } } diff --git a/packages/xo-server-auth-saml/package.json b/packages/xo-server-auth-saml/package.json index 399390f8b..b419e0f40 100644 --- a/packages/xo-server-auth-saml/package.json +++ b/packages/xo-server-auth-saml/package.json @@ -1,6 +1,6 @@ { "name": "xo-server-auth-saml", - "version": "0.9.0", + "version": "0.10.0", "license": "AGPL-3.0-or-later", "description": "SAML authentication plugin for XO-Server", "keywords": [ diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index c4cb68086..de6b0c500 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.100.0", + "version": "5.100.1", "license": "AGPL-3.0-or-later", "description": "Server part of Xen-Orchestra", "keywords": [ @@ -40,14 +40,14 @@ "@vates/predicates": "^1.0.0", "@vates/read-chunk": "^1.0.0", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.27.2", + "@xen-orchestra/backups": "^0.27.3", "@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/defined": "^0.0.1", "@xen-orchestra/emit-async": "^1.0.0", - "@xen-orchestra/fs": "^2.0.0", + "@xen-orchestra/fs": "^2.1.0", "@xen-orchestra/log": "^0.3.0", "@xen-orchestra/mixin": "^0.1.0", - "@xen-orchestra/mixins": "^0.7.0", + "@xen-orchestra/mixins": "^0.7.1", "@xen-orchestra/self-signed": "^0.1.3", "@xen-orchestra/template": "^0.1.0", "@xen-orchestra/xapi": "^1.4.1", @@ -126,7 +126,7 @@ "unzipper": "^0.10.5", "uuid": "^8.3.1", "value-matcher": "^0.2.0", - "vhd-lib": "^3.3.4", + "vhd-lib": "^3.3.5", "ws": "^8.2.3", "xdg-basedir": "^5.1.0", "xen-api": "^1.2.1", diff --git a/packages/xo-vmdk-to-vhd/package.json b/packages/xo-vmdk-to-vhd/package.json index a14956f97..2f8cad050 100644 --- a/packages/xo-vmdk-to-vhd/package.json +++ b/packages/xo-vmdk-to-vhd/package.json @@ -26,7 +26,7 @@ "pako": "^2.0.4", "promise-toolbox": "^0.21.0", "tar-stream": "^2.2.0", - "vhd-lib": "^3.3.4", + "vhd-lib": "^3.3.5", "xml2js": "^0.4.23" }, "devDependencies": { diff --git a/packages/xo-web/package.json b/packages/xo-web/package.json index 39b4988b9..19ba65871 100644 --- a/packages/xo-web/package.json +++ b/packages/xo-web/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-web", - "version": "5.101.0", + "version": "5.101.1", "license": "AGPL-3.0-or-later", "description": "Web interface client for Xen-Orchestra", "keywords": [