From 3ba9523dfe65caa3588005075e3e83829b7dfc4b Mon Sep 17 00:00:00 2001 From: Bastien Nollet <150058367+b-Nollet@users.noreply.github.com> Date: Tue, 7 Jul 2026 14:37:05 +0200 Subject: [PATCH] feat: technical release (#10084) --- @xen-orchestra/backup-archive/package.json | 2 +- @xen-orchestra/backups-cli/package.json | 2 +- @xen-orchestra/backups/package.json | 4 ++-- @xen-orchestra/disk-cli/package.json | 4 ++-- @xen-orchestra/immutable-backups/package.json | 2 +- @xen-orchestra/proxy/package.json | 4 ++-- @xen-orchestra/rest-api/package.json | 2 +- @xen-orchestra/web/package.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ CHANGELOG.unreleased.md | 11 ----------- packages/xo-server/package.json | 4 ++-- 11 files changed, 32 insertions(+), 24 deletions(-) diff --git a/@xen-orchestra/backup-archive/package.json b/@xen-orchestra/backup-archive/package.json index 54f3ab79de..106c445d16 100644 --- a/@xen-orchestra/backup-archive/package.json +++ b/@xen-orchestra/backup-archive/package.json @@ -1,6 +1,6 @@ { "name": "@xen-orchestra/backup-archive", - "version": "1.0.2", + "version": "1.0.3", "description": "Helper to handle generic backup archives", "license": "ISC", "author": "", diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index 4d815609ef..64b9cb5bcf 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.3", - "@xen-orchestra/backups": "^0.73.5", + "@xen-orchestra/backups": "^0.73.6", "@xen-orchestra/fs": "^4.9.1", "filenamify": "^6.0.0", "getopts": "^2.2.5", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index 4515a8ed60..618a776e8e 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.73.5", + "version": "0.73.6", "engines": { "node": ">=14.18" }, @@ -37,7 +37,7 @@ "@xen-orchestra/log": "^0.7.2", "@xen-orchestra/qcow2": "^1.3.1", "@xen-orchestra/template": "^0.1.1", - "@xen-orchestra/backup-archive": "^1.0.2", + "@xen-orchestra/backup-archive": "^1.0.3", "app-conf": "^3.0.0", "compare-versions": "^6.0.0", "d3-time-format": "^4.1.0", diff --git a/@xen-orchestra/disk-cli/package.json b/@xen-orchestra/disk-cli/package.json index 99ca6e2998..92f5a1a5be 100644 --- a/@xen-orchestra/disk-cli/package.json +++ b/@xen-orchestra/disk-cli/package.json @@ -20,8 +20,8 @@ }, "dependencies": { "@vates/async-each": "^1.0.3", - "@xen-orchestra/backups": "^0.73.5", - "@xen-orchestra/backup-archive": "^1.0.2", + "@xen-orchestra/backups": "^0.73.6", + "@xen-orchestra/backup-archive": "^1.0.3", "@xen-orchestra/disk-transform": "^1.3.1", "@xen-orchestra/fs": "^4.9.1", "@xen-orchestra/qcow2": "^1.3.1", diff --git a/@xen-orchestra/immutable-backups/package.json b/@xen-orchestra/immutable-backups/package.json index c533bfd92b..52aad727c8 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.73.5", + "@xen-orchestra/backups": "^0.73.6", "@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 842b4dd93a..808f83c627 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.0", + "version": "0.31.1", "license": "AGPL-3.0-or-later", "description": "XO Proxy used to remotely execute backup jobs", "keywords": [ @@ -33,7 +33,7 @@ "@vates/disposable": "^0.1.6", "@vates/task": "^0.7.0", "@xen-orchestra/async-map": "^0.1.3", - "@xen-orchestra/backups": "^0.73.5", + "@xen-orchestra/backups": "^0.73.6", "@xen-orchestra/fs": "^4.9.1", "@xen-orchestra/log": "^0.7.2", "@xen-orchestra/mixin": "^0.2.1", diff --git a/@xen-orchestra/rest-api/package.json b/@xen-orchestra/rest-api/package.json index 7af26ea43c..2799041f43 100644 --- a/@xen-orchestra/rest-api/package.json +++ b/@xen-orchestra/rest-api/package.json @@ -38,7 +38,7 @@ "@vates/task": "^0.7.0", "@vates/types": "^1.28.0", "@xen-orchestra/acl": "^1.4.0", - "@xen-orchestra/backups": "^0.73.5", + "@xen-orchestra/backups": "^0.73.6", "@xen-orchestra/log": "^0.7.2", "@xen-orchestra/xapi": "^8.9.0", "complex-matcher": "^1.1.1", diff --git a/@xen-orchestra/web/package.json b/@xen-orchestra/web/package.json index 14398e0f15..117fe2d55b 100644 --- a/@xen-orchestra/web/package.json +++ b/@xen-orchestra/web/package.json @@ -1,6 +1,6 @@ { "name": "@xen-orchestra/web", - "version": "0.55.1", + "version": "0.55.2", "type": "module", "scripts": { "dev": "vite", diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db2b03aea..a71ae59816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # ChangeLog +## **next** + +### Enhancements + +- [vm stats] Reduce the memory consumption of the rrd stats (PR [#10039](https://github.com/vatesfr/xen-orchestra/pull/10039)) + +### Bug fixes + +- [VDI] Fix progress bar appearing half-filled when used space is at 100% [Forum#100200](https://xcp-ng.org/forum/post/100200) (PR [#10027](https://github.com/vatesfr/xen-orchestra/pull/10027)) +- [Backups] Improve resume of backup merge failure for VHD files (PR [#10053](https://github.com/vatesfr/xen-orchestra/pull/10053)) + +### Released packages + +- @xen-orchestra/backup-archive 1.0.3 +- @xen-orchestra/backups 0.73.6 +- @xen-orchestra/proxy 0.31.1 +- @xen-orchestra/web 0.55.2 +- xo-server 5.205.1 + ## **6.6.0** (2026-06-30) Channel: latest diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 332648f552..28976f1ba1 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -11,16 +11,10 @@ > Users must be able to say: "Nice enhancement, I'm eager to test it" -- [vm stats] Reduce the memory consumption of the rrd stats (PR [#10039](https://github.com/vatesfr/xen-orchestra/pull/10039)) - ### Bug fixes > Users must be able to say: "I had this issue, happy to know it's fixed" -- [VDI] Fix progress bar appearing half-filled when used space is at 100% [Forum#100200](https://xcp-ng.org/forum/post/100200) (PR [#10027](https://github.com/vatesfr/xen-orchestra/pull/10027)) - -- [Backups] Improve resume of backup merge failure for VHD files (PR [#10053](https://github.com/vatesfr/xen-orchestra/pull/10053)) - ### Packages to release > When modifying a package, add it here with its release type. @@ -37,9 +31,4 @@ -- @xen-orchestra/backup-archive patch -- @xen-orchestra/backups patch -- @xen-orchestra/web patch -- xo-server patch - diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index 10ebb32721..f2c900eb49 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.205.0", + "version": "5.205.1", "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.3", - "@xen-orchestra/backups": "^0.73.5", + "@xen-orchestra/backups": "^0.73.6", "@xen-orchestra/cron": "^1.0.7", "@xen-orchestra/defined": "^0.0.2", "@xen-orchestra/disk-transform": "^1.3.1",