feat: technical release (#5702)

This commit is contained in:
Pierre Donias 2021-03-29 16:45:00 +02:00 committed by GitHub
parent 8973c9550c
commit cf320c08c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 54 additions and 50 deletions

View File

@ -14,7 +14,7 @@
"url": "https://vates.fr"
},
"license": "ISC",
"version": "0.1.0",
"version": "0.1.1",
"engines": {
"node": ">=8.10"
},

View File

@ -7,8 +7,8 @@
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"dependencies": {
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.7.1",
"@xen-orchestra/fs": "^0.13.1",
"@xen-orchestra/backups": "^0.8.0",
"@xen-orchestra/fs": "^0.14.0",
"filenamify": "^4.1.0",
"getopts": "^2.2.5",
"lodash": "^4.17.15",
@ -32,7 +32,7 @@
"scripts": {
"postversion": "npm publish --access public"
},
"version": "0.4.0",
"version": "0.5.0",
"license": "AGPL-3.0-or-later",
"author": {
"name": "Vates SAS",

View File

@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"version": "0.7.1",
"version": "0.8.0",
"engines": {
"node": ">=14.5"
},
@ -17,11 +17,11 @@
},
"dependencies": {
"@vates/compose": "^2.0.0",
"@vates/disposable": "^0.1.0",
"@vates/disposable": "^0.1.1",
"@vates/multi-key-map": "^0.1.0",
"@vates/parse-duration": "^0.1.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/fs": "^0.13.0",
"@xen-orchestra/fs": "^0.14.0",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/template": "^0.1.0",
"compare-versions": "^3.6.0",
@ -39,7 +39,7 @@
"yazl": "^2.5.1"
},
"peerDependencies": {
"@xen-orchestra/xapi": "^0.4.5"
"@xen-orchestra/xapi": "^0.5.0"
},
"license": "AGPL-3.0-or-later",
"author": {

View File

@ -1,7 +1,7 @@
{
"private": false,
"name": "@xen-orchestra/fs",
"version": "0.13.1",
"version": "0.14.0",
"license": "AGPL-3.0-or-later",
"description": "The File System for Xen Orchestra backups.",
"keywords": [],

View File

@ -34,14 +34,14 @@
"@iarna/toml": "^2.2.0",
"@vates/compose": "^2.0.0",
"@vates/decorate-with": "^0.0.1",
"@vates/disposable": "^0.1.0",
"@vates/disposable": "^0.1.1",
"@vates/parse-duration": "^0.1.0",
"@xen-orchestra/backups": "^0.7.1",
"@xen-orchestra/backups": "^0.8.0",
"@xen-orchestra/emit-async": "^0.0.0",
"@xen-orchestra/fs": "^0.13.1",
"@xen-orchestra/fs": "^0.14.0",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/self-signed": "^0.1.0",
"@xen-orchestra/xapi": "^0.4.5",
"@xen-orchestra/xapi": "^0.5.0",
"ajv": "^6.10.0",
"app-conf": "^0.9.0",
"async-iterator-to-stream": "^1.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/xapi",
"version": "0.4.5",
"version": "0.5.0",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {

View File

@ -1,5 +1,34 @@
# ChangeLog
## **next**
### Enhancements
- [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))
### Bug fixes
- [Proxy] _Force upgrade_ no longer fails on broken proxy
- [Proxy] _Redeploy_ now works when the bound VM is missing
- [VM template] Fix confirmation modal doesn't appear on deleting a default template (PR [#5644](https://github.com/vatesfr/xen-orchestra/pull/5644))
- [OVA VM Import] Fix imported VMs all having the same MAC addresses
- [Disk import] Fix `an error has occurred` when importing wrong format or corrupted files [#5663](https://github.com/vatesfr/xen-orchestra/issues/5663) (PR [#5683](https://github.com/vatesfr/xen-orchestra/pull/5683))
### Released packages
- 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/backups-cli 0.5.0
- xo-server 5.78.0
- xo-web 5.79.2
## **5.56.2** (2021-03-22)
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />

View File

@ -5,22 +5,8 @@
### Enhancements
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [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))
### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Proxy] _Force upgrade_ no longer fails on broken proxy
- [Proxy] _Redeploy_ now works when the bound VM is missing
- [VM template] Fix confirmation modal doesn't appear on deleting a default template (PR [#5644](https://github.com/vatesfr/xen-orchestra/pull/5644))
- [OVA VM Import] Fix imported VMs all having the same MAC addresses
- [Disk import] Fix `an error has occurred` when importing wrong format or corrupted files [#5663](https://github.com/vatesfr/xen-orchestra/issues/5663) (PR [#5683](https://github.com/vatesfr/xen-orchestra/pull/5683))
### Packages to release
> Packages will be released in the order they are here, therefore, they should
@ -37,14 +23,3 @@
> - major: if the change breaks compatibility
>
> In case of conflict, the highest (lowest in previous list) `$version` wins.
- xo-server-usage-report minor
- xo-server-backup-reports patch
- @vates/disposable patch
- xo-server-transport-email minor
- @xen-orchestra/fs minor
- @xen-orchestra/xapi minor
- @xen-orchestra/backups minor
- @xen-orchestra/backups-cli minor
- xo-server minor
- xo-web patch

View File

@ -28,7 +28,7 @@
"node": ">=8.10"
},
"dependencies": {
"@xen-orchestra/fs": "^0.13.1",
"@xen-orchestra/fs": "^0.14.0",
"cli-progress": "^3.1.0",
"exec-promise": "^0.7.0",
"getopts": "^2.2.3",

View File

@ -35,7 +35,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@xen-orchestra/fs": "^0.13.1",
"@xen-orchestra/fs": "^0.14.0",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^7.0.2",
"execa": "^5.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "xo-server-backup-reports",
"version": "0.16.8",
"version": "0.16.9",
"license": "AGPL-3.0-or-later",
"description": "Backup reports plugin for XO-Server",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "xo-server-transport-email",
"version": "0.5.0",
"version": "0.6.0",
"license": "AGPL-3.0-or-later",
"description": "xo-server plugin to send emails",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "xo-server-usage-report",
"version": "0.9.0",
"version": "0.10.0",
"license": "AGPL-3.0-or-later",
"description": "Report resources usage with their evolution",
"keywords": [

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.77.1",
"version": "5.78.0",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@ -35,20 +35,20 @@
"@iarna/toml": "^2.2.1",
"@vates/compose": "^2.0.0",
"@vates/decorate-with": "^0.0.1",
"@vates/disposable": "^0.1.0",
"@vates/disposable": "^0.1.1",
"@vates/multi-key-map": "^0.1.0",
"@vates/parse-duration": "0.1.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.7.1",
"@xen-orchestra/backups": "^0.8.0",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.0",
"@xen-orchestra/emit-async": "^0.0.0",
"@xen-orchestra/fs": "^0.13.1",
"@xen-orchestra/fs": "^0.14.0",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/mixin": "^0.0.0",
"@xen-orchestra/self-signed": "^0.1.0",
"@xen-orchestra/template": "^0.1.0",
"@xen-orchestra/xapi": "^0.4.5",
"@xen-orchestra/xapi": "^0.5.0",
"ajv": "^6.1.1",
"app-conf": "^0.9.0",
"archiver": "^5.0.0",

View File

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