feat: technical release (#5702)
This commit is contained in:
parent
8973c9550c
commit
cf320c08c5
@ -14,7 +14,7 @@
|
|||||||
"url": "https://vates.fr"
|
"url": "https://vates.fr"
|
||||||
},
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.10"
|
"node": ">=8.10"
|
||||||
},
|
},
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@xen-orchestra/async-map": "^0.1.2",
|
"@xen-orchestra/async-map": "^0.1.2",
|
||||||
"@xen-orchestra/backups": "^0.7.1",
|
"@xen-orchestra/backups": "^0.8.0",
|
||||||
"@xen-orchestra/fs": "^0.13.1",
|
"@xen-orchestra/fs": "^0.14.0",
|
||||||
"filenamify": "^4.1.0",
|
"filenamify": "^4.1.0",
|
||||||
"getopts": "^2.2.5",
|
"getopts": "^2.2.5",
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"postversion": "npm publish --access public"
|
"postversion": "npm publish --access public"
|
||||||
},
|
},
|
||||||
"version": "0.4.0",
|
"version": "0.5.0",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Vates SAS",
|
"name": "Vates SAS",
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
||||||
},
|
},
|
||||||
"version": "0.7.1",
|
"version": "0.8.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.5"
|
"node": ">=14.5"
|
||||||
},
|
},
|
||||||
@ -17,11 +17,11 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vates/compose": "^2.0.0",
|
"@vates/compose": "^2.0.0",
|
||||||
"@vates/disposable": "^0.1.0",
|
"@vates/disposable": "^0.1.1",
|
||||||
"@vates/multi-key-map": "^0.1.0",
|
"@vates/multi-key-map": "^0.1.0",
|
||||||
"@vates/parse-duration": "^0.1.0",
|
"@vates/parse-duration": "^0.1.0",
|
||||||
"@xen-orchestra/async-map": "^0.1.2",
|
"@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/log": "^0.2.0",
|
||||||
"@xen-orchestra/template": "^0.1.0",
|
"@xen-orchestra/template": "^0.1.0",
|
||||||
"compare-versions": "^3.6.0",
|
"compare-versions": "^3.6.0",
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"yazl": "^2.5.1"
|
"yazl": "^2.5.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@xen-orchestra/xapi": "^0.4.5"
|
"@xen-orchestra/xapi": "^0.5.0"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": false,
|
"private": false,
|
||||||
"name": "@xen-orchestra/fs",
|
"name": "@xen-orchestra/fs",
|
||||||
"version": "0.13.1",
|
"version": "0.14.0",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"description": "The File System for Xen Orchestra backups.",
|
"description": "The File System for Xen Orchestra backups.",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
@ -34,14 +34,14 @@
|
|||||||
"@iarna/toml": "^2.2.0",
|
"@iarna/toml": "^2.2.0",
|
||||||
"@vates/compose": "^2.0.0",
|
"@vates/compose": "^2.0.0",
|
||||||
"@vates/decorate-with": "^0.0.1",
|
"@vates/decorate-with": "^0.0.1",
|
||||||
"@vates/disposable": "^0.1.0",
|
"@vates/disposable": "^0.1.1",
|
||||||
"@vates/parse-duration": "^0.1.0",
|
"@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/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/log": "^0.2.0",
|
||||||
"@xen-orchestra/self-signed": "^0.1.0",
|
"@xen-orchestra/self-signed": "^0.1.0",
|
||||||
"@xen-orchestra/xapi": "^0.4.5",
|
"@xen-orchestra/xapi": "^0.5.0",
|
||||||
"ajv": "^6.10.0",
|
"ajv": "^6.10.0",
|
||||||
"app-conf": "^0.9.0",
|
"app-conf": "^0.9.0",
|
||||||
"async-iterator-to-stream": "^1.1.0",
|
"async-iterator-to-stream": "^1.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@xen-orchestra/xapi",
|
"name": "@xen-orchestra/xapi",
|
||||||
"version": "0.4.5",
|
"version": "0.5.0",
|
||||||
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi",
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi",
|
||||||
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
29
CHANGELOG.md
29
CHANGELOG.md
@ -1,5 +1,34 @@
|
|||||||
# ChangeLog
|
# 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)
|
## **5.56.2** (2021-03-22)
|
||||||
|
|
||||||
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />
|
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />
|
||||||
|
@ -5,22 +5,8 @@
|
|||||||
|
|
||||||
### Enhancements
|
### 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
|
### 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 to release
|
||||||
|
|
||||||
> Packages will be released in the order they are here, therefore, they should
|
> Packages will be released in the order they are here, therefore, they should
|
||||||
@ -37,14 +23,3 @@
|
|||||||
> - major: if the change breaks compatibility
|
> - major: if the change breaks compatibility
|
||||||
>
|
>
|
||||||
> In case of conflict, the highest (lowest in previous list) `$version` wins.
|
> 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
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
"node": ">=8.10"
|
"node": ">=8.10"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@xen-orchestra/fs": "^0.13.1",
|
"@xen-orchestra/fs": "^0.14.0",
|
||||||
"cli-progress": "^3.1.0",
|
"cli-progress": "^3.1.0",
|
||||||
"exec-promise": "^0.7.0",
|
"exec-promise": "^0.7.0",
|
||||||
"getopts": "^2.2.3",
|
"getopts": "^2.2.3",
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
"@babel/core": "^7.0.0",
|
"@babel/core": "^7.0.0",
|
||||||
"@babel/preset-env": "^7.0.0",
|
"@babel/preset-env": "^7.0.0",
|
||||||
"@babel/preset-flow": "^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",
|
"babel-plugin-lodash": "^3.3.2",
|
||||||
"cross-env": "^7.0.2",
|
"cross-env": "^7.0.2",
|
||||||
"execa": "^5.0.0",
|
"execa": "^5.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xo-server-backup-reports",
|
"name": "xo-server-backup-reports",
|
||||||
"version": "0.16.8",
|
"version": "0.16.9",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"description": "Backup reports plugin for XO-Server",
|
"description": "Backup reports plugin for XO-Server",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xo-server-transport-email",
|
"name": "xo-server-transport-email",
|
||||||
"version": "0.5.0",
|
"version": "0.6.0",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"description": "xo-server plugin to send emails",
|
"description": "xo-server plugin to send emails",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xo-server-usage-report",
|
"name": "xo-server-usage-report",
|
||||||
"version": "0.9.0",
|
"version": "0.10.0",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"description": "Report resources usage with their evolution",
|
"description": "Report resources usage with their evolution",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "xo-server",
|
"name": "xo-server",
|
||||||
"version": "5.77.1",
|
"version": "5.78.0",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"description": "Server part of Xen-Orchestra",
|
"description": "Server part of Xen-Orchestra",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -35,20 +35,20 @@
|
|||||||
"@iarna/toml": "^2.2.1",
|
"@iarna/toml": "^2.2.1",
|
||||||
"@vates/compose": "^2.0.0",
|
"@vates/compose": "^2.0.0",
|
||||||
"@vates/decorate-with": "^0.0.1",
|
"@vates/decorate-with": "^0.0.1",
|
||||||
"@vates/disposable": "^0.1.0",
|
"@vates/disposable": "^0.1.1",
|
||||||
"@vates/multi-key-map": "^0.1.0",
|
"@vates/multi-key-map": "^0.1.0",
|
||||||
"@vates/parse-duration": "0.1.0",
|
"@vates/parse-duration": "0.1.0",
|
||||||
"@xen-orchestra/async-map": "^0.1.2",
|
"@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/cron": "^1.0.6",
|
||||||
"@xen-orchestra/defined": "^0.0.0",
|
"@xen-orchestra/defined": "^0.0.0",
|
||||||
"@xen-orchestra/emit-async": "^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/log": "^0.2.0",
|
||||||
"@xen-orchestra/mixin": "^0.0.0",
|
"@xen-orchestra/mixin": "^0.0.0",
|
||||||
"@xen-orchestra/self-signed": "^0.1.0",
|
"@xen-orchestra/self-signed": "^0.1.0",
|
||||||
"@xen-orchestra/template": "^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",
|
"ajv": "^6.1.1",
|
||||||
"app-conf": "^0.9.0",
|
"app-conf": "^0.9.0",
|
||||||
"archiver": "^5.0.0",
|
"archiver": "^5.0.0",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "xo-web",
|
"name": "xo-web",
|
||||||
"version": "5.79.1",
|
"version": "5.79.2",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"description": "Web interface client for Xen-Orchestra",
|
"description": "Web interface client for Xen-Orchestra",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
Reference in New Issue
Block a user