feat: technical release (#8288)

This commit is contained in:
b-Nollet
2025-01-30 11:54:42 +01:00
committed by GitHub
parent 81e7e07312
commit 437e438672
11 changed files with 23 additions and 33 deletions

View File

@@ -7,7 +7,7 @@
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"dependencies": {
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.58.0",
"@xen-orchestra/backups": "^0.58.1",
"@xen-orchestra/fs": "^4.4.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.58.0",
"version": "0.58.1",
"engines": {
"node": ">=14.18"
},

View File

@@ -23,7 +23,7 @@
},
"dependencies": {
"@vates/async-each": "^1.0.0",
"@xen-orchestra/backups": "^0.58.0",
"@xen-orchestra/backups": "^0.58.1",
"@xen-orchestra/log": "^0.7.1",
"app-conf": "^3.0.0",
"chokidar": "^3.5.3",

View File

@@ -32,7 +32,7 @@
"@vueuse/core": "^10.7.1",
"@vueuse/math": "^10.7.1",
"@vueuse/shared": "^10.7.1",
"@xen-orchestra/web-core": "^0.11.0",
"@xen-orchestra/web-core": "^0.12.0",
"complex-matcher": "^0.7.1",
"d3-time-format": "^4.1.0",
"decorator-synchronized": "^0.6.0",

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@xen-orchestra/proxy",
"version": "0.29.10",
"version": "0.29.11",
"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.6.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.58.0",
"@xen-orchestra/backups": "^0.58.1",
"@xen-orchestra/fs": "^4.4.0",
"@xen-orchestra/log": "^0.7.1",
"@xen-orchestra/mixin": "^0.2.0",

View File

@@ -1,7 +1,7 @@
{
"name": "@xen-orchestra/web-core",
"type": "module",
"version": "0.11.0",
"version": "0.12.0",
"private": false,
"exports": {
"./*": {

View File

@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/web",
"version": "0.7.0",
"version": "0.8.0",
"type": "module",
"scripts": {
"dev": "vite",
@@ -27,7 +27,7 @@
"@vueuse/math": "^10.7.1",
"@vueuse/shared": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"@xen-orchestra/web-core": "^0.11.0",
"@xen-orchestra/web-core": "^0.12.0",
"human-format": "^1.2.1",
"lodash-es": "^4.17.21",
"npm-run-all2": "^6.1.1",

View File

@@ -11,6 +11,8 @@
- [UI] Use user language set in XO 5 to set the language in XO 6 (PR [#8232](https://github.com/vatesfr/xen-orchestra/pull/8232))
- [Console] Adding a border when console is focused (PR [#8235](https://github.com/vatesfr/xen-orchestra/pull/8235))
- [Console] Add fullscreen functionality for console (PR [#8238](https://github.com/vatesfr/xen-orchestra/pull/8238))
- [Pool/Networks]: Display networks and host internal networks lists in pool view (PR [#8182](https://github.com/vatesfr/xen-orchestra/pull/8182))
- [Host/Networks]: Display Pifs lists in host view (PR [#8198](https://github.com/vatesfr/xen-orchestra/pull/8198))
- [Backup] New [ChaCha20-Poly1305](https://en.wikipedia.org/wiki/ChaCha20-Poly1305) encryption for remotes, allow encrypted files larger than 64GB (PR [#8237](https://github.com/vatesfr/xen-orchestra/pull/8237))
- [Backup] Don't checksum encrypted full backup because encryption already handles it (PR [#8270](https://github.com/vatesfr/xen-orchestra/pull/8270))
@@ -26,22 +28,25 @@
- [Backup/LTR] Fix computation for the last week of the year (PR [#8269](https://github.com/vatesfr/xen-orchestra/pull/8269))
- [New/Storage] Correctly display error if storage detection failed for HBA or ZFS (PR [#8250](https://github.com/vatesfr/xen-orchestra/pull/8250))
- Fix error `sr.getAllUnhealthyVdiChainsLength(...) [36ms] =!> TypeError: Cannot read properties of undefined (reading 'managed')` (PR [#8273](https://github.com/vatesfr/xen-orchestra/pull/8273))
- [Backups] Fix error `Cannot read properties of undefined (reading 'endsWith')` (PR [#8275](https://github.com/vatesfr/xen-orchestra/pull/8275))
- **XO 6**:
- [Pool/Network] Fix issue with network status (PR [#8284](https://github.com/vatesfr/xen-orchestra/pull/8284))
### Released packages
- @xen-orchestra/fs 4.4.0
- @xen-orchestra/xapi 7.11.0
- @xen-orchestra/backups 0.58.0
- @xen-orchestra/backups-cli 1.0.29
- @xen-orchestra/immutable-backups 1.0.17
- @xen-orchestra/web-core 0.11.0
- @xen-orchestra/proxy 0.29.10
- @xen-orchestra/vmware-explorer 0.9.0
- @xen-orchestra/web 0.7.0
- xo-server 5.169.0
- xo-server-audit 0.12.2
- xo-server-usage-report 0.10.7
- xo-web 5.168.0
- @xen-orchestra/backups 0.58.1
- @xen-orchestra/web-core 0.12.0
- @xen-orchestra/proxy 0.29.11
- @xen-orchestra/web 0.8.0
- xo-server 5.169.1
- xo-web 5.168.1
## **5.102.1** (2025-01-09)

View File

@@ -11,19 +11,10 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- **XO 6**:
- [Pool/Networks]: Display networks and host internal networks lists in pool view (PR [#8182](https://github.com/vatesfr/xen-orchestra/pull/8182))
- [Host/Networks]: Display Pifs lists in host view (PR [#8198](https://github.com/vatesfr/xen-orchestra/pull/8198))
### Bug fixes
- **XO 6**:
- [Pool/Network] Fix issue with network status (PR [#8284](https://github.com/vatesfr/xen-orchestra/pull/8284))
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Backups] Fix error `Cannot read properties of undefined (reading 'endsWith')` (PR [#8275](https://github.com/vatesfr/xen-orchestra/pull/8275))
### Packages to release
> When modifying a package, add it here with its release type.
@@ -40,10 +31,4 @@
<!--packages-start-->
- @xen-orchestra/backups patch
- @xen-orchestra/web minor
- @xen-orchestra/web-core minor
- xo-server patch
- xo-web patch
<!--packages-end-->

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.169.0",
"version": "5.169.1",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -46,7 +46,7 @@
"@vates/xml": "^2.0.0",
"@vates/xml-rpc": "^1.0.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.58.0",
"@xen-orchestra/backups": "^0.58.1",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.2",
"@xen-orchestra/emit-async": "^1.0.0",

View File

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