feat: technical release (#5704)
This commit is contained in:
parent
b4ddcc1dec
commit
4b1a055a88
@ -7,7 +7,7 @@
|
||||
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
||||
"dependencies": {
|
||||
"@xen-orchestra/async-map": "^0.1.2",
|
||||
"@xen-orchestra/backups": "^0.8.0",
|
||||
"@xen-orchestra/backups": "^0.9.0",
|
||||
"@xen-orchestra/fs": "^0.14.0",
|
||||
"filenamify": "^4.1.0",
|
||||
"getopts": "^2.2.5",
|
||||
|
@ -8,7 +8,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
||||
},
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"engines": {
|
||||
"node": ">=14.5"
|
||||
},
|
||||
@ -39,7 +39,7 @@
|
||||
"yazl": "^2.5.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@xen-orchestra/xapi": "^0.5.0"
|
||||
"@xen-orchestra/xapi": "^0.6.0"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"author": {
|
||||
|
@ -36,12 +36,12 @@
|
||||
"@vates/decorate-with": "^0.0.1",
|
||||
"@vates/disposable": "^0.1.1",
|
||||
"@vates/parse-duration": "^0.1.0",
|
||||
"@xen-orchestra/backups": "^0.8.0",
|
||||
"@xen-orchestra/backups": "^0.9.0",
|
||||
"@xen-orchestra/emit-async": "^0.0.0",
|
||||
"@xen-orchestra/fs": "^0.14.0",
|
||||
"@xen-orchestra/log": "^0.2.0",
|
||||
"@xen-orchestra/self-signed": "^0.1.0",
|
||||
"@xen-orchestra/xapi": "^0.5.0",
|
||||
"@xen-orchestra/xapi": "^0.6.0",
|
||||
"ajv": "^6.10.0",
|
||||
"app-conf": "^0.9.0",
|
||||
"async-iterator-to-stream": "^1.1.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xen-orchestra/xapi",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi",
|
||||
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
||||
"repository": {
|
||||
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -7,6 +7,10 @@
|
||||
- [Backup] Run backup jobs on different system processes (PR [#5660](https://github.com/vatesfr/xen-orchestra/pull/5660))
|
||||
- [VM] Display the full driver version in the general and advanced tab instead of `major.minor` [#5680](https://github.com/vatesfr/xen-orchestra/issues/5680) (PR [#5691](https://github.com/vatesfr/xen-orchestra/pull/5691))
|
||||
- [Usage report] Add VM IP addresses to the report (PR [#5696](https://github.com/vatesfr/xen-orchestra/pull/5696))
|
||||
- [Host/Load-balancer] Add a new anti-affinity mode (PR [#5652](https://github.com/vatesfr/xen-orchestra/pull/5652))
|
||||
- [Plugins/perf-alert] Ability to choose all hosts, VMs and SRs [#2987](https://github.com/vatesfr/xen-orchestra/issues/2987) (PR [#5692](https://github.com/vatesfr/xen-orchestra/pull/5692))
|
||||
- [Backup restore] Ability to generate new MAC addresses (PR [#5697](https://github.com/vatesfr/xen-orchestra/pull/5697))
|
||||
- [Home/VM, VM] Start: show confirmation modal when the VMs contain duplicate MAC addresses or have the same MAC addresses as other running VMs [#5601](https://github.com/vatesfr/xen-orchestra/issues/5601) (PR [#5655](https://github.com/vatesfr/xen-orchestra/pull/5655))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
@ -18,16 +22,18 @@
|
||||
|
||||
### Released packages
|
||||
|
||||
- xo-server-load-balancer 0.4.0
|
||||
- xo-server-perf-alert 0.3.0
|
||||
- xo-server-usage-report 0.10.0
|
||||
- xo-server-backup-reports 0.16.9
|
||||
- @vates/disposable 0.1.1
|
||||
- xo-server-transport-email 0.6.0
|
||||
- @xen-orchestra/fs 0.14.0
|
||||
- @xen-orchestra/xapi 0.5.0
|
||||
- @xen-orchestra/backups 0.8.0
|
||||
- @xen-orchestra/xapi 0.6.0
|
||||
- @xen-orchestra/backups 0.9.0
|
||||
- @xen-orchestra/backups-cli 0.5.0
|
||||
- xo-server 5.78.0
|
||||
- xo-web 5.79.2
|
||||
- xo-server 5.78.1
|
||||
- xo-web 5.80.0
|
||||
|
||||
## **5.56.2** (2021-03-22)
|
||||
|
||||
|
@ -5,13 +5,12 @@
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [Host/Load-balancer] Add a new anti-affinity mode (PR [#5652](https://github.com/vatesfr/xen-orchestra/pull/5652))
|
||||
- [Plugins/perf-alert] Ability to choose all hosts, VMs and SRs [#2987](https://github.com/vatesfr/xen-orchestra/issues/2987) (PR [#5692](https://github.com/vatesfr/xen-orchestra/pull/5692))
|
||||
- [Backup restore] Ability to generate new MAC addresses (PR [#5697](https://github.com/vatesfr/xen-orchestra/pull/5697))
|
||||
- [Home/VM, VM] Start: show confirmation modal when the VMs contain duplicate MAC addresses or have the same MAC addresses as other running VMs [#5601](https://github.com/vatesfr/xen-orchestra/issues/5601) (PR [#5655](https://github.com/vatesfr/xen-orchestra/pull/5655))
|
||||
> Users must be able to say: “Nice enhancement, I'm eager to test it”
|
||||
|
||||
### Bug fixes
|
||||
|
||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||
|
||||
### Packages to release
|
||||
|
||||
> Packages will be released in the order they are here, therefore, they should
|
||||
@ -28,10 +27,3 @@
|
||||
> - major: if the change breaks compatibility
|
||||
>
|
||||
> In case of conflict, the highest (lowest in previous list) `$version` wins.
|
||||
|
||||
- @xen-orchestra/xapi minor
|
||||
- @xen-orchestra/backups minor
|
||||
- xo-server-load-balancer minor
|
||||
- xo-server-perf-alert minor
|
||||
- xo-server patch
|
||||
- xo-web minor
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xo-server-load-balancer",
|
||||
"version": "0.3.3",
|
||||
"version": "0.4.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.2.3",
|
||||
"version": "0.3.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Sends alerts based on performance criteria",
|
||||
"keywords": [],
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "xo-server",
|
||||
"version": "5.78.0",
|
||||
"version": "5.78.1",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Server part of Xen-Orchestra",
|
||||
"keywords": [
|
||||
@ -39,7 +39,7 @@
|
||||
"@vates/multi-key-map": "^0.1.0",
|
||||
"@vates/parse-duration": "0.1.0",
|
||||
"@xen-orchestra/async-map": "^0.1.2",
|
||||
"@xen-orchestra/backups": "^0.8.0",
|
||||
"@xen-orchestra/backups": "^0.9.0",
|
||||
"@xen-orchestra/cron": "^1.0.6",
|
||||
"@xen-orchestra/defined": "^0.0.0",
|
||||
"@xen-orchestra/emit-async": "^0.0.0",
|
||||
@ -48,7 +48,7 @@
|
||||
"@xen-orchestra/mixin": "^0.0.0",
|
||||
"@xen-orchestra/self-signed": "^0.1.0",
|
||||
"@xen-orchestra/template": "^0.1.0",
|
||||
"@xen-orchestra/xapi": "^0.5.0",
|
||||
"@xen-orchestra/xapi": "^0.6.0",
|
||||
"ajv": "^6.1.1",
|
||||
"app-conf": "^0.9.0",
|
||||
"archiver": "^5.0.0",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "xo-web",
|
||||
"version": "5.79.2",
|
||||
"version": "5.80.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Web interface client for Xen-Orchestra",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user