From 7a18762da4a9074101b88b257b689ebadcd6bb34 Mon Sep 17 00:00:00 2001 From: Bastien Nollet <150058367+b-Nollet@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:26:11 +0200 Subject: [PATCH] feat: technical release (#10334) * feat(@xen-orchestra/xapi): 8.10.5 * feat(@xen-orchestra/backups): 0.74.2 * feat(@xen-orchestra/proxy): 0.31.9 * feat(xo-server): 5.208.2 * chore(CHANGELOG): update next --- @xen-orchestra/backups-cli/package.json | 2 +- @xen-orchestra/backups/package.json | 4 ++-- @xen-orchestra/disk-cli/package.json | 2 +- @xen-orchestra/immutable-backups/package.json | 2 +- @xen-orchestra/proxy/package.json | 6 +++--- @xen-orchestra/qa-test/package.json | 2 +- @xen-orchestra/rest-api/package.json | 4 ++-- @xen-orchestra/xapi/package.json | 2 +- CHANGELOG.md | 19 ++++++++++++++++++- CHANGELOG.unreleased.md | 6 ------ packages/xo-server/package.json | 6 +++--- 11 files changed, 33 insertions(+), 22 deletions(-) diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index 65e6d4ce96..57c57a0c94 100644 --- a/@xen-orchestra/backups-cli/package.json +++ b/@xen-orchestra/backups-cli/package.json @@ -8,7 +8,7 @@ "dependencies": { "@vates/async-each": "^1.0.3", "@xen-orchestra/async-map": "^0.1.4", - "@xen-orchestra/backups": "^0.74.1", + "@xen-orchestra/backups": "^0.74.2", "@xen-orchestra/fs": "^4.9.3", "filenamify": "^6.0.0", "getopts": "^2.2.5", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index 287852de74..828bc747cf 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.74.1", + "version": "0.74.2", "engines": { "node": ">=14.18" }, @@ -67,7 +67,7 @@ "typescript": "^5.9.3" }, "peerDependencies": { - "@xen-orchestra/xapi": "^8.10.4" + "@xen-orchestra/xapi": "^8.10.5" }, "license": "AGPL-3.0-or-later", "author": { diff --git a/@xen-orchestra/disk-cli/package.json b/@xen-orchestra/disk-cli/package.json index 8244e6c489..d488d343f8 100644 --- a/@xen-orchestra/disk-cli/package.json +++ b/@xen-orchestra/disk-cli/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@vates/async-each": "^1.0.3", - "@xen-orchestra/backups": "^0.74.1", + "@xen-orchestra/backups": "^0.74.2", "@xen-orchestra/backup-archive": "^1.1.2", "@xen-orchestra/disk-transform": "^1.3.3", "@xen-orchestra/fs": "^4.9.3", diff --git a/@xen-orchestra/immutable-backups/package.json b/@xen-orchestra/immutable-backups/package.json index 54d8f95d40..9ca19aa7fa 100644 --- a/@xen-orchestra/immutable-backups/package.json +++ b/@xen-orchestra/immutable-backups/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@vates/async-each": "^1.0.3", - "@xen-orchestra/backups": "^0.74.1", + "@xen-orchestra/backups": "^0.74.2", "@xen-orchestra/log": "^0.7.2", "app-conf": "^3.0.0", "execa": "^5.0.0", diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index b40ce1cc8a..c253436860 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.31.8", + "version": "0.31.9", "license": "AGPL-3.0-or-later", "description": "XO Proxy used to remotely execute backup jobs", "keywords": [ @@ -33,13 +33,13 @@ "@vates/disposable": "^0.1.6", "@vates/task": "^0.7.0", "@xen-orchestra/async-map": "^0.1.4", - "@xen-orchestra/backups": "^0.74.1", + "@xen-orchestra/backups": "^0.74.2", "@xen-orchestra/fs": "^4.9.3", "@xen-orchestra/log": "^0.7.2", "@xen-orchestra/mixin": "^0.2.1", "@xen-orchestra/mixins": "^0.20.2", "@xen-orchestra/self-signed": "^0.2.1", - "@xen-orchestra/xapi": "^8.10.4", + "@xen-orchestra/xapi": "^8.10.5", "ajv": "^8.0.3", "app-conf": "^3.0.0", "async-iterator-to-stream": "^1.1.0", diff --git a/@xen-orchestra/qa-test/package.json b/@xen-orchestra/qa-test/package.json index 4feb47f0d8..7e1f909bfe 100644 --- a/@xen-orchestra/qa-test/package.json +++ b/@xen-orchestra/qa-test/package.json @@ -22,7 +22,7 @@ "dependencies": { "@vates/async-each": "^1.0.3", "@vates/read-chunk": "^1.2.1", - "@xen-orchestra/backups": "^0.74.1", + "@xen-orchestra/backups": "^0.74.2", "@xen-orchestra/fs": "^4.9.3", "@xen-orchestra/log": "^0.7.2", "@xen-orchestra/vmware-explorer": "^0.15.0", diff --git a/@xen-orchestra/rest-api/package.json b/@xen-orchestra/rest-api/package.json index d999a90cdd..b76ef6fca7 100644 --- a/@xen-orchestra/rest-api/package.json +++ b/@xen-orchestra/rest-api/package.json @@ -38,9 +38,9 @@ "@vates/task": "^0.7.0", "@vates/types": "^2.0.1", "@xen-orchestra/acl": "^1.6.1", - "@xen-orchestra/backups": "^0.74.1", + "@xen-orchestra/backups": "^0.74.2", "@xen-orchestra/log": "^0.7.2", - "@xen-orchestra/xapi": "^8.10.4", + "@xen-orchestra/xapi": "^8.10.5", "complex-matcher": "^1.1.1", "golike-defer": "^0.5.1", "inversify": "^6.2.2", diff --git a/@xen-orchestra/xapi/package.json b/@xen-orchestra/xapi/package.json index 3a04135c2f..27ed56eec0 100644 --- a/@xen-orchestra/xapi/package.json +++ b/@xen-orchestra/xapi/package.json @@ -1,6 +1,6 @@ { "name": "@xen-orchestra/xapi", - "version": "8.10.4", + "version": "8.10.5", "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 af2b5b77cb..303cacfea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,26 @@ # ChangeLog -Channel: latest +## **next** + +### Enhancements + +- [XO6/Traffic rules] Add possibility of editing a traffic rule (PR [#10056](https://github.com/vatesfr/xen-orchestra/pull/10056)) + +### Bug fixes + +- [Backups] Fix slow replication startup and fallback to full on qcow2 (PR [#10319](https://github.com/vatesfr/xen-orchestra/pull/10319)) + +### Released packages + +- @xen-orchestra/xapi 8.10.5 +- @xen-orchestra/backups 0.74.2 +- @xen-orchestra/proxy 0.31.9 +- xo-server 5.208.2 ## **6.8.0** (2026-08-31) +Channel: latest + ### Enhancements - [XO6/Pool] Add forget action on page Site (PR [#10130](https://github.com/vatesfr/xen-orchestra/pull/10130)) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index cb216daddb..28976f1ba1 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -11,14 +11,10 @@ > Users must be able to say: "Nice enhancement, I'm eager to test it" -- [XO6/Traffic rules] Add possibility of editing a traffic rule (PR [#10056](https://github.com/vatesfr/xen-orchestra/pull/10056)) - ### Bug fixes > Users must be able to say: "I had this issue, happy to know it's fixed" -- [Backups] Fix slow replication startup and fallback to full on qcow2 (PR [#10319](https://github.com/vatesfr/xen-orchestra/pull/10319)) - ### Packages to release > When modifying a package, add it here with its release type. @@ -35,6 +31,4 @@ -- @xen-orchestra/backups patch -- @xen-orchestra/xapi patch diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index 53d8126b80..194a15b4bd 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.208.1", + "version": "5.208.2", "license": "AGPL-3.0-or-later", "description": "Server part of Xen-Orchestra", "keywords": [ @@ -50,7 +50,7 @@ "@vates/xml": "^2.0.0", "@vates/xml-rpc": "^1.0.0", "@xen-orchestra/async-map": "^0.1.4", - "@xen-orchestra/backups": "^0.74.1", + "@xen-orchestra/backups": "^0.74.2", "@xen-orchestra/cron": "^1.0.7", "@xen-orchestra/defined": "^0.0.2", "@xen-orchestra/disk-transform": "^1.3.3", @@ -64,7 +64,7 @@ "@xen-orchestra/self-signed": "^0.2.1", "@xen-orchestra/template": "^0.1.1", "@xen-orchestra/vmware-explorer": "^0.15.0", - "@xen-orchestra/xapi": "^8.10.4", + "@xen-orchestra/xapi": "^8.10.5", "@xen-orchestra/xva": "^1.0.3", "ajv": "^8.0.3", "app-conf": "^3.0.0",