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
This commit is contained in:
Bastien Nollet
2026-06-30 12:01:18 +02:00
committed by GitHub
parent d43ca09b8b
commit eb4c55d82c
18 changed files with 41 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@vates/types",
"private": false,
"version": "1.27.0",
"version": "1.28.0",
"main": "./dist/index.mjs",
"exports": {
".": {

View File

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

View File

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

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.4",
"@xen-orchestra/backups": "^0.73.5",
"@xen-orchestra/fs": "^4.9.1",
"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.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",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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)

View File

@@ -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
<!--packages-start-->
- @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
<!--packages-end-->

View File

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

View File

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

View File

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

View File

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