mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
Release (#9251)
* feat(vhd-lib): 4.14.5 * feat(@vates/nbd-client): 3.2.2 * feat(@xen-orchestra/web-core): 0.35.0 * feat(@xen-orchestra/rest-api): 0.21.1 * feat(@xen-orchestra/vmware-explorer): 0.10.6 * feat(@xen-orchestra/web): 0.34.0 * feat(xo-server): 5.193.1 * feat(xo-server-auth-oidc): 0.4.0 * feat(xo-server-perf-alert): 1.0.0 * feat(xo-web): 5.191.0 * chore(CHANGELOG): update next * feat(vhd-cli): 1.0.0 * add missing lib
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"fuse-native": "^2.2.6",
|
||||
"lru-cache": "^7.14.0",
|
||||
"promise-toolbox": "^0.21.0",
|
||||
"vhd-lib": "^4.14.4"
|
||||
"vhd-lib": "^4.14.5"
|
||||
},
|
||||
"bin": {
|
||||
"xo-fuse-vhd": "./cli.mjs"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"url": "https://vates.fr"
|
||||
},
|
||||
"license": "ISC",
|
||||
"version": "3.2.1",
|
||||
"version": "3.2.2",
|
||||
"engines": {
|
||||
"node": ">=14.0"
|
||||
},
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"@vates/disposable": "^0.1.6",
|
||||
"@vates/fuse-vhd": "^2.1.2",
|
||||
"@vates/generator-toolbox": "^1.1.0",
|
||||
"@vates/nbd-client": "^3.2.1",
|
||||
"@vates/nbd-client": "^3.2.2",
|
||||
"@vates/parse-duration": "^0.1.1",
|
||||
"@xen-orchestra/async-map": "^0.1.2",
|
||||
"@xen-orchestra/disk-transform": "^1.2.0",
|
||||
@@ -51,7 +51,7 @@
|
||||
"tar": "^6.1.15",
|
||||
"uuid": "^9.0.0",
|
||||
"value-matcher": "^0.2.0",
|
||||
"vhd-lib": "^4.14.4",
|
||||
"vhd-lib": "^4.14.5",
|
||||
"xen-api": "^4.7.5",
|
||||
"yazl": "^2.5.1"
|
||||
},
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"node": ">=20.17"
|
||||
},
|
||||
"dependencies": {
|
||||
"vhd-lib": "^4.14.4",
|
||||
"vhd-lib": "^4.14.5",
|
||||
"@vates/generator-toolbox": "^1.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"chokidar": "^3.6.0",
|
||||
"execa": "^5.0.0",
|
||||
"ms": "^2.1.3",
|
||||
"vhd-lib": "^4.14.4"
|
||||
"vhd-lib": "^4.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^6.0.1",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"@vueuse/core": "^13.0.0",
|
||||
"@vueuse/math": "^13.0.0",
|
||||
"@vueuse/shared": "^13.0.0",
|
||||
"@xen-orchestra/web-core": "^0.34.0",
|
||||
"@xen-orchestra/web-core": "^0.35.0",
|
||||
"complex-matcher": "^1.0.0",
|
||||
"d3-time-format": "^4.1.0",
|
||||
"decorator-synchronized": "^0.6.0",
|
||||
|
||||
@@ -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.21.0",
|
||||
"version": "0.21.1",
|
||||
"description": "REST API to manage your XOA",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"private": false,
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"license": "ISC",
|
||||
"private": false,
|
||||
"version": "0.10.5",
|
||||
"version": "0.10.6",
|
||||
"name": "@xen-orchestra/vmware-explorer",
|
||||
"dependencies": {
|
||||
"@vates/nbd-client": "^3.2.1",
|
||||
"@vates/nbd-client": "^3.2.2",
|
||||
"@vates/node-vsphere-soap": "^2.1.2",
|
||||
"@vates/read-chunk": "^1.2.1",
|
||||
"@vates/task": "^0.6.2",
|
||||
@@ -12,7 +12,7 @@
|
||||
"lodash": "^4.17.21",
|
||||
"semver": "^7.7.2",
|
||||
"undici": "^7.8.0",
|
||||
"vhd-lib": "^4.14.4",
|
||||
"vhd-lib": "^4.14.5",
|
||||
"xml2js": "^0.6.2",
|
||||
"xo-vmdk-to-vhd": "^2.5.9"
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@xen-orchestra/web-core",
|
||||
"type": "module",
|
||||
"version": "0.34.0",
|
||||
"version": "0.35.0",
|
||||
"private": false,
|
||||
"exports": {
|
||||
"./*": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xen-orchestra/web",
|
||||
"version": "0.33.0",
|
||||
"version": "0.34.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
@@ -32,7 +32,7 @@
|
||||
"@vueuse/integrations": "^13.0.0",
|
||||
"@vueuse/math": "^13.0.0",
|
||||
"@vueuse/shared": "^13.0.0",
|
||||
"@xen-orchestra/web-core": "^0.34.0",
|
||||
"@xen-orchestra/web-core": "^0.35.0",
|
||||
"d3-time-format": "^4.1.0",
|
||||
"human-format": "^1.2.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"dependencies": {
|
||||
"@vates/async-each": "^1.0.1",
|
||||
"@vates/decorate-with": "^2.1.0",
|
||||
"@vates/nbd-client": "^3.2.1",
|
||||
"@vates/nbd-client": "^3.2.2",
|
||||
"@vates/parse-duration": "^0.1.1",
|
||||
"@vates/read-chunk": "^1.2.1",
|
||||
"@vates/task": "^0.6.2",
|
||||
@@ -39,7 +39,7 @@
|
||||
"json-rpc-protocol": "^0.13.2",
|
||||
"lodash": "^4.17.15",
|
||||
"promise-toolbox": "^0.21.0",
|
||||
"vhd-lib": "^4.14.4",
|
||||
"vhd-lib": "^4.14.5",
|
||||
"xo-common": "^0.9.0"
|
||||
},
|
||||
"private": false,
|
||||
|
||||
41
CHANGELOG.md
41
CHANGELOG.md
@@ -26,6 +26,11 @@
|
||||
- [REST API] Expose VM dashboard endpoint `GET /rest/v0/vms/:vm-id/dashboard` (PR [#9143](https://github.com/vatesfr/xen-orchestra/pull/9143))
|
||||
- [Plugins/load balancer] Add 'Affinity tag' option in plugin configuration (PR [#9116](https://github.com/vatesfr/xen-orchestra/pull/9116))
|
||||
- [REST API] **Breaking changes** Async actions now return `application/json` (PR [#9209](https://github.com/vatesfr/xen-orchestra/pull/9209))
|
||||
- [HUB Recipe] Support custom cluster CIDR and Xo CCM (Cloud Controller Manager) in Pyrgos recipe
|
||||
- [Disk] Add warning before disconnecting a VBD (PR [#9211](https://github.com/vatesfr/xen-orchestra/pull/9211))
|
||||
- [vhd-cli] **Breaking changes** Changed commands input to make plugin usable on encrypted remotes (PR [#9235](https://github.com/vatesfr/xen-orchestra/pull/9235))
|
||||
- [Plugins/OIDC] Import user groups from OIDC (PR [#9206](https://github.com/vatesfr/xen-orchestra/pull/9206))
|
||||
- [Plugins/Perf-alert] **Breaking changes** Improve performance of plugins, remove Alarm generation (PR [#9070](https://github.com/vatesfr/xen-orchestra/pull/9070))
|
||||
|
||||
- **XO 6:**
|
||||
- [XO routes] fetch xo gui routes (PR [#9138](https://github.com/vatesfr/xen-orchestra/pull/9138))
|
||||
@@ -38,6 +43,14 @@
|
||||
- [Settings page] Create settings page accessible from user menu (PR [#9175](https://github.com/vatesfr/xen-orchestra/pull/9175))
|
||||
- [Pool/VMs] Implement VMs view and side panel information (PR [#9196](https://github.com/vatesfr/xen-orchestra/pull/9196))
|
||||
- [Host/VMs] Implement VMs view and side panel information (PR [#9193](https://github.com/vatesfr/xen-orchestra/pull/9193))
|
||||
- [New/VM] Display unsupported features information message (PR [#9203](https://github.com/vatesfr/xen-orchestra/pull/9203))
|
||||
- [i18n] Update Czech, German, French, Italian, Dutch, Portuguese (Brazil), and Ukrainian translations, and add Danish translation (PR [#9165](https://github.com/vatesfr/xen-orchestra/pull/9165))
|
||||
- [Header] Add EasyVirt DC Scope and DC NetScope buttons to install and access EasyVirt solutions (PR [#9242](https://github.com/vatesfr/xen-orchestra/pull/9242))
|
||||
- Implement reactivity for VMs, VM templates, VM controllers, VIFs, VDIs, VBDs, SRs, pools, PIFs, PGPUs, PCIs, networks, alarms, and hosts (PR [#9183](https://github.com/vatesfr/xen-orchestra/pull/9183))
|
||||
- [Core] Add tooltip on tag component if the text is cut (PR [#9184](https://github.com/vatesfr/xen-orchestra/pull/9184))
|
||||
- [Pool/Hosts] Implement hosts view and side panel information (PR [#9218](https://github.com/vatesfr/xen-orchestra/pull/9218))
|
||||
- [VM/VDIs] Implement vdis view and side panel information (PR [#9232](https://github.com/vatesfr/xen-orchestra/pull/9232))
|
||||
- [VM/New] Add boot firmware to VM creation form (PR [#9158](https://github.com/vatesfr/xen-orchestra/pull/9158))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
@@ -50,9 +63,20 @@
|
||||
- [Backups/File level restore] ignore swap partition (PR [#9182](https://github.com/vatesfr/xen-orchestra/pull/9182))
|
||||
- [Backups/File level restore] Better handling of LVM on GPT partition (PR [#9182](https://github.com/vatesfr/xen-orchestra/pull/9182))
|
||||
- [REST API] Fix `/rest/v0/backup-jobs` return non backup-jobs (PR [#9210](https://github.com/vatesfr/xen-orchestra/pull/9210))
|
||||
- [Backups] use the oldest record for Long Term Retention instead of newest (PR [#9180](https://github.com/vatesfr/xen-orchestra/pull/9180))
|
||||
- [Backups] fix infinite chain of snapshot and replication [Forum#11540](https://xcp-ng.org/forum/topic/11540) [Forum#11539](https://xcp-ng.org/forum/topic/11539) (PR [#9202](https://github.com/vatesfr/xen-orchestra/pull/9202))
|
||||
- [V2V] fix missing libssl.so.3 in path on debian 11 (PR [#9208](https://github.com/vatesfr/xen-orchestra/pull/9208))
|
||||
- [xo-server] imporve esxi 6 importing from wmware failure fallback by using COWD file (PR [#9223](https://github.com/vatesfr/xen-orchestra/pull/9223))
|
||||
- [REST API] Fix `/rest/v0/backup-archives` return error 500 _Cannot convert undefined or null to object_ (PR [#9240](https://github.com/vatesfr/xen-orchestra/pull/9240))
|
||||
|
||||
- **XO 6:**
|
||||
- [Host/Vm] fix issues on dashboards, and translation on charts (PR [#9204](https://github.com/vatesfr/xen-orchestra/pull/9204))
|
||||
- [Dashboards/Alarms] fix double scrollbar in Alarms lists due to incorrect height setting (PR [#9246](https://github.com/vatesfr/xen-orchestra/pull/9246))
|
||||
- [Dashboards] Prevent charts reloading every 30 seconds (PR [#8939](https://github.com/vatesfr/pull/8939))
|
||||
- [Host/HostSystemResourceManagement] Fix display when control domain memory is undefined (PR [#9197](https://github.com/vatesfr/xen-orchestra/pull/9197))
|
||||
- [V2V] fix transfer failing at 99% for unaligned disk (PR [#9233](https://github.com/vatesfr/xen-orchestra/pull/9233))
|
||||
- [REST API] _parse error: expected end of input at position #_ when an invalid query parameter is provided, a 400 error is returned with more details (PR [#9244](https://github.com/vatesfr/xen-orchestra/pull/9244))
|
||||
- [Host/HostSystemResourceManagement] Fix display when control domain memory is undefined (PR [#9197](https://github.com/vatesfr/xen-orchestra/pull/9197))
|
||||
|
||||
### Released packages
|
||||
|
||||
@@ -63,17 +87,22 @@
|
||||
- @xen-orchestra/backups 0.67.0
|
||||
- @xen-orchestra/backups-cli 1.1.6
|
||||
- @xen-orchestra/immutable-backups 1.0.27
|
||||
- @xen-orchestra/web-core 0.34.0
|
||||
- @xen-orchestra/proxy 0.29.36
|
||||
- @xen-orchestra/rest-api 0.21.0
|
||||
- xo-vmdk-to-vhd 2.5.9
|
||||
- @xen-orchestra/vmware-explorer 0.10.5
|
||||
- @xen-orchestra/web 0.33.0
|
||||
- xo-server 5.193.0
|
||||
- xo-server-load-balancer 0.11.0
|
||||
- xo-server-transport-email 1.1.1
|
||||
- xo-server-usage-report 0.11.0
|
||||
- xo-web 5.190.0
|
||||
- vhd-cli 1.0.0
|
||||
- vhd-lib 4.14.5
|
||||
- @vates/nbd-client 3.2.2
|
||||
- @xen-orchestra/web-core 0.35.0
|
||||
- @xen-orchestra/rest-api 0.21.1
|
||||
- @xen-orchestra/vmware-explorer 0.10.6
|
||||
- @xen-orchestra/web 0.34.0
|
||||
- xo-server 5.193.1
|
||||
- xo-server-auth-oidc 0.4.0
|
||||
- xo-server-perf-alert 1.0.0
|
||||
- xo-web 5.191.0
|
||||
|
||||
## **5.112.1** (2025-11-03)
|
||||
|
||||
|
||||
@@ -11,41 +11,13 @@
|
||||
|
||||
> Users must be able to say: “Nice enhancement, I'm eager to test it”
|
||||
|
||||
- [HUB Recipe] Support custom cluster CIDR and Xo CCM (Cloud Controller Manager) in Pyrgos recipe
|
||||
- [Disk] Add warning before disconnecting a VBD (PR [#9211](https://github.com/vatesfr/xen-orchestra/pull/9211))
|
||||
- [vhd-cli] **Breaking changes** Changed commands input to make plugin usable on encrypted remotes (PR [#9235](https://github.com/vatesfr/xen-orchestra/pull/9235))
|
||||
- [Plugins/OIDC] Import user groups from OIDC (PR [#9206](https://github.com/vatesfr/xen-orchestra/pull/9206))
|
||||
- [Plugins/Perf-alert] **Breaking changes** Improve performance of plugins, remove Alarm generation (PR [#9070](https://github.com/vatesfr/xen-orchestra/pull/9070))
|
||||
|
||||
- **XO 6:**
|
||||
- [New/VM] Display unsupported features information message (PR [#9203](https://github.com/vatesfr/xen-orchestra/pull/9203))
|
||||
- [i18n] Update Czech, German, French, Italian, Dutch, Portuguese (Brazil), and Ukrainian translations, and add Danish translation (PR [#9165](https://github.com/vatesfr/xen-orchestra/pull/9165))
|
||||
- [Header] Add EasyVirt DC Scope and DC NetScope buttons to install and access EasyVirt solutions (PR [#9242](https://github.com/vatesfr/xen-orchestra/pull/9242))
|
||||
- Implement reactivity for VMs, VM templates, VM controllers, VIFs, VDIs, VBDs, SRs, pools, PIFs, PGPUs, PCIs, networks, alarms, and hosts (PR [#9183](https://github.com/vatesfr/xen-orchestra/pull/9183))
|
||||
- [Core] Add tooltip on tag component if the text is cut (PR [#9184](https://github.com/vatesfr/xen-orchestra/pull/9184))
|
||||
- [Pool/Hosts] Implement hosts view and side panel information (PR [#9218](https://github.com/vatesfr/xen-orchestra/pull/9218))
|
||||
- [VM/VDIs] Implement vdis view and side panel information (PR [#9232](https://github.com/vatesfr/xen-orchestra/pull/9232))
|
||||
- [VM/New] Add boot firmware to VM creation form (PR [#9158](https://github.com/vatesfr/xen-orchestra/pull/9158))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||
|
||||
- [Backups] use the oldest record for Long Term Retention instead of newest (PR [#9180](https://github.com/vatesfr/xen-orchestra/pull/9180))
|
||||
- [Backups] fix infinite chain of snapshot and replication [Forum#11540](https://xcp-ng.org/forum/topic/11540) [Forum#11539](https://xcp-ng.org/forum/topic/11539) (PR [#9202](https://github.com/vatesfr/xen-orchestra/pull/9202))
|
||||
- [V2V] fix missing libssl.so.3 in path on debian 11 (PR [#9208](https://github.com/vatesfr/xen-orchestra/pull/9208))
|
||||
- [xo-server] imporve esxi 6 importing from wmware failure fallback by using COWD file (PR [#9223](https://github.com/vatesfr/xen-orchestra/pull/9223))
|
||||
- [REST API] Fix `/rest/v0/backup-archives` return error 500 _Cannot convert undefined or null to object_ (PR [#9240](https://github.com/vatesfr/xen-orchestra/pull/9240))
|
||||
|
||||
- **XO 6:**
|
||||
- [Host/Vm] fix issues on dashboards, and translation on charts (PR [#9204](https://github.com/vatesfr/xen-orchestra/pull/9204))
|
||||
- [Dashboards/Alarms] fix double scrollbar in Alarms lists due to incorrect height setting (PR [#9246](https://github.com/vatesfr/xen-orchestra/pull/9246))
|
||||
- [Dashboards] Prevent charts reloading every 30 seconds (PR [#8939](https://github.com/vatesfr/pull/8939))
|
||||
- [V2V] fix transfer failing at 99% for unaligned disk (PR [#9233](https://github.com/vatesfr/xen-orchestra/pull/9233))
|
||||
- [REST API] _parse error: expected end of input at position #_ when an invalid query parameter is provided, a 400 error is returned with more details (PR [#9244](https://github.com/vatesfr/xen-orchestra/pull/9244))
|
||||
|
||||
- **XO 6:**
|
||||
- [Host/HostSystemResourceManagement] Fix display when control domain memory is undefined (PR [#9197](https://github.com/vatesfr/xen-orchestra/pull/9197))
|
||||
|
||||
### Packages to release
|
||||
|
||||
@@ -63,16 +35,4 @@
|
||||
|
||||
<!--packages-start-->
|
||||
|
||||
- @vates/nbd-client patch
|
||||
- @xen-orchestra/rest-api patch
|
||||
- @xen-orchestra/vmware-explorer patch
|
||||
- @xen-orchestra/web minor
|
||||
- @xen-orchestra/web-core minor
|
||||
- vhd-cli major
|
||||
- vhd-lib patch
|
||||
- xo-server patch
|
||||
- xo-server-auth-oidc minor
|
||||
- xo-server-perf-alert major
|
||||
- xo-web minor
|
||||
|
||||
<!--packages-end-->
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "vhd-cli",
|
||||
"version": "0.9.4",
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"description": "Tools to read/create and merge VHD files",
|
||||
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-cli",
|
||||
@@ -31,7 +31,7 @@
|
||||
"lodash": "^4.17.21",
|
||||
"promise-toolbox": "^0.21.0",
|
||||
"uuid": "^9.0.0",
|
||||
"vhd-lib": "^4.14.4"
|
||||
"vhd-lib": "^4.14.5"
|
||||
},
|
||||
"scripts": {
|
||||
"postversion": "npm publish",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": false,
|
||||
"name": "vhd-lib",
|
||||
"version": "4.14.4",
|
||||
"version": "4.14.5",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Primitives for VHD file handling",
|
||||
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-lib",
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
"source-map-support": "^0.5.21",
|
||||
"tap": "^18.7.0",
|
||||
"throttle": "^1.0.3",
|
||||
"vhd-lib": "^4.14.4"
|
||||
"vhd-lib": "^4.14.5"
|
||||
},
|
||||
"scripts": {
|
||||
"plot": "gnuplot -p memory-test.gnu",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"url": "https://vates.fr"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"version": "0.3.3",
|
||||
"version": "0.4.0",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xo-server-perf-alert",
|
||||
"version": "0.6.3",
|
||||
"version": "1.0.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Sends alerts based on performance criteria",
|
||||
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server-perf-alert",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "xo-server",
|
||||
"version": "5.193.0",
|
||||
"version": "5.193.1",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Server part of Xen-Orchestra",
|
||||
"keywords": [
|
||||
@@ -38,7 +38,7 @@
|
||||
"@vates/event-listeners-manager": "^1.0.1",
|
||||
"@vates/fatfs": "^0.11.1",
|
||||
"@vates/multi-key-map": "^0.2.0",
|
||||
"@vates/nbd-client": "^3.2.1",
|
||||
"@vates/nbd-client": "^3.2.2",
|
||||
"@vates/obfuscate": "^0.1.0",
|
||||
"@vates/otp": "^1.1.0",
|
||||
"@vates/parse-duration": "^0.1.1",
|
||||
@@ -57,10 +57,10 @@
|
||||
"@xen-orchestra/mixin": "^0.2.0",
|
||||
"@xen-orchestra/mixins": "^0.16.5",
|
||||
"@xen-orchestra/qcow2": "^1.1.0",
|
||||
"@xen-orchestra/rest-api": "^0.21.0",
|
||||
"@xen-orchestra/rest-api": "^0.21.1",
|
||||
"@xen-orchestra/self-signed": "^0.2.1",
|
||||
"@xen-orchestra/template": "^0.1.0",
|
||||
"@xen-orchestra/vmware-explorer": "^0.10.5",
|
||||
"@xen-orchestra/vmware-explorer": "^0.10.6",
|
||||
"@xen-orchestra/xapi": "^8.6.1",
|
||||
"@xen-orchestra/xva": "^1.0.2",
|
||||
"ajv": "^8.0.3",
|
||||
@@ -139,7 +139,7 @@
|
||||
"unzipper": "^0.10.5",
|
||||
"uuid": "^9.0.0",
|
||||
"value-matcher": "^0.2.0",
|
||||
"vhd-lib": "^4.14.4",
|
||||
"vhd-lib": "^4.14.5",
|
||||
"ws": "^8.2.3",
|
||||
"xdg-basedir": "^5.1.0",
|
||||
"xen-api": "^4.7.5",
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"pako": "^2.0.4",
|
||||
"promise-toolbox": "^0.21.0",
|
||||
"tar-stream": "^3.1.6",
|
||||
"vhd-lib": "^4.14.4",
|
||||
"vhd-lib": "^4.14.5",
|
||||
"xml2js": "^0.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "xo-web",
|
||||
"version": "5.190.0",
|
||||
"version": "5.191.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Web interface client for Xen-Orchestra",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user