feat: technical release (#6351)

This commit is contained in:
Florent BEAUCHAMP 2022-08-04 16:05:29 +02:00 committed by GitHub
parent ad149740b1
commit f1f32c962c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 46 additions and 38 deletions

View File

@ -7,8 +7,8 @@
"bugs": "https://github.com/vatesfr/xen-orchestra/issues", "bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"dependencies": { "dependencies": {
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.27.2", "@xen-orchestra/backups": "^0.27.3",
"@xen-orchestra/fs": "^2.0.0", "@xen-orchestra/fs": "^2.1.0",
"filenamify": "^4.1.0", "filenamify": "^4.1.0",
"getopts": "^2.2.5", "getopts": "^2.2.5",
"lodash": "^4.17.15", "lodash": "^4.17.15",

View File

@ -8,7 +8,7 @@
"type": "git", "type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git" "url": "https://github.com/vatesfr/xen-orchestra.git"
}, },
"version": "0.27.2", "version": "0.27.3",
"engines": { "engines": {
"node": ">=14.6" "node": ">=14.6"
}, },
@ -22,7 +22,7 @@
"@vates/disposable": "^0.1.1", "@vates/disposable": "^0.1.1",
"@vates/parse-duration": "^0.1.1", "@vates/parse-duration": "^0.1.1",
"@xen-orchestra/async-map": "^0.1.2", "@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/log": "^0.3.0",
"@xen-orchestra/template": "^0.1.0", "@xen-orchestra/template": "^0.1.0",
"compare-versions": "^4.0.1", "compare-versions": "^4.0.1",
@ -38,7 +38,7 @@
"promise-toolbox": "^0.21.0", "promise-toolbox": "^0.21.0",
"proper-lockfile": "^4.1.2", "proper-lockfile": "^4.1.2",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"vhd-lib": "^3.3.4", "vhd-lib": "^3.3.5",
"yazl": "^2.5.1" "yazl": "^2.5.1"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "@xen-orchestra/fs", "name": "@xen-orchestra/fs",
"version": "2.0.0", "version": "2.1.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "The File System for Xen Orchestra backups.", "description": "The File System for Xen Orchestra backups.",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/fs", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/fs",

View File

@ -14,7 +14,7 @@
"url": "https://vates.fr" "url": "https://vates.fr"
}, },
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"version": "0.7.0", "version": "0.7.1",
"engines": { "engines": {
"node": ">=15.6" "node": ">=15.6"
}, },

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@xen-orchestra/proxy", "name": "@xen-orchestra/proxy",
"version": "0.25.0", "version": "0.25.1",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "XO Proxy used to remotely execute backup jobs", "description": "XO Proxy used to remotely execute backup jobs",
"keywords": [ "keywords": [
@ -32,11 +32,11 @@
"@vates/decorate-with": "^2.0.0", "@vates/decorate-with": "^2.0.0",
"@vates/disposable": "^0.1.1", "@vates/disposable": "^0.1.1",
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.27.2", "@xen-orchestra/backups": "^0.27.3",
"@xen-orchestra/fs": "^2.0.0", "@xen-orchestra/fs": "^2.1.0",
"@xen-orchestra/log": "^0.3.0", "@xen-orchestra/log": "^0.3.0",
"@xen-orchestra/mixin": "^0.1.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/self-signed": "^0.1.3",
"@xen-orchestra/xapi": "^1.4.1", "@xen-orchestra/xapi": "^1.4.1",
"ajv": "^8.0.3", "ajv": "^8.0.3",

View File

@ -29,7 +29,7 @@
"json-rpc-protocol": "^0.13.2", "json-rpc-protocol": "^0.13.2",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"promise-toolbox": "^0.21.0", "promise-toolbox": "^0.21.0",
"vhd-lib": "^3.3.4", "vhd-lib": "^3.3.5",
"xo-common": "^0.8.0" "xo-common": "^0.8.0"
}, },
"private": false, "private": false,

View File

@ -1,5 +1,24 @@
# ChangeLog # 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) ## **5.73.0** (2022-07-29)
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" /> <img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />

View File

@ -11,9 +11,6 @@
> 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] 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 ### Packages to release
> When modifying a package, add it here with its release type. > When modifying a package, add it here with its release type.
@ -30,12 +27,4 @@
<!--packages-start--> <!--packages-start-->
- @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
<!--packages-end--> <!--packages-end-->

View File

