diff --git a/@vates/fuse-vhd/package.json b/@vates/fuse-vhd/package.json index c2aca9e7cd..42a7f08cfb 100644 --- a/@vates/fuse-vhd/package.json +++ b/@vates/fuse-vhd/package.json @@ -19,7 +19,7 @@ }, "main": "./index.mjs", "dependencies": { - "@xen-orchestra/fs": "^4.4.0", + "@xen-orchestra/fs": "^4.4.1", "@xen-orchestra/log": "^0.7.1", "fuse-native": "^2.2.6", "lru-cache": "^7.14.0", diff --git a/@vates/types/package.json b/@vates/types/package.json index d0afdfbe9c..58806b5143 100644 --- a/@vates/types/package.json +++ b/@vates/types/package.json @@ -1,7 +1,7 @@ { "name": "@vates/types", "private": false, - "version": "1.0.1", + "version": "1.1.0", "main": "./dist/index.mjs", "exports": { ".": { diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index 947afec059..10f9c39585 100644 --- a/@xen-orchestra/backups-cli/package.json +++ b/@xen-orchestra/backups-cli/package.json @@ -7,8 +7,8 @@ "bugs": "https://github.com/vatesfr/xen-orchestra/issues", "dependencies": { "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.58.3", - "@xen-orchestra/fs": "^4.4.0", + "@xen-orchestra/backups": "^0.58.4", + "@xen-orchestra/fs": "^4.4.1", "filenamify": "^6.0.0", "getopts": "^2.2.5", "lodash": "^4.17.15", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index 7213815661..157e94d3f3 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.58.3", + "version": "0.58.4", "engines": { "node": ">=14.18" }, @@ -28,7 +28,7 @@ "@vates/nbd-client": "^3.1.2", "@vates/parse-duration": "^0.1.1", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/fs": "^4.4.0", + "@xen-orchestra/fs": "^4.4.1", "@xen-orchestra/log": "^0.7.1", "@xen-orchestra/template": "^0.1.0", "app-conf": "^3.0.0", @@ -59,7 +59,7 @@ "tmp": "^0.2.1" }, "peerDependencies": { - "@xen-orchestra/xapi": "^8.1.0" + "@xen-orchestra/xapi": "^8.1.1" }, "license": "AGPL-3.0-or-later", "author": { diff --git a/@xen-orchestra/fs/package.json b/@xen-orchestra/fs/package.json index ffed3f9581..9793e9a31a 100644 --- a/@xen-orchestra/fs/package.json +++ b/@xen-orchestra/fs/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@xen-orchestra/fs", - "version": "4.4.0", + "version": "4.4.1", "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", diff --git a/@xen-orchestra/immutable-backups/package.json b/@xen-orchestra/immutable-backups/package.json index cd825f403c..14e6e83d07 100644 --- a/@xen-orchestra/immutable-backups/package.json +++ b/@xen-orchestra/immutable-backups/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@vates/async-each": "^1.0.0", - "@xen-orchestra/backups": "^0.58.3", + "@xen-orchestra/backups": "^0.58.4", "@xen-orchestra/log": "^0.7.1", "app-conf": "^3.0.0", "chokidar": "^3.5.3", diff --git a/@xen-orchestra/lite/package.json b/@xen-orchestra/lite/package.json index d2e4a34326..02b31aa816 100644 --- a/@xen-orchestra/lite/package.json +++ b/@xen-orchestra/lite/package.json @@ -33,7 +33,7 @@ "@vueuse/core": "^13.0.0", "@vueuse/math": "^13.0.0", "@vueuse/shared": "^13.0.0", - "@xen-orchestra/web-core": "^0.16.0", + "@xen-orchestra/web-core": "^0.17.0", "complex-matcher": "^0.7.1", "d3-time-format": "^4.1.0", "decorator-synchronized": "^0.6.0", diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index d2647c9961..32e7d1b145 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.29.15", + "version": "0.29.16", "license": "AGPL-3.0-or-later", "description": "XO Proxy used to remotely execute backup jobs", "keywords": [ @@ -33,13 +33,13 @@ "@vates/disposable": "^0.1.6", "@vates/task": "^0.6.1", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.58.3", - "@xen-orchestra/fs": "^4.4.0", + "@xen-orchestra/backups": "^0.58.4", + "@xen-orchestra/fs": "^4.4.1", "@xen-orchestra/log": "^0.7.1", "@xen-orchestra/mixin": "^0.2.0", "@xen-orchestra/mixins": "^0.16.2", "@xen-orchestra/self-signed": "^0.2.1", - "@xen-orchestra/xapi": "^8.1.0", + "@xen-orchestra/xapi": "^8.1.1", "ajv": "^8.0.3", "app-conf": "^3.0.0", "async-iterator-to-stream": "^1.1.0", diff --git a/@xen-orchestra/rest-api/package.json b/@xen-orchestra/rest-api/package.json index 9f91d71a29..8ccd340a0a 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.1.2", + "version": "0.2.0", "description": "REST API to manage your XOA", "license": "AGPL-3.0-or-later", "private": false, @@ -28,7 +28,7 @@ "typescript-eslint": "^8.23.0" }, "dependencies": { - "@vates/types": "^1.0.1", + "@vates/types": "^1.1.0", "@xen-orchestra/log": "^0.7.1", "complex-matcher": "^0.7.1", "inversify": "^6.2.2", diff --git a/@xen-orchestra/vmware-explorer/package.json b/@xen-orchestra/vmware-explorer/package.json index d42dfd928f..3a6d8b7c65 100644 --- a/@xen-orchestra/vmware-explorer/package.json +++ b/@xen-orchestra/vmware-explorer/package.json @@ -1,7 +1,7 @@ { "license": "ISC", "private": false, - "version": "0.9.2", + "version": "0.9.3", "name": "@xen-orchestra/vmware-explorer", "dependencies": { "@vates/node-vsphere-soap": "^2.1.1", diff --git a/@xen-orchestra/web-core/package.json b/@xen-orchestra/web-core/package.json index bf1f1cc4fa..58af300814 100644 --- a/@xen-orchestra/web-core/package.json +++ b/@xen-orchestra/web-core/package.json @@ -1,7 +1,7 @@ { "name": "@xen-orchestra/web-core", "type": "module", - "version": "0.16.0", + "version": "0.17.0", "private": false, "exports": { "./*": { diff --git a/@xen-orchestra/web/package.json b/@xen-orchestra/web/package.json index 259f863c48..d7027683bd 100644 --- a/@xen-orchestra/web/package.json +++ b/@xen-orchestra/web/package.json @@ -1,6 +1,6 @@ { "name": "@xen-orchestra/web", - "version": "0.13.0", + "version": "0.14.0", "type": "module", "scripts": { "dev": "vite", @@ -30,7 +30,7 @@ "@vueuse/math": "^13.0.0", "@vueuse/shared": "^13.0.0", "@vueuse/integrations": "^13.0.0", - "@xen-orchestra/web-core": "^0.16.0", + "@xen-orchestra/web-core": "^0.17.0", "human-format": "^1.2.1", "lodash-es": "^4.17.21", "npm-run-all2": "^7.0.2", diff --git a/@xen-orchestra/xapi/package.json b/@xen-orchestra/xapi/package.json index f0f38d23ab..11fcaed8a7 100644 --- a/@xen-orchestra/xapi/package.json +++ b/@xen-orchestra/xapi/package.json @@ -1,6 +1,6 @@ { "name": "@xen-orchestra/xapi", - "version": "8.1.0", + "version": "8.1.1", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi", "bugs": "https://github.com/vatesfr/xen-orchestra/issues", "repository": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 2569eaee09..bc9cd30129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,62 @@ # ChangeLog +## **next** + +### Enhancements + +- **XO6**: + - [Host/Network]: Display pifs information in side panel (PR [#8287](https://github.com/vatesfr/xen-orchestra/pull/8287)) + - [VM/Network]: Display vifs table in VM network tab (PR [#8442](https://github.com/vatesfr/xen-orchestra/pull/8442)) + - [VM/Network]: Display vifs information in side panel (PR [#8443](https://github.com/vatesfr/xen-orchestra/pull/8443)) +- **Migrated REST API endpoints**: + - `/rest/v0/vms//stats` (PR [#8359](https://github.com/vatesfr/xen-orchestra/pull/8359)) + - `/rest/v0/vms//actions/start` (PR [#8379](https://github.com/vatesfr/xen-orchestra/pull/8379)) + - `/rest/v0/hosts` (PR [#8372](https://github.com/vatesfr/xen-orchestra/pull/8372)) + - `/rest/v0/hosts/` (PR [#8372](https://github.com/vatesfr/xen-orchestra/pull/8372)) + - `/rest/v0/hosts//stats` (PR [#8372](https://github.com/vatesfr/xen-orchestra/pull/8372)) + - `/rest/v0/srs` (PR [#8419](https://github.com/vatesfr/xen-orchestra/pull/8419)) + - `/rest/v0/srs/` (PR [#8419](https://github.com/vatesfr/xen-orchestra/pull/8419)) + - `/rest/v0/vbds` (PR [#8404](https://github.com/vatesfr/xen-orchestra/pull/8404)) + - `/rest/v0/vbds/` (PR [#8404](https://github.com/vatesfr/xen-orchestra/pull/8404)) + - `/rest/v0/vdis` (PR [#8427](https://github.com/vatesfr/xen-orchestra/pull/8427)) + - `/rest/v0/vdis/` (PR [#8427](https://github.com/vatesfr/xen-orchestra/pull/8427)) + - `/rest/v0/vdi-snapshots` (PR [#8427](https://github.com/vatesfr/xen-orchestra/pull/8427)) + - `/rest/v0/vdi-snapshots/` (PR [#8427](https://github.com/vatesfr/xen-orchestra/pull/8427)) + - `/rest/v0/servers` (PR [#8385](https://github.com/vatesfr/xen-orchestra/pull/8385)) + - `/rest/v0/servers/` (PR [#8385](https://github.com/vatesfr/xen-orchestra/pull/8385)) +- [New VM] Configure ACLs directly from VM creation form [#6996](https://github.com/vatesfr/xen-orchestra/issues/6996) (PR [#8412](https://github.com/vatesfr/xen-orchestra/pull/8412)) +- [Netbox] Support version 4.2.x (PR [#8417](https://github.com/vatesfr/xen-orchestra/pull/8417)) + +### Bug fixes + +- [VM/New] Fix _OTHER_OPERATION_IN_PROGRESS_ when creating a VM that requires a VDI migration (PR [#8399](https://github.com/vatesfr/xen-orchestra/pull/8399)) +- [REST API] Fix _Internal Error_ when importing a VM without default SR on the pool (PR [#8409](https://github.com/vatesfr/xen-orchestra/pull/8409)) +- [REST API] Fix the SR ID ignored when importing a VM (PR [#8409](https://github.com/vatesfr/xen-orchestra/pull/8409)) +- [Plugins/Perf-alert] Fixing alert email notifications to be resent every minute for no reason [Forum#9658](https://xcp-ng.org/forum/topic/9658/lots-of-performance-alerts-after-upgrading-xo-to-commit-aa490) [Forum#10447](https://xcp-ng.org/forum/topic/10447/perf-alert-plugin-lots-of-alerts-but-no-option-to-exclude-sr) (PR [#8408](https://github.com/vatesfr/xen-orchestra/pull/8408)) +- [Netbox] Fix synchronization not working if `checkNetboxVersion` is disabled in the config (PR [#8416](https://github.com/vatesfr/xen-orchestra/pull/8416)) +- [Continuous replication]: Fix `"Expected "actual" to be strictly unequal to: undefined"` when adding a new disk to an already replicated VM (PR [#8400](https://github.com/vatesfr/xen-orchestra/pull/8400)) +- [Netbox] Fix `500 Internal Server Error` when 2 VMs have the same name but different case (PR [#8413](https://github.com/vatesfr/xen-orchestra/pull/8413)) +- [V2V] Fix assert error on import delta from esxi < 7.5 (PR [#8422](https://github.com/vatesfr/xen-orchestra/pull/8422)) +- [Backups] Fix `Unsupported header 'x-amz-checksum-mode' received for this API call.` on backblaze (PR [#8393](https://github.com/vatesfr/xen-orchestra/pull/8393)) +- [Backup] Fix remove automatic disabling of CBT on export failure (PR [#8446](https://github.com/vatesfr/xen-orchestra/pull/8446)) + +### Released packages + +- @xen-orchestra/fs 4.4.1 +- @vates/types 1.1.0 +- @xen-orchestra/xapi 8.1.1 +- @xen-orchestra/backups 0.58.4 +- @xen-orchestra/web-core 0.17.0 +- @xen-orchestra/proxy 0.29.16 +- @xen-orchestra/rest-api 0.2.0 +- @xen-orchestra/vmware-explorer 0.9.3 +- @xen-orchestra/web 0.14.0 +- xo-server 5.175.0 +- xo-server-audit 0.13.0 +- xo-server-netbox 1.8.0 +- xo-server-perf-alert 0.6.1 +- xo-web 5.170.0 + ## **5.104.1** (2025-03-04) Channel: latest diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index d779c085ff..8f0c50b263 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -9,47 +9,12 @@ ### Enhancements -- **XO6**: - - [Host/Network]: Display pifs information in side panel (PR [#8287](https://github.com/vatesfr/xen-orchestra/pull/8287)) - - [VM/Network]: Display vifs table in VM network tab (PR [#8442](https://github.com/vatesfr/xen-orchestra/pull/8442)) - - [VM/Network]: Display vifs information in side panel (PR [#8443](https://github.com/vatesfr/xen-orchestra/pull/8443)) - > Users must be able to say: “Nice enhancement, I'm eager to test it” -- **Migrated REST API endpoints**: - - `/rest/v0/vms//stats` (PR [#8359](https://github.com/vatesfr/xen-orchestra/pull/8359)) - - `/rest/v0/vms//actions/start` (PR [#8379](https://github.com/vatesfr/xen-orchestra/pull/8379)) - - `/rest/v0/hosts` (PR [#8372](https://github.com/vatesfr/xen-orchestra/pull/8372)) - - `/rest/v0/hosts/` (PR [#8372](https://github.com/vatesfr/xen-orchestra/pull/8372)) - - `/rest/v0/hosts//stats` (PR [#8372](https://github.com/vatesfr/xen-orchestra/pull/8372)) - - `/rest/v0/srs` (PR [#8419](https://github.com/vatesfr/xen-orchestra/pull/8419)) - - `/rest/v0/srs/` (PR [#8419](https://github.com/vatesfr/xen-orchestra/pull/8419)) - - `/rest/v0/vbds` (PR [#8404](https://github.com/vatesfr/xen-orchestra/pull/8404)) - - `/rest/v0/vbds/` (PR [#8404](https://github.com/vatesfr/xen-orchestra/pull/8404)) - - `/rest/v0/vdis` (PR [#8427](https://github.com/vatesfr/xen-orchestra/pull/8427)) - - `/rest/v0/vdis/` (PR [#8427](https://github.com/vatesfr/xen-orchestra/pull/8427)) - - `/rest/v0/vdi-snapshots` (PR [#8427](https://github.com/vatesfr/xen-orchestra/pull/8427)) - - `/rest/v0/vdi-snapshots/` (PR [#8427](https://github.com/vatesfr/xen-orchestra/pull/8427)) - - `/rest/v0/servers` (PR [#8385](https://github.com/vatesfr/xen-orchestra/pull/8385)) - - `/rest/v0/servers/` (PR [#8385](https://github.com/vatesfr/xen-orchestra/pull/8385)) -- [New VM] Configure ACLs directly from VM creation form [#6996](https://github.com/vatesfr/xen-orchestra/issues/6996) (PR [#8412](https://github.com/vatesfr/xen-orchestra/pull/8412)) -- [Netbox] Support version 4.2.x (PR [#8417](https://github.com/vatesfr/xen-orchestra/pull/8417)) - ### Bug fixes > Users must be able to say: “I had this issue, happy to know it's fixed” -- [VM/New] Fix _OTHER_OPERATION_IN_PROGRESS_ when creating a VM that requires a VDI migration (PR [#8399](https://github.com/vatesfr/xen-orchestra/pull/8399)) -- [REST API] Fix _Internal Error_ when importing a VM without default SR on the pool (PR [#8409](https://github.com/vatesfr/xen-orchestra/pull/8409)) -- [REST API] Fix the SR ID ignored when importing a VM (PR [#8409](https://github.com/vatesfr/xen-orchestra/pull/8409)) -- [Plugins/Perf-alert] Fixing alert email notifications to be resent every minute for no reason [Forum#9658](https://xcp-ng.org/forum/topic/9658/lots-of-performance-alerts-after-upgrading-xo-to-commit-aa490) [Forum#10447](https://xcp-ng.org/forum/topic/10447/perf-alert-plugin-lots-of-alerts-but-no-option-to-exclude-sr) (PR [#8408](https://github.com/vatesfr/xen-orchestra/pull/8408)) -- [Netbox] Fix synchronization not working if `checkNetboxVersion` is disabled in the config (PR [#8416](https://github.com/vatesfr/xen-orchestra/pull/8416)) -- [Continuous replication]: Fix `"Expected "actual" to be strictly unequal to: undefined"` when adding a new disk to an already replicated VM (PR [#8400](https://github.com/vatesfr/xen-orchestra/pull/8400)) -- [Netbox] Fix `500 Internal Server Error` when 2 VMs have the same name but different case (PR [#8413](https://github.com/vatesfr/xen-orchestra/pull/8413)) -- [V2V] Fix assert error on import delta from esxi < 7.5 (PR [#8422](https://github.com/vatesfr/xen-orchestra/pull/8422)) -- [Backups] Fix `Unsupported header 'x-amz-checksum-mode' received for this API call.` on backblaze (PR [#8393](https://github.com/vatesfr/xen-orchestra/pull/8393)) -- [Backup] Fix remove automatic disabling of CBT on export failure (PR [#8446](https://github.com/vatesfr/xen-orchestra/pull/8446)) - ### Packages to release > When modifying a package, add it here with its release type. @@ -66,18 +31,4 @@ -- @vates/types minor -- @xen-orchestra/backups patch -- @xen-orchestra/fs patch -- @xen-orchestra/rest-api minor -- @xen-orchestra/vmware-explorer patch -- @xen-orchestra/web minor -- @xen-orchestra/web-core minor -- @xen-orchestra/xapi patch -- xo-server minor -- xo-server-audit minor -- xo-server-netbox minor -- xo-server-perf-alert patch -- xo-web minor - diff --git a/packages/vhd-cli/package.json b/packages/vhd-cli/package.json index 6abb4b925e..59c2d39596 100644 --- a/packages/vhd-cli/package.json +++ b/packages/vhd-cli/package.json @@ -23,7 +23,7 @@ "node": ">=10" }, "dependencies": { - "@xen-orchestra/fs": "^4.4.0", + "@xen-orchestra/fs": "^4.4.1", "cli-progress": "^3.1.0", "exec-promise": "^0.7.0", "getopts": "^2.2.3", diff --git a/packages/vhd-lib/package.json b/packages/vhd-lib/package.json index 53bab3c7ac..9e7ed5d9a4 100644 --- a/packages/vhd-lib/package.json +++ b/packages/vhd-lib/package.json @@ -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.4.0", + "@xen-orchestra/fs": "^4.4.1", "@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.4.0", + "@xen-orchestra/fs": "^4.4.1", "execa": "^5.0.0", "get-stream": "^6.0.0", "rimraf": "^5.0.1", diff --git a/packages/xo-server-audit/package.json b/packages/xo-server-audit/package.json index cb1588e9b4..396bcabb8a 100644 --- a/packages/xo-server-audit/package.json +++ b/packages/xo-server-audit/package.json @@ -1,6 +1,6 @@ { "name": "xo-server-audit", - "version": "0.12.4", + "version": "0.13.0", "license": "AGPL-3.0-or-later", "description": "Audit plugin for XO-Server", "keywords": [ diff --git a/packages/xo-server-netbox/package.json b/packages/xo-server-netbox/package.json index 082ece112c..9e7d59c980 100644 --- a/packages/xo-server-netbox/package.json +++ b/packages/xo-server-netbox/package.json @@ -1,6 +1,6 @@ { "name": "xo-server-netbox", - "version": "1.7.0", + "version": "1.8.0", "license": "AGPL-3.0-or-later", "description": "Synchronizes pools managed by Xen Orchestra with Netbox", "keywords": [ diff --git a/packages/xo-server-perf-alert/package.json b/packages/xo-server-perf-alert/package.json index 36737aba97..0e62162c77 100644 --- a/packages/xo-server-perf-alert/package.json +++ b/packages/xo-server-perf-alert/package.json @@ -1,6 +1,6 @@ { "name": "xo-server-perf-alert", - "version": "0.6.0", + "version": "0.6.1", "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", diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index c530353c64..aa30294e7d 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.174.0", + "version": "5.175.0", "license": "AGPL-3.0-or-later", "description": "Server part of Xen-Orchestra", "keywords": [ @@ -46,19 +46,19 @@ "@vates/xml": "^2.0.0", "@vates/xml-rpc": "^1.0.0", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.58.3", + "@xen-orchestra/backups": "^0.58.4", "@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/defined": "^0.0.2", "@xen-orchestra/emit-async": "^1.0.0", - "@xen-orchestra/fs": "^4.4.0", + "@xen-orchestra/fs": "^4.4.1", "@xen-orchestra/log": "^0.7.1", "@xen-orchestra/mixin": "^0.2.0", "@xen-orchestra/mixins": "^0.16.2", - "@xen-orchestra/rest-api": "^0.1.2", + "@xen-orchestra/rest-api": "^0.2.0", "@xen-orchestra/self-signed": "^0.2.1", "@xen-orchestra/template": "^0.1.0", - "@xen-orchestra/vmware-explorer": "^0.9.1", - "@xen-orchestra/xapi": "^8.1.0", + "@xen-orchestra/vmware-explorer": "^0.9.3", + "@xen-orchestra/xapi": "^8.1.1", "@xen-orchestra/xva": "^1.0.2", "ajv": "^8.0.3", "app-conf": "^3.0.0", diff --git a/packages/xo-web/package.json b/packages/xo-web/package.json index 6e2d0680e3..c4d18c25df 100644 --- a/packages/xo-web/package.json +++ b/packages/xo-web/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-web", - "version": "5.169.0", + "version": "5.170.0", "license": "AGPL-3.0-or-later", "description": "Web interface client for Xen-Orchestra", "keywords": [