feat: technical release (#8846)

This commit is contained in:
Mathieu
2025-07-31 14:54:07 +02:00
committed by GitHub
parent 85e936f22f
commit 497754ef4f
11 changed files with 19 additions and 23 deletions

View File

@@ -19,7 +19,7 @@
},
"main": "./index.mjs",
"dependencies": {
"@xen-orchestra/fs": "^4.6.1",
"@xen-orchestra/fs": "^4.6.2",
"@xen-orchestra/log": "^0.7.1",
"fuse-native": "^2.2.6",
"lru-cache": "^7.14.0",

View File

@@ -9,7 +9,7 @@
"@vates/async-each": "^1.0.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.63.0",
"@xen-orchestra/fs": "^4.6.1",
"@xen-orchestra/fs": "^4.6.2",
"filenamify": "^6.0.0",
"getopts": "^2.2.5",
"lodash": "^4.17.15",

View File

@@ -30,7 +30,7 @@
"@vates/parse-duration": "^0.1.1",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/disk-transform": "^1.1.0",
"@xen-orchestra/fs": "^4.6.1",
"@xen-orchestra/fs": "^4.6.2",
"@xen-orchestra/log": "^0.7.1",
"@xen-orchestra/qcow2": "^1.0.0",
"@xen-orchestra/template": "^0.1.0",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "@xen-orchestra/fs",
"version": "4.6.1",
"version": "4.6.2",
"license": "AGPL-3.0-or-later",
"description": "The File System for Xen Orchestra backups.",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/fs",

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@xen-orchestra/proxy",
"version": "0.29.26",
"version": "0.29.27",
"license": "AGPL-3.0-or-later",
"description": "XO Proxy used to remotely execute backup jobs",
"keywords": [
@@ -34,7 +34,7 @@
"@vates/task": "^0.6.2",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.63.0",
"@xen-orchestra/fs": "^4.6.1",
"@xen-orchestra/fs": "^4.6.2",
"@xen-orchestra/log": "^0.7.1",
"@xen-orchestra/mixin": "^0.2.0",
"@xen-orchestra/mixins": "^0.16.4",

View File

@@ -44,14 +44,15 @@
- [ACL] Confirmation message when deleting an ACL rule (PR [#8774](https://github.com/vatesfr/xen-orchestra/pull/8774))
- [xo-server] Display build commit at start-up and with `xo-server --help`
- [xo-server] Warn if build is out of sync with local git repository
- [Storage/Disks & VM/Disks] Add image format in disks tabs. Display "Unknown" if unsupported. (PR [#8835](https://github.com/vatesfr/xen-orchestra/pull/8835))
- [Storage/Disks & VM/Disks] Add image format in disks tabs (PR [#8835](https://github.com/vatesfr/xen-orchestra/pull/8835))
- [Backups] Extra confirmation step when deleting specific VM backups (PR [#8813](https://github.com/vatesfr/xen-orchestra/pull/8813))
- [Storage/Advanced] Add supported_image_format in storage advanced tab. Display "Unknown" if unsupported. (PR [#8834](https://github.com/vatesfr/xen-orchestra/pull/8834))
- [Storage/Advanced] Add supported_image_format in storage advanced tab (PR [#8834](https://github.com/vatesfr/xen-orchestra/pull/8834))
### Bug fixes
- [Backup] Fix full backup retry failing with EEXIST error (PR [#8776](https://github.com/vatesfr/xen-orchestra/pull/8776))
- [Backup] Force snapshot if one of its VDIs has a NOBAK tag (PR [#8820](https://github.com/vatesfr/xen-orchestra/pull/8820))
- [Backup] Better handling of filesystem error while reading file (PR [#8818](https://github.com/vatesfr/xen-orchestra/pull/8818))
- **XO 6:**
@@ -65,7 +66,6 @@
### Released packages
- @xen-orchestra/fs 4.6.1
- @vates/generator-toolbox 1.0.4
- @vates/types 1.9.0
- @xen-orchestra/xapi 8.3.3
@@ -74,12 +74,13 @@
- @xen-orchestra/immutable-backups 1.0.23
- @xen-orchestra/mixins 0.16.4
- @xen-orchestra/openflow 0.1.3
- @xen-orchestra/proxy 0.29.26
- @xen-orchestra/web-core 0.26.0
- @xen-orchestra/rest-api 0.13.0
- @xen-orchestra/web 0.24.0
- xo-server 5.184.0
- xo-web 5.181.0
- @xen-orchestra/fs 4.6.2
- @xen-orchestra/proxy 0.29.27
- xo-server 5.184.1
- xo-web 5.181.1
## **5.108.1** (2025-07-03)

View File

@@ -15,8 +15,6 @@
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Backup] Better handling of filesystem error while reading file (PR [#8818](https://github.com/vatesfr/xen-orchestra/pull/8818))
### Packages to release
> When modifying a package, add it here with its release type.
@@ -33,7 +31,4 @@
<!--packages-start-->
- @xen-orchestra/fs patch
- xo-web patch
<!--packages-end-->

View File

@@ -23,7 +23,7 @@
"node": ">=10"
},
"dependencies": {
"@xen-orchestra/fs": "^4.6.1",
"@xen-orchestra/fs": "^4.6.2",
"cli-progress": "^3.1.0",
"exec-promise": "^0.7.0",
"getopts": "^2.2.3",

View File

@@ -20,7 +20,7 @@
"@vates/read-chunk": "^1.2.0",
"@vates/stream-reader": "^0.1.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/fs": "^4.6.1",
"@xen-orchestra/fs": "^4.6.2",
"@xen-orchestra/log": "^0.7.1",
"async-iterator-to-stream": "^1.0.2",
"decorator-synchronized": "^0.6.0",
@@ -33,7 +33,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@xen-orchestra/fs": "^4.6.1",
"@xen-orchestra/fs": "^4.6.2",
"execa": "^5.0.0",
"get-stream": "^6.0.0",
"rimraf": "^5.0.1",

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.184.0",
"version": "5.184.1",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -50,7 +50,7 @@
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.2",
"@xen-orchestra/emit-async": "^1.0.0",
"@xen-orchestra/fs": "^4.6.1",
"@xen-orchestra/fs": "^4.6.2",
"@xen-orchestra/log": "^0.7.1",
"@xen-orchestra/mixin": "^0.2.0",
"@xen-orchestra/mixins": "^0.16.4",

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-web",
"version": "5.181.0",
"version": "5.181.1",
"license": "AGPL-3.0-or-later",
"description": "Web interface client for Xen-Orchestra",
"keywords": [