@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "vhd-cli", "name": "vhd-cli",
"version": "0.8.1", "version": "0.9.0",
"license": "ISC", "license": "ISC",
"description": "Tools to read/create and merge VHD files", "description": "Tools to read/create and merge VHD files",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-cli", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-cli",
@ -23,7 +23,7 @@
"node": ">=10" "node": ">=10"
}, },
"dependencies": { "dependencies": {
"@xen-orchestra/fs": "^2.0.0", "@xen-orchestra/fs": "^2.1.0",
"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",
@ -31,7 +31,7 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"promise-toolbox": "^0.21.0", "promise-toolbox": "^0.21.0",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"vhd-lib": "^3.3.4" "vhd-lib": "^3.3.5"
}, },
"scripts": { "scripts": {
"postversion": "npm publish" "postversion": "npm publish"

View File

@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "vhd-lib", "name": "vhd-lib",
"version": "3.3.4", "version": "3.3.5",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "Primitives for VHD file handling", "description": "Primitives for VHD file handling",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-lib", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-lib",
@ -18,7 +18,7 @@
"@vates/async-each": "^1.0.0", "@vates/async-each": "^1.0.0",
"@vates/read-chunk": "^1.0.0", "@vates/read-chunk": "^1.0.0",
"@xen-orchestra/async-map": "^0.1.2", "@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/log": "^0.3.0",
"async-iterator-to-stream": "^1.0.2", "async-iterator-to-stream": "^1.0.2",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
@ -30,7 +30,7 @@
"uuid": "^8.3.1" "uuid": "^8.3.1"
}, },
"devDependencies": { "devDependencies": {
"@xen-orchestra/fs": "^2.0.0", "@xen-orchestra/fs": "^2.1.0",
"execa": "^5.0.0", "execa": "^5.0.0",
"get-stream": "^6.0.0", "get-stream": "^6.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",

View File

@ -8,6 +8,6 @@
"promise-toolbox": "^0.19.2", "promise-toolbox": "^0.19.2",
"readable-stream": "^3.1.1", "readable-stream": "^3.1.1",
"throttle": "^1.0.3", "throttle": "^1.0.3",
"vhd-lib": "^3.3.4" "vhd-lib": "^3.3.5"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "xo-server-auth-saml", "name": "xo-server-auth-saml",
"version": "0.9.0", "version": "0.10.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "SAML authentication plugin for XO-Server", "description": "SAML authentication plugin for XO-Server",
"keywords": [ "keywords": [

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "xo-server", "name": "xo-server",
"version": "5.100.0", "version": "5.100.1",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra", "description": "Server part of Xen-Orchestra",
"keywords": [ "keywords": [
@ -40,14 +40,14 @@
"@vates/predicates": "^1.0.0", "@vates/predicates": "^1.0.0",
"@vates/read-chunk": "^1.0.0", "@vates/read-chunk": "^1.0.0",
"@xen-orchestra/async-map": "^0.1.2", "@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/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.1", "@xen-orchestra/defined": "^0.0.1",
"@xen-orchestra/emit-async": "^1.0.0", "@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/log": "^0.3.0",
"@xen-orchestra/mixin": "^0.1.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/self-signed": "^0.1.3",
"@xen-orchestra/template": "^0.1.0", "@xen-orchestra/template": "^0.1.0",
"@xen-orchestra/xapi": "^1.4.1", "@xen-orchestra/xapi": "^1.4.1",
@ -126,7 +126,7 @@
"unzipper": "^0.10.5", "unzipper": "^0.10.5",
"uuid": "^8.3.1", "uuid": "^8.3.1",
"value-matcher": "^0.2.0", "value-matcher": "^0.2.0",
"vhd-lib": "^3.3.4", "vhd-lib": "^3.3.5",
"ws": "^8.2.3", "ws": "^8.2.3",
"xdg-basedir": "^5.1.0", "xdg-basedir": "^5.1.0",
"xen-api": "^1.2.1", "xen-api": "^1.2.1",

View File

@ -26,7 +26,7 @@
"pako": "^2.0.4", "pako": "^2.0.4",
"promise-toolbox": "^0.21.0", "promise-toolbox": "^0.21.0",
"tar-stream": "^2.2.0", "tar-stream": "^2.2.0",
"vhd-lib": "^3.3.4", "vhd-lib": "^3.3.5",
"xml2js": "^0.4.23" "xml2js": "^0.4.23"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "xo-web", "name": "xo-web",
"version": "5.101.0", "version": "5.101.1",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "Web interface client for Xen-Orchestra", "description": "Web interface client for Xen-Orchestra",
"keywords": [ "keywords": [