From eb4c55d82c46a75c44d78ecb4a8f1f31ffa28c7d Mon Sep 17 00:00:00 2001 From: Bastien Nollet <150058367+b-Nollet@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:01:18 +0200 Subject: [PATCH] feat: technical release (#10045) * feat(@vates/types): 1.28.0 * feat(@xen-orchestra/acl): 1.4.0 * feat(@xen-orchestra/backups): 0.73.5 * feat(@xen-orchestra/proxy): 0.31.0 * feat(@xen-orchestra/rest-api): 0.35.0 * feat(@xen-orchestra/web): 0.55.1 * feat(xo-server): 5.205.0 * feat(xo-server-sdn-controller): 1.4.0 * chore(CHANGELOG): update next * clear changelog --- @vates/types/package.json | 2 +- @xen-orchestra/acl/package.json | 4 ++-- @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 | 2 +- @xen-orchestra/immutable-backups/package.json | 2 +- @xen-orchestra/lite/package.json | 2 +- @xen-orchestra/mcp/package.json | 2 +- @xen-orchestra/proxy/package.json | 4 ++-- @xen-orchestra/rest-api/package.json | 8 +++---- @xen-orchestra/web/package.json | 4 ++-- CHANGELOG.md | 24 ++++++++++--------- CHANGELOG.unreleased.md | 14 ----------- packages/xo-server-ipmi-sensors/package.json | 2 +- packages/xo-server-openmetrics/package.json | 2 +- .../xo-server-sdn-controller/package.json | 4 ++-- packages/xo-server/package.json | 10 ++++---- 18 files changed, 41 insertions(+), 53 deletions(-) diff --git a/@vates/types/package.json b/@vates/types/package.json index 3d2c7ea8c8..b353c3d36a 100644 --- a/@vates/types/package.json +++ b/@vates/types/package.json @@ -1,7 +1,7 @@ { "name": "@vates/types", "private": false, - "version": "1.27.0", + "version": "1.28.0", "main": "./dist/index.mjs", "exports": { ".": { diff --git a/@xen-orchestra/acl/package.json b/@xen-orchestra/acl/package.json index 6381949ac1..aaf209878a 100644 --- a/@xen-orchestra/acl/package.json +++ b/@xen-orchestra/acl/package.json @@ -6,7 +6,7 @@ "main": "dist/index.mjs", "name": "@xen-orchestra/acl", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/acl", - "version": "1.3.0", + "version": "1.4.0", "license": "AGPL-3.0-or-later", "private": false, "type": "module", @@ -30,7 +30,7 @@ }, "devDependencies": { "@eslint/js": "^9.19.0", - "@vates/types": "^1.27.0", + "@vates/types": "^1.28.0", "rimraf": "^6.0.1", "typescript": "~5.6", "typescript-eslint": "^8.61.0" diff --git a/@xen-orchestra/backup-archive/package.json b/@xen-orchestra/backup-archive/package.json index 85b3be2594..54f3ab79de 100644 --- a/@xen-orchestra/backup-archive/package.json +++ b/@xen-orchestra/backup-archive/package.json @@ -21,7 +21,7 @@ "tar-stream": "^3.1.8", "@types/tar-stream": "^3.1.4", "tmp": "^0.2.1", - "@vates/types": "^1.27.0" + "@vates/types": "^1.28.0" }, "dependencies": { "@xen-orchestra/log": "^0.7.1", diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index 7ca3f45093..4d815609ef 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.4", + "@xen-orchestra/backups": "^0.73.5", "@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 6a8a10d73d..4515a8ed60 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.4", + "version": "0.73.5", "engines": { "node": ">=14.18" }, @@ -30,7 +30,7 @@ "@vates/nbd-client": "^3.4.0", "@vates/parse-duration": "^0.1.1", "@vates/task": "^0.7.0", - "@vates/types": "^1.27.0", + "@vates/types": "^1.28.0", "@xen-orchestra/async-map": "^0.1.3", "@xen-orchestra/disk-transform": "^1.3.1", "@xen-orchestra/fs": "^4.9.1", diff --git a/@xen-orchestra/disk-cli/package.json b/@xen-orchestra/disk-cli/package.json index aa7c30c56d..99ca6e2998 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.73.4", + "@xen-orchestra/backups": "^0.73.5", "@xen-orchestra/backup-archive": "^1.0.2", "@xen-orchestra/disk-transform": "^1.3.1", "@xen-orchestra/fs": "^4.9.1", diff --git a/@xen-orchestra/immutable-backups/package.json b/@xen-orchestra/immutable-backups/package.json index 6c0fec5678..c533bfd92b 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.4", + "@xen-orchestra/backups": "^0.73.5", "@xen-orchestra/log": "^0.7.2", "app-conf": "^3.0.0", "execa": "^5.0.0", diff --git a/@xen-orchestra/lite/package.json b/@xen-orchestra/lite/package.json index 732f2525da..cddf031bd2 100644 --- a/@xen-orchestra/lite/package.json +++ b/@xen-orchestra/lite/package.json @@ -28,7 +28,7 @@ "@types/file-saver": "^2.0.7", "@types/lodash-es": "^4.17.12", "@types/node": "^18.19.80", - "@vates/types": "^1.27.0", + "@vates/types": "^1.28.0", "@vitejs/plugin-vue": "^6.0.0", "@vue/tsconfig": "^0.9.0", "@vueuse/core": "^14.0.0", diff --git a/@xen-orchestra/mcp/package.json b/@xen-orchestra/mcp/package.json index 4c52d2d60b..b8b9d8ed32 100644 --- a/@xen-orchestra/mcp/package.json +++ b/@xen-orchestra/mcp/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@eslint/js": "^9.19.0", "@types/node": "^22.3.0", - "@vates/types": "^1.27.0", + "@vates/types": "^1.28.0", "rimraf": "^6.0.0", "typescript": "~5.6.3", "typescript-eslint": "^8.61.0" diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index 3bf468fc9f..842b4dd93a 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.5", + "version": "0.31.0", "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.4", + "@xen-orchestra/backups": "^0.73.5", "@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 2c0c2b3bd1..7af26ea43c 100644 --- a/@xen-orchestra/rest-api/package.json +++ b/@xen-orchestra/rest-api/package.json @@ -6,7 +6,7 @@ "main": "./dist/index.mjs", "name": "@xen-orchestra/rest-api", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/rest-api", - "version": "0.34.0", + "version": "0.35.0", "description": "REST API to manage your XOA", "license": "AGPL-3.0-or-later", "private": false, @@ -36,9 +36,9 @@ "dependencies": { "@vates/async-each": "^1.0.3", "@vates/task": "^0.7.0", - "@vates/types": "^1.27.0", - "@xen-orchestra/acl": "^1.3.0", - "@xen-orchestra/backups": "^0.73.4", + "@vates/types": "^1.28.0", + "@xen-orchestra/acl": "^1.4.0", + "@xen-orchestra/backups": "^0.73.5", "@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 679bb7e9fb..14398e0f15 100644 --- a/@xen-orchestra/web/package.json +++ b/@xen-orchestra/web/package.json @@ -1,6 +1,6 @@ { "name": "@xen-orchestra/web", - "version": "0.55.0", + "version": "0.55.1", "type": "module", "scripts": { "dev": "vite", @@ -28,7 +28,7 @@ "@types/d3-time-format": "^4.0.3", "@types/lodash-es": "^4.17.12", "@types/node": "^18.19.80", - "@vates/types": "^1.27.0", + "@vates/types": "^1.28.0", "@vitejs/plugin-vue": "^6.0.0", "@vue/tsconfig": "^0.9.0", "@vueuse/core": "^14.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 1647f70563..6ec6feae64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ - [REST API] add `hosts/:id/actions/join_pool` REST route (PR [#9876](https://github.com/vatesfr/xen-orchestra/pull/9876)) - [REST API] Ask for user credentials for unauthenticated users (PR [#9938](https://github.com/vatesfr/xen-orchestra/pull/9938)) - [REST API] `PATCH /rest/v0/vifs/{id}` to update VIF properties (allowed IPs, locking mode, rate limit, TX checksumming) (PR [#9935](https://github.com/vatesfr/xen-orchestra/pull/9935)) +- [REST API] Expose `GET /backup-repositories/:id/health` and `POST /backup-repositories/:id/actions/benchmark` routes (PR [#9847](https://github.com/vatesfr/xen-orchestra/pull/9847)) +- [REST API] Added start, clean_shutdown, clean_reboot, smart_reboot, restart_toolstack, emergency_shutdown, detach and forget REST action route for hosts (PR [#9887](https://github.com/vatesfr/xen-orchestra/pull/9887)) - [REST API/RBAC] Add a built-in **Network administrator** role template: manage networks and VIFs, read and update PIFs (PR [#9952](https://github.com/vatesfr/xen-orchestra/pull/9952)) - [REST API/RBAC] Add a built-in Storage administrator ACL role template to administer SRs, VDIs, VBDs, PBDs and backup repositories (PR [#9963](https://github.com/vatesfr/xen-orchestra/pull/9963)) - [SDN Controller] Replace xapi.objects.all with specified object types to avoid filtering through all objects each time (PR [#9886](https://github.com/vatesfr/xen-orchestra/pull/9886)) @@ -45,10 +47,9 @@ - [V2V] Add `esxi.importDisk` API endpoint to import a single ESXi disk into an SR as a standalone VDI ( [PR#10024] (https://github.com/vatesfr/xen-orchestra/pull/10024)) - [V2V] Create a CDROM on destination if source has one (PR [#10014](https://github.com/vatesfr/xen-orchestra/pull/10014)) - [XO5/V2V] Show if the transfer will be a full or a delta one when doing 2 steps V2V transfer (PR [#10014](https://github.com/vatesfr/xen-orchestra/pull/10014)) +- [XO5/XOA] Ability to take snapshot before installing upgrades (PR [#9920](https://github.com/vatesfr/xen-orchestra/pull/9920)) - [SidePanels] Add and use new `VtsCardObjectTitle` component to display object title and ID in side panels (PR [#9755](https://github.com/vatesfr/xen-orchestra/pull/9755)) - -- **XO 5**: - - [XOA] Ability to take snapshot before installing upgrades (PR [#9920](https://github.com/vatesfr/xen-orchestra/pull/9920)) +- [sdn-controller] Add `POST /rest/v0/plugins/sdn-controller/networks/:id/actions/update_traffic_rule` and `POST /rest/v0/plugins/sdn-controller/vifs/:id/actions/update_traffic_rule` (PR [#9936](https://github.com/vatesfr/xen-orchestra/pull/9936)) - [Dependabot] Update packages and sync package.json with yarn.lock (PR [#9969](https://github.com/vatesfr/xen-orchestra/pull/9969)) - update shell-quote to 1.8.4: @@ -90,6 +91,7 @@ - [Backups] Fix failed VM not appearing in the logs (PR [#10021](https://github.com/vatesfr/xen-orchestra/pull/10021)) - [Backup/Restore] Fix file-level restore of VMs whose disks use LVM (e.g. the default Ubuntu install layout): logical volumes are now listed and can be restored, including when restoring several copies of the same VM at once — previously failed with `unknown filesystem type 'LVM2_member'` (PR [#9776](https://github.com/vatesfr/xen-orchestra/pull/9776)) - [Backup/Restore] Fix file-level restore hanging when downloading large folders, and high memory use when downloading a folder as a zip (PR [#9776](https://github.com/vatesfr/xen-orchestra/pull/9776)) +- [Backups/replication] Fix error MEMORY_CONSTRAINT_VIOLATION_ORDER during replication (PR [#10034](https://github.com/vatesfr/xen-orchestra/pull/10034)) - [V2V] Fix stream issue for large disks used with smaller blocks (PR [#9948](https://github.com/vatesfr/xen-orchestra/pull/9948)) - [V2V] Fix migration when template memory_static_min is it's less than actual vm memory (PR [#10014](https://github.com/vatesfr/xen-orchestra/pull/10014)) - xo-server-sdn-controller: apply/clean network rules on VIF update (PR [#9933](https://github.com/vatesfr/xen-orchestra/pull/9933)) @@ -116,8 +118,6 @@ - @vates/fuse-vhd 2.1.3 - xo-common 0.10.0 - xen-api 4.7.8 -- @vates/types 1.27.0 -- @xen-orchestra/acl 1.3.0 - @xen-orchestra/backup-archive 1.0.2 - @xen-orchestra/qcow2 1.3.1 - @xen-orchestra/xapi 8.9.0 @@ -126,22 +126,24 @@ - @xen-orchestra/mixins 0.20.1 - @xen-orchestra/openflow 0.1.4 - @xen-orchestra/qa-test 1.1.0 -- @xen-orchestra/rest-api 0.34.0 - @xen-orchestra/upload-ova 0.1.8 - xo-acl-resolver 0.5.3 - xo-server-audit 0.15.1 - xo-server-ipmi-sensors 2.0.1 - xo-server-load-balancer 0.13.0 - xo-server-openmetrics 1.7.0 -- xo-server-sdn-controller 1.3.3 -- @xen-orchestra/backups 0.73.4 - @xen-orchestra/web-core 0.56.0 -- @xen-orchestra/proxy 0.30.5 - @xen-orchestra/vmware-explorer 0.14.0 -- @xen-orchestra/web 0.55.0 -- xo-server 5.204.0 - xo-server-netbox 1.13.1 - xo-web 5.199.0 +- @vates/types 1.28.0 +- @xen-orchestra/acl 1.4.0 +- @xen-orchestra/backups 0.73.5 +- @xen-orchestra/proxy 0.31.0 +- @xen-orchestra/rest-api 0.35.0 +- @xen-orchestra/web 0.55.1 +- xo-server 5.205.0 +- xo-server-sdn-controller 1.4.0 ## **6.5.1** (2026-06-01) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 9491215ba3..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" -- [REST API] Expose `GET /backup-repositories/:id/health` and `POST /backup-repositories/:id/actions/benchmark` routes (PR [#9847](https://github.com/vatesfr/xen-orchestra/pull/9847)) -- [sdn-controller] Add `POST /rest/v0/plugins/sdn-controller/networks/:id/actions/update_traffic_rule` and `POST /rest/v0/plugins/sdn-controller/vifs/:id/actions/update_traffic_rule` (PR [#9936](https://github.com/vatesfr/xen-orchestra/pull/9936)) -- [REST API] Added start, clean_shutdown, clean_reboot, smart_reboot, restart_toolstack, emergency_shutdown, detach and forget REST action route for hosts (PR [#9887](https://github.com/vatesfr/xen-orchestra/pull/9887)) - ### Bug fixes > Users must be able to say: "I had this issue, happy to know it's fixed" -- [Backups/replication] Fix error MEMORY_CONSTRAINT_VIOLATION_ORDER during replication (PR [#10034](https://github.com/vatesfr/xen-orchestra/pull/10034)) - ### Packages to release > When modifying a package, add it here with its release type. @@ -36,13 +30,5 @@ > Keep this list alphabetically ordered to avoid merge conflicts -- @vates/types minor -- @xen-orchestra/acl minor -- @xen-orchestra/backups patch -- @xen-orchestra/proxy minor -- @xen-orchestra/rest-api minor -- xo-server minor -- xo-server-sdn-controller minor - diff --git a/packages/xo-server-ipmi-sensors/package.json b/packages/xo-server-ipmi-sensors/package.json index f26c00a72a..230b375eee 100644 --- a/packages/xo-server-ipmi-sensors/package.json +++ b/packages/xo-server-ipmi-sensors/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "@isaacs/ttlcache": "^1.4.1", - "@vates/types": "^1.27.0", + "@vates/types": "^1.28.0", "@xen-orchestra/log": "^0.7.1" }, "devDependencies": { diff --git a/packages/xo-server-openmetrics/package.json b/packages/xo-server-openmetrics/package.json index cb161d71e3..c049defb5f 100644 --- a/packages/xo-server-openmetrics/package.json +++ b/packages/xo-server-openmetrics/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@vates/async-each": "^1.0.3", - "@vates/types": "^1.27.0", + "@vates/types": "^1.28.0", "@xen-orchestra/log": "^0.7.2", "json5": "^2.2.3", "undici": "^6.2.1" diff --git a/packages/xo-server-sdn-controller/package.json b/packages/xo-server-sdn-controller/package.json index 3ea2001181..956221547b 100644 --- a/packages/xo-server-sdn-controller/package.json +++ b/packages/xo-server-sdn-controller/package.json @@ -16,7 +16,7 @@ "predev": "yarn run prebuild", "prepublishOnly": "yarn run build" }, - "version": "1.3.3", + "version": "1.4.0", "engines": { "node": ">=10" }, @@ -30,7 +30,7 @@ "dependencies": { "@vates/async-each": "^1.0.3", "@vates/coalesce-calls": "^0.1.0", - "@vates/types": "^1.26.0", + "@vates/types": "^1.28.0", "@xen-orchestra/log": "^0.7.2", "@xen-orchestra/openflow": "^0.1.4", "ipaddr.js": "^2.0.1", diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index 8a2d8149cb..10ebb32721 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.204.0", + "version": "5.205.0", "license": "AGPL-3.0-or-later", "description": "Server part of Xen-Orchestra", "keywords": [ @@ -46,11 +46,11 @@ "@vates/predicates": "^1.1.0", "@vates/read-chunk": "^1.2.1", "@vates/task": "^0.7.0", - "@vates/types": "^1.27.0", + "@vates/types": "^1.28.0", "@vates/xml": "^2.0.0", "@vates/xml-rpc": "^1.0.0", "@xen-orchestra/async-map": "^0.1.3", - "@xen-orchestra/backups": "^0.73.4", + "@xen-orchestra/backups": "^0.73.5", "@xen-orchestra/cron": "^1.0.7", "@xen-orchestra/defined": "^0.0.2", "@xen-orchestra/disk-transform": "^1.3.1", @@ -60,7 +60,7 @@ "@xen-orchestra/mixin": "^0.2.1", "@xen-orchestra/mixins": "^0.20.1", "@xen-orchestra/qcow2": "^1.3.1", - "@xen-orchestra/rest-api": "^0.34.0", + "@xen-orchestra/rest-api": "^0.35.0", "@xen-orchestra/self-signed": "^0.2.1", "@xen-orchestra/template": "^0.1.1", "@xen-orchestra/vmware-explorer": "^0.14.0", @@ -162,7 +162,7 @@ "@babel/plugin-proposal-pipeline-operator": "^7.0.0", "@babel/plugin-proposal-throw-expressions": "^7.0.0", "@babel/preset-env": "^7.29.0", - "@xen-orchestra/acl": "^1.3.0", + "@xen-orchestra/acl": "^1.4.0", "babel-plugin-transform-define": "^2.1.4", "babel-plugin-transform-dev": "^2.0.1", "cross-env": "^7.0.2",