mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
feat: technical release (#7708)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vates/node-vsphere-soap",
|
||||
"version": "2.0.1",
|
||||
"version": "2.1.0",
|
||||
"description": "interface to vSphere SOAP/WSDL from node for interfacing with vCenter or ESXi, forked from node-vsphere-soap",
|
||||
"main": "lib/client.mjs",
|
||||
"author": "reedog117",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
||||
"dependencies": {
|
||||
"@xen-orchestra/async-map": "^0.1.2",
|
||||
"@xen-orchestra/backups": "^0.49.0",
|
||||
"@xen-orchestra/backups": "^0.49.1",
|
||||
"@xen-orchestra/fs": "^4.1.7",
|
||||
"filenamify": "^6.0.0",
|
||||
"getopts": "^2.2.5",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
||||
},
|
||||
"version": "0.49.0",
|
||||
"version": "0.49.1",
|
||||
"engines": {
|
||||
"node": ">=14.18"
|
||||
},
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vates/async-each": "^1.0.0",
|
||||
"@xen-orchestra/backups": "^0.49.0",
|
||||
"@xen-orchestra/backups": "^0.49.1",
|
||||
"@xen-orchestra/log": "^0.6.0",
|
||||
"app-conf": "^3.0.0",
|
||||
"chokidar": "^3.5.3",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@xen-orchestra/proxy",
|
||||
"version": "0.28.2",
|
||||
"version": "0.28.3",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "XO Proxy used to remotely execute backup jobs",
|
||||
"keywords": [
|
||||
@@ -33,7 +33,7 @@
|
||||
"@vates/disposable": "^0.1.5",
|
||||
"@vates/task": "^0.3.0",
|
||||
"@xen-orchestra/async-map": "^0.1.2",
|
||||
"@xen-orchestra/backups": "^0.49.0",
|
||||
"@xen-orchestra/backups": "^0.49.1",
|
||||
"@xen-orchestra/fs": "^4.1.7",
|
||||
"@xen-orchestra/log": "^0.6.0",
|
||||
"@xen-orchestra/mixin": "^0.1.0",
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"license": "ISC",
|
||||
"private": false,
|
||||
"version": "0.7.2",
|
||||
"version": "0.8.0",
|
||||
"name": "@xen-orchestra/vmware-explorer",
|
||||
"dependencies": {
|
||||
"@vates/node-vsphere-soap": "^2.0.1",
|
||||
"@vates/node-vsphere-soap": "^2.1.0",
|
||||
"@vates/read-chunk": "^1.2.0",
|
||||
"@vates/task": "^0.3.0",
|
||||
"@xen-orchestra/log": "^0.6.0",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@xen-orchestra/web-core",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"private": false,
|
||||
"exports": {
|
||||
"./*": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xen-orchestra/web",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
21
CHANGELOG.md
21
CHANGELOG.md
@@ -20,11 +20,17 @@
|
||||
- [VM] Yellow icon when VM is busy [#7593](https://github.com/vatesfr/xen-orchestra/issues/7593) (PR [#7680](https://github.com/vatesfr/xen-orchestra/pull/7680))
|
||||
- [Tasks] Wait a few seconds before estimating remaining time [#7689](https://github.com/vatesfr/xen-orchestra/issues/7689) (PR [#7691](https://github.com/vatesfr/xen-orchestra/pull/7691))
|
||||
- [Pool/Advanced] Add _Migration Compression_ toggle in the Pool advanced tab. (Only for XCP 8.3) (PR [#7642](https://github.com/vatesfr/xen-orchestra/pull/7642))
|
||||
- [Plugin/load-balancer] Added an option in the plugin configuration to balance CPU usage on hosts before it reaches too high values (performance plan only) (PR [#7698](https://github.com/vatesfr/xen-orchestra/pull/7698))
|
||||
- [V2V] Select template before import (PR [#7566](https://github.com/vatesfr/xen-orchestra/pull/7566))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- [Settings/Remotes] Fixed remote encryption not displayed ([PR #7638](https://github.com/vatesfr/xen-orchestra/pull/7638))
|
||||
- [Backups] Unblock VM migration operations when not properly handled by a previous backup run [Forum#77857](https://xcp-ng.org/forum/post/77857)
|
||||
- [Backup & Replication] Fix job stalling when failing to find a base VM
|
||||
- [REST API] Host logs are in tar+gzip format, the path is now `/host/:uuid/logs.tgz` [#7703](https://github.com/vatesfr/xen-orchestra/issues/7703)
|
||||
- [Plugin/perf-alert] Reduce the number of queries to the hosts [#7692](https://github.com/vatesfr/xen-orchestra/issues/7692)
|
||||
- [Host/Advanced] Ability to force reboot a host if its VMs could not be evacuated after enabling/disabling PCI passthrough (PR [#7687](https://github.com/vatesfr/xen-orchestra/pull/7687))
|
||||
|
||||
### Released packages
|
||||
|
||||
@@ -33,17 +39,22 @@
|
||||
- xen-api 4.0.0
|
||||
- @vates/nbd-client 3.0.2
|
||||
- @xen-orchestra/xapi 6.0.0
|
||||
- @xen-orchestra/backups 0.49.0
|
||||
- @xen-orchestra/backups-cli 1.0.19
|
||||
- @xen-orchestra/cr-seed-cli 1.0.2
|
||||
- @xen-orchestra/immutable-backups 1.0.6
|
||||
- @xen-orchestra/proxy 0.28.2
|
||||
- xapi-explore-sr 0.4.4
|
||||
- xo-cli 0.28.0
|
||||
- xo-server 5.144.0
|
||||
- xo-server-backup-reports 0.19.0
|
||||
- xo-web 5.146.0
|
||||
- @xen-orchestra/web patch
|
||||
- @vates/node-vsphere-soap 2.1.0
|
||||
- @xen-orchestra/backups 0.49.1
|
||||
- @xen-orchestra/web-core 0.0.2
|
||||
- @xen-orchestra/proxy 0.28.3
|
||||
- @xen-orchestra/vmware-explorer 0.8.0
|
||||
- xo-server 5.144.1
|
||||
- xo-server-load-balancer 0.10.0
|
||||
- xo-server-perf-alert 0.3.8
|
||||
- xo-web 5.147.0
|
||||
- @xen-orchestra/web 0.0.3
|
||||
|
||||
## **5.94.2** (2024-05-15)
|
||||
|
||||
|
||||
@@ -7,18 +7,10 @@
|
||||
|
||||
> Users must be able to say: “Nice enhancement, I'm eager to test it”
|
||||
|
||||
- [Plugin/load-balancer] Added an option in the plugin configuration to balance CPU usage on hosts before it reaches too high values (performance plan only) (PR [#7698](https://github.com/vatesfr/xen-orchestra/pull/7698))
|
||||
- [V2V] Select template before import (PR [#7566](https://github.com/vatesfr/xen-orchestra/pull/7566))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||
|
||||
- [Backup & Replication] Fix job stalling when failing to find a base VM
|
||||
- [REST API] Host logs are in tar+gzip format, the path is now `/host/:uuid/logs.tgz` [#7703](https://github.com/vatesfr/xen-orchestra/issues/7703)
|
||||
- [Plugin/perf-alert] Reduce the number of queries to the hosts [#7692](https://github.com/vatesfr/xen-orchestra/issues/7692)
|
||||
- [Host/Advanced] Ability to force reboot a host if its VMs could not be evacuated after enabling/disabling PCI passthrough (PR [#7687](https://github.com/vatesfr/xen-orchestra/pull/7687))
|
||||
|
||||
### Packages to release
|
||||
|
||||
> When modifying a package, add it here with its release type.
|
||||
@@ -35,13 +27,4 @@
|
||||
|
||||
<!--packages-start-->
|
||||
|
||||
- @vates/node-vsphere-soap minor
|
||||
- @xen-orchestra/backups patch
|
||||
- @xen-orchestra/vmware-explorer minor
|
||||
- @xen-orchestra/web-core patch
|
||||
- xo-server patch
|
||||
- xo-server-load-balancer minor
|
||||
- xo-server-perf-alert patch
|
||||
- xo-web minor
|
||||
|
||||
<!--packages-end-->
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xo-server-load-balancer",
|
||||
"version": "0.9.1",
|
||||
"version": "0.10.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Load balancer for XO-Server",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xo-server-perf-alert",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"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.144.0",
|
||||
"version": "5.144.1",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Server part of Xen-Orchestra",
|
||||
"keywords": [
|
||||
@@ -44,7 +44,7 @@
|
||||
"@vates/xml": "^2.0.0",
|
||||
"@vates/xml-rpc": "^1.0.0",
|
||||
"@xen-orchestra/async-map": "^0.1.2",
|
||||
"@xen-orchestra/backups": "^0.49.0",
|
||||
"@xen-orchestra/backups": "^0.49.1",
|
||||
"@xen-orchestra/cron": "^1.0.6",
|
||||
"@xen-orchestra/defined": "^0.0.1",
|
||||
"@xen-orchestra/emit-async": "^1.0.0",
|
||||
@@ -54,7 +54,7 @@
|
||||
"@xen-orchestra/mixins": "^0.15.0",
|
||||
"@xen-orchestra/self-signed": "^0.2.1",
|
||||
"@xen-orchestra/template": "^0.1.0",
|
||||
"@xen-orchestra/vmware-explorer": "^0.7.2",
|
||||
"@xen-orchestra/vmware-explorer": "^0.8.0",
|
||||
"@xen-orchestra/xapi": "^6.0.0",
|
||||
"@xen-orchestra/xva": "^1.0.2",
|
||||
"ajv": "^8.0.3",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "xo-web",
|
||||
"version": "5.146.0",
|
||||
"version": "5.147.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Web interface client for Xen-Orchestra",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user