From 497754ef4f320e04f8551827315af9be6573e232 Mon Sep 17 00:00:00 2001 From: Mathieu <70369997+MathieuRA@users.noreply.github.com> Date: Thu, 31 Jul 2025 14:54:07 +0200 Subject: [PATCH] feat: technical release (#8846) --- @vates/fuse-vhd/package.json | 2 +- @xen-orchestra/backups-cli/package.json | 2 +- @xen-orchestra/backups/package.json | 2 +- @xen-orchestra/fs/package.json | 2 +- @xen-orchestra/proxy/package.json | 4 ++-- CHANGELOG.md | 13 +++++++------ CHANGELOG.unreleased.md | 5 ----- packages/vhd-cli/package.json | 2 +- packages/vhd-lib/package.json | 4 ++-- packages/xo-server/package.json | 4 ++-- packages/xo-web/package.json | 2 +- 11 files changed, 19 insertions(+), 23 deletions(-) diff --git a/@vates/fuse-vhd/package.json b/@vates/fuse-vhd/package.json index e07c602f93..4f8c717091 100644 --- a/@vates/fuse-vhd/package.json +++ b/@vates/fuse-vhd/package.json @@ -19,7 +19,7 @@ }, "main": "./index.mjs", "dependencies": { - "@xen-orchestra/fs": "^4.6.1", + "@xen-orchestra/fs": "^4.6.2", "@xen-orchestra/log": "^0.7.1", "fuse-native": "^2.2.6", "lru-cache": "^7.14.0", diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index 744a7078b7..54938c6b6f 100644 --- a/@xen-orchestra/backups-cli/package.json +++ b/@xen-orchestra/backups-cli/package.json @@ -9,7 +9,7 @@ "@vates/async-each": "^1.0.0", "@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/backups": "^0.63.0", - "@xen-orchestra/fs": "^4.6.1", + "@xen-orchestra/fs": "^4.6.2", "filenamify": "^6.0.0", "getopts": "^2.2.5", "lodash": "^4.17.15", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index 8f1a0aaf36..bc1a479c70 100644 --- a/@xen-orchestra/backups/package.json +++ b/@xen-orchestra/backups/package.json @@ -30,7 +30,7 @@ "@vates/parse-duration": "^0.1.1", "@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/disk-transform": "^1.1.0", - "@xen-orchestra/fs": "^4.6.1", + "@xen-orchestra/fs": "^4.6.2", "@xen-orchestra/log": "^0.7.1", "@xen-orchestra/qcow2": "^1.0.0", "@xen-orchestra/template": "^0.1.0", diff --git a/@xen-orchestra/fs/package.json b/@xen-orchestra/fs/package.json index ba8a26bf66..f08341182c 100644 --- a/@xen-orchestra/fs/package.json +++ b/@xen-orchestra/fs/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@xen-orchestra/fs", - "version": "4.6.1", + "version": "4.6.2", "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/proxy/package.json b/@xen-orchestra/proxy/package.json index 1bcaf2b5cb..e964fa45df 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.29.26", + "version": "0.29.27", "license": "AGPL-3.0-or-later", "description": "XO Proxy used to remotely execute backup jobs", "keywords": [ @@ -34,7 +34,7 @@ "@vates/task": "^0.6.2", "@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/backups": "^0.63.0", - "@xen-orchestra/fs": "^4.6.1", + "@xen-orchestra/fs": "^4.6.2", "@xen-orchestra/log": "^0.7.1", "@xen-orchestra/mixin": "^0.2.0", "@xen-orchestra/mixins": "^0.16.4", diff --git a/CHANGELOG.md b/CHANGELOG.md index 823c5597d5..fac6eb96f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,14 +44,15 @@ - [ACL] Confirmation message when deleting an ACL rule (PR [#8774](https://github.com/vatesfr/xen-orchestra/pull/8774)) - [xo-server] Display build commit at start-up and with `xo-server --help` - [xo-server] Warn if build is out of sync with local git repository -- [Storage/Disks & VM/Disks] Add image format in disks tabs. Display "Unknown" if unsupported. (PR [#8835](https://github.com/vatesfr/xen-orchestra/pull/8835)) +- [Storage/Disks & VM/Disks] Add image format in disks tabs (PR [#8835](https://github.com/vatesfr/xen-orchestra/pull/8835)) - [Backups] Extra confirmation step when deleting specific VM backups (PR [#8813](https://github.com/vatesfr/xen-orchestra/pull/8813)) -- [Storage/Advanced] Add supported_image_format in storage advanced tab. Display "Unknown" if unsupported. (PR [#8834](https://github.com/vatesfr/xen-orchestra/pull/8834)) +- [Storage/Advanced] Add supported_image_format in storage advanced tab (PR [#8834](https://github.com/vatesfr/xen-orchestra/pull/8834)) ### Bug fixes - [Backup] Fix full backup retry failing with EEXIST error (PR [#8776](https://github.com/vatesfr/xen-orchestra/pull/8776)) - [Backup] Force snapshot if one of its VDIs has a NOBAK tag (PR [#8820](https://github.com/vatesfr/xen-orchestra/pull/8820)) +- [Backup] Better handling of filesystem error while reading file (PR [#8818](https://github.com/vatesfr/xen-orchestra/pull/8818)) - **XO 6:** @@ -65,7 +66,6 @@ ### Released packages -- @xen-orchestra/fs 4.6.1 - @vates/generator-toolbox 1.0.4 - @vates/types 1.9.0 - @xen-orchestra/xapi 8.3.3 @@ -74,12 +74,13 @@ - @xen-orchestra/immutable-backups 1.0.23 - @xen-orchestra/mixins 0.16.4 - @xen-orchestra/openflow 0.1.3 -- @xen-orchestra/proxy 0.29.26 - @xen-orchestra/web-core 0.26.0 - @xen-orchestra/rest-api 0.13.0 - @xen-orchestra/web 0.24.0 -- xo-server 5.184.0 -- xo-web 5.181.0 +- @xen-orchestra/fs 4.6.2 +- @xen-orchestra/proxy 0.29.27 +- xo-server 5.184.1 +- xo-web 5.181.1 ## **5.108.1** (2025-07-03) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 729ceb61db..8f0c50b263 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -15,8 +15,6 @@ > Users must be able to say: “I had this issue, happy to know it's fixed” -- [Backup] Better handling of filesystem error while reading file (PR [#8818](https://github.com/vatesfr/xen-orchestra/pull/8818)) - ### Packages to release > When modifying a package, add it here with its release type. @@ -33,7 +31,4 @@ -- @xen-orchestra/fs patch -- xo-web patch - diff --git a/packages/vhd-cli/package.json b/packages/vhd-cli/package.json index 7e76bba0d3..21e8922dd0 100644 --- a/packages/vhd-cli/package.json +++ b/packages/vhd-cli/package.json @@ -23,7 +23,7 @@ "node": ">=10" }, "dependencies": { - "@xen-orchestra/fs": "^4.6.1", + "@xen-orchestra/fs": "^4.6.2", "cli-progress": "^3.1.0", "exec-promise": "^0.7.0", "getopts": "^2.2.3", diff --git a/packages/vhd-lib/package.json b/packages/vhd-lib/package.json index 7bac21ba65..f9890302b9 100644 --- a/packages/vhd-lib/package.json +++ b/packages/vhd-lib/package.json @@ -20,7 +20,7 @@ "@vates/read-chunk": "^1.2.0", "@vates/stream-reader": "^0.1.0", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/fs": "^4.6.1", + "@xen-orchestra/fs": "^4.6.2", "@xen-orchestra/log": "^0.7.1", "async-iterator-to-stream": "^1.0.2", "decorator-synchronized": "^0.6.0", @@ -33,7 +33,7 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@xen-orchestra/fs": "^4.6.1", + "@xen-orchestra/fs": "^4.6.2", "execa": "^5.0.0", "get-stream": "^6.0.0", "rimraf": "^5.0.1", diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index a9eed7c9b9..1d538b4724 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.184.0", + "version": "5.184.1", "license": "AGPL-3.0-or-later", "description": "Server part of Xen-Orchestra", "keywords": [ @@ -50,7 +50,7 @@ "@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/defined": "^0.0.2", "@xen-orchestra/emit-async": "^1.0.0", - "@xen-orchestra/fs": "^4.6.1", + "@xen-orchestra/fs": "^4.6.2", "@xen-orchestra/log": "^0.7.1", "@xen-orchestra/mixin": "^0.2.0", "@xen-orchestra/mixins": "^0.16.4", diff --git a/packages/xo-web/package.json b/packages/xo-web/package.json index a2aa4e3209..85dab3ceec 100644 --- a/packages/xo-web/package.json +++ b/packages/xo-web/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-web", - "version": "5.181.0", + "version": "5.181.1", "license": "AGPL-3.0-or-later", "description": "Web interface client for Xen-Orchestra", "keywords": [