diff --git a/@xen-orchestra/backup-archive/package.json b/@xen-orchestra/backup-archive/package.json index 91437a5bd5..c170c4978d 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.0", + "version": "1.0.1", "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 6ec622cdd3..29d846ff18 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.1", + "@xen-orchestra/backups": "^0.73.2", "@xen-orchestra/fs": "^4.9.0", "filenamify": "^6.0.0", "getopts": "^2.2.5", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index 2cde8d1894..d72551b990 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.1", + "version": "0.73.2", "engines": { "node": ">=14.18" }, @@ -37,7 +37,7 @@ "@xen-orchestra/log": "^0.7.2", "@xen-orchestra/qcow2": "^1.3.0", "@xen-orchestra/template": "^0.1.1", - "@xen-orchestra/backup-archive": "^1.0.0", + "@xen-orchestra/backup-archive": "^1.0.1", "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 8d2d9303b3..944fa64392 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.1", - "@xen-orchestra/backup-archive": "^1.0.0", + "@xen-orchestra/backups": "^0.73.2", + "@xen-orchestra/backup-archive": "^1.0.1", "@xen-orchestra/disk-transform": "^1.3.0", "@xen-orchestra/fs": "^4.9.0", "@xen-orchestra/qcow2": "^1.3.0", diff --git a/@xen-orchestra/immutable-backups/package.json b/@xen-orchestra/immutable-backups/package.json index 4b8fd85c90..28f26542e5 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.1", + "@xen-orchestra/backups": "^0.73.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 2534ddbd49..1fd4b5669a 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.30.2", + "version": "0.30.3", "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.1", + "@xen-orchestra/backups": "^0.73.2", "@xen-orchestra/fs": "^4.9.0", "@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 8ecb3a804f..d5e41ea963 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.26.0", "@xen-orchestra/acl": "^1.2.0", - "@xen-orchestra/backups": "^0.73.1", + "@xen-orchestra/backups": "^0.73.2", "@xen-orchestra/log": "^0.7.2", "@xen-orchestra/xapi": "^8.8.0", "complex-matcher": "^1.1.1", diff --git a/@xen-orchestra/vmware-explorer/package.json b/@xen-orchestra/vmware-explorer/package.json index b8e1a663ef..cce8da4879 100644 --- a/@xen-orchestra/vmware-explorer/package.json +++ b/@xen-orchestra/vmware-explorer/package.json @@ -1,7 +1,7 @@ { "license": "ISC", "private": false, - "version": "0.13.0", + "version": "0.13.1", "name": "@xen-orchestra/vmware-explorer", "dependencies": { "@vates/nbd-client": "^3.4.0", diff --git a/@xen-orchestra/xva/package.json b/@xen-orchestra/xva/package.json index 32d05b7048..2f87396a2c 100644 --- a/@xen-orchestra/xva/package.json +++ b/@xen-orchestra/xva/package.json @@ -1,6 +1,6 @@ { "name": "@xen-orchestra/xva", - "version": "1.0.2", + "version": "1.0.3", "main": "index.js", "author": "", "license": "ISC", diff --git a/CHANGELOG.md b/CHANGELOG.md index 324e7ed0fb..cae3e1acfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # ChangeLog +## **next** + +### Bug fixes + +- [Backup] fix transfer size only counting the last disk transferred (PR [#9900](https://github.com/vatesfr/xen-orchestra/pull/9900)) +- [Backup] fix backup cleanup removing too many files when listing fails (PR [#9925](https://github.com/vatesfr/xen-orchestra/pull/9925)) + +### Released packages + +- @xen-orchestra/backup-archive 1.0.1 +- @xen-orchestra/backups 0.73.2 +- @xen-orchestra/proxy 0.30.3 +- @xen-orchestra/vmware-explorer 0.13.1 +- @xen-orchestra/xva 1.0.3 +- xo-server 5.202.2 + ## **6.5.0** (2026-05-28) Channel: latest diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 10b3b9287d..28976f1ba1 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -15,9 +15,6 @@ > Users must be able to say: "I had this issue, happy to know it's fixed" -- [Backup] fix transfer size only counting the last disk transferred (PR [#9900](https://github.com/vatesfr/xen-orchestra/pull/9900)) -- [Backup] fix backup cleanup removing too many files when listing fails (PR [#9925](https://github.com/vatesfr/xen-orchestra/pull/9925)) - ### Packages to release > When modifying a package, add it here with its release type. @@ -34,10 +31,4 @@ -- @xen-orchestra/backup-archive patch -- @xen-orchestra/backups patch -- @xen-orchestra/vmware-explorer patch -- @xen-orchestra/xva patch -- xo-server patch - diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index ff19dfa6ab..40230a7619 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.202.1", + "version": "5.202.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.3", - "@xen-orchestra/backups": "^0.73.1", + "@xen-orchestra/backups": "^0.73.2", "@xen-orchestra/cron": "^1.0.7", "@xen-orchestra/defined": "^0.0.2", "@xen-orchestra/disk-transform": "^1.3.0", @@ -63,9 +63,9 @@ "@xen-orchestra/rest-api": "^0.33.0", "@xen-orchestra/self-signed": "^0.2.1", "@xen-orchestra/template": "^0.1.1", - "@xen-orchestra/vmware-explorer": "^0.13.0", + "@xen-orchestra/vmware-explorer": "^0.13.1", "@xen-orchestra/xapi": "^8.8.0", - "@xen-orchestra/xva": "^1.0.2", + "@xen-orchestra/xva": "^1.0.3", "ajv": "^8.0.3", "app-conf": "^3.0.0", "async-iterator-to-stream": "^1.0.1",