feat: technical release (#9927)

This commit is contained in:
Pierre Brunet
2026-06-01 11:31:40 +02:00
committed by GitHub
parent c792d1e1dc
commit e822276d62
12 changed files with 32 additions and 25 deletions

View File

@@ -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": "",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/xva",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"author": "",
"license": "ISC",

View File

@@ -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)
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />

View File

@@ -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 @@
<!--packages-start-->
- @xen-orchestra/backup-archive patch
- @xen-orchestra/backups patch
- @xen-orchestra/vmware-explorer patch
- @xen-orchestra/xva patch
- xo-server patch
<!--packages-end-->

View File

@@ -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",