From 357333c4e4bc7088c656175732a63f9945685aab Mon Sep 17 00:00:00 2001 From: "Rajaa.BARHTAOUI" Date: Wed, 28 Oct 2020 16:07:21 +0100 Subject: [PATCH] feat: technical release (#5347) --- @xen-orchestra/audit-core/package.json | 2 +- @xen-orchestra/backups-cli/package.json | 2 +- CHANGELOG.md | 26 +++++++++++++++++++++++++ CHANGELOG.unreleased.md | 18 ----------------- packages/vhd-cli/package.json | 2 +- packages/vhd-lib/package.json | 2 +- packages/xen-api/examples/package.json | 2 +- packages/xo-server-audit/package.json | 4 ++-- packages/xo-server/package.json | 4 ++-- packages/xo-vmdk-to-vhd/package.json | 2 +- packages/xo-web/package.json | 2 +- 11 files changed, 37 insertions(+), 29 deletions(-) diff --git a/@xen-orchestra/audit-core/package.json b/@xen-orchestra/audit-core/package.json index 0de5d2005..aaa61247e 100644 --- a/@xen-orchestra/audit-core/package.json +++ b/@xen-orchestra/audit-core/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/vatesfr/xen-orchestra.git" }, - "version": "0.1.1", + "version": "0.2.0", "engines": { "node": ">=8.10" }, diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index 37ba00298..f3088ed12 100644 --- a/@xen-orchestra/backups-cli/package.json +++ b/@xen-orchestra/backups-cli/package.json @@ -14,7 +14,7 @@ "lodash": "^4.17.15", "promise-toolbox": "^0.15.0", "proper-lockfile": "^4.1.1", - "vhd-lib": "^0.7.2" + "vhd-lib": "^0.8.0" }, "engines": { "node": ">=7.10.1" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1161afb76..b85560d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # ChangeLog +## **next** + +### Enhancements + +- [Host/Advanced] Display installed certificates with ability to install a new certificate [#5134](https://github.com/vatesfr/xen-orchestra/issues/5134) (PRs [#5319](https://github.com/vatesfr/xen-orchestra/pull/5319) [#5332](https://github.com/vatesfr/xen-orchestra/pull/5332)) +- [VM/network] Allow Self Service users to change a VIF's network [#5020](https://github.com/vatesfr/xen-orchestra/issues/5020) (PR [#5203](https://github.com/vatesfr/xen-orchestra/pull/5203)) +- [New SSH key] Show warning when the SSH key already exists (PR [#5329](https://github.com/vatesfr/xen-orchestra/pull/5329)) +- [Pool/Network] Add a tooltip to the `Automatic` column (PR [#5345](https://github.com/vatesfr/xen-orchestra/pull/5345)) + +### Bug fixes + +- [Host] Fix power state stuck on busy after power off [#4919](https://github.com/vatesfr/xen-orchestra/issues/4919) (PR [#5288](https://github.com/vatesfr/xen-orchestra/pull/5288)) +- [VM/Network] Don't allow users to change a VIF's locking mode if they don't have permissions on the network (PR [#5283](https://github.com/vatesfr/xen-orchestra/pull/5283)) +- [Backup/overview] Add tooltip on the running backup job button (PR [#5325 ](https://github.com/vatesfr/xen-orchestra/pull/5325)) +- [VM] Show snapshot button in toolbar for Self Service users (PR [#5324](https://github.com/vatesfr/xen-orchestra/pull/5324)) +- [User] Fallback to default filter on resetting customized filter (PR [#5321](https://github.com/vatesfr/xen-orchestra/pull/5321)) +- [Home] Show error notification when bulk VM snapshot fails (PR [#5323](https://github.com/vatesfr/xen-orchestra/pull/5323)) + +### Packages to release + +- vhd-lib 0.8.0 +- @xen-orchestra/audit-core 0.2.0 +- xo-server-audit 0.9.0 +- xo-web 5.73.0 +- xo-server 5.69.0 + ## **5.51.1** (2020-10-14) ![Channel: latest](https://badgen.net/badge/channel/latest/yellow) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 430a16f05..154c5e87a 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -7,22 +7,10 @@ > Users must be able to say: “Nice enhancement, I'm eager to test it” -- [Host/Advanced] Display installed certificates with ability to install a new certificate [#5134](https://github.com/vatesfr/xen-orchestra/issues/5134) (PR [#5319](https://github.com/vatesfr/xen-orchestra/pull/5319) [#5332](https://github.com/vatesfr/xen-orchestra/pull/5332)) -- [VM/network] Allow Self Service users to change a VIF's network [#5020](https://github.com/vatesfr/xen-orchestra/issues/5020) (PR [#5203](https://github.com/vatesfr/xen-orchestra/pull/5203)) -- [New SSH key] Show warning when the SSH key already exists (PR [#5329](https://github.com/vatesfr/xen-orchestra/pull/5329)) -- [Pool/Network] Add a tooltip to the `Automatic` column (PR [#5345](https://github.com/vatesfr/xen-orchestra/pull/5345)) - ### Bug fixes > Users must be able to say: “I had this issue, happy to know it's fixed” -- [Host] Fix power state stuck on busy after power off [#4919](https://github.com/vatesfr/xen-orchestra/issues/4919) (PR [#5288](https://github.com/vatesfr/xen-orchestra/pull/5288)) -- [VM/Network] Don't allow users to change a VIF's locking mode if they don't have permissions on the network (PR [#5283](https://github.com/vatesfr/xen-orchestra/pull/5283)) -- [Backup/overview] Add tooltip on the running backup job button (PR [#5325 ](https://github.com/vatesfr/xen-orchestra/pull/5325)) -- [VM] Show snapshot button in toolbar for Self Service users (PR [#5324](https://github.com/vatesfr/xen-orchestra/pull/5324)) -- [User] Fallback to default filter on resetting customized filter (PR [#5321](https://github.com/vatesfr/xen-orchestra/pull/5321)) -- [Home] Show error notification when bulk VM snapshot fails (PR [#5323](https://github.com/vatesfr/xen-orchestra/pull/5323)) - ### Packages to release > Packages will be released in the order they are here, therefore, they should @@ -39,9 +27,3 @@ > - major: if the change breaks compatibility > > In case of conflict, the highest (lowest in previous list) `$version` wins. - -- vhd-lib minor -- @xen-orchestra/audit-core minor -- xo-server-audit minor -- xo-web minor -- xo-server minor diff --git a/packages/vhd-cli/package.json b/packages/vhd-cli/package.json index 0c0a43a18..7b818bf1e 100644 --- a/packages/vhd-cli/package.json +++ b/packages/vhd-cli/package.json @@ -33,7 +33,7 @@ "exec-promise": "^0.7.0", "getopts": "^2.2.3", "struct-fu": "^1.2.0", - "vhd-lib": "^0.7.2" + "vhd-lib": "^0.8.0" }, "devDependencies": { "@babel/cli": "^7.0.0", diff --git a/packages/vhd-lib/package.json b/packages/vhd-lib/package.json index e8bf38354..2bbb5365b 100644 --- a/packages/vhd-lib/package.json +++ b/packages/vhd-lib/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "vhd-lib", - "version": "0.7.2", + "version": "0.8.0", "license": "AGPL-3.0-or-later", "description": "Primitives for VHD file handling", "keywords": [], diff --git a/packages/xen-api/examples/package.json b/packages/xen-api/examples/package.json index 0568c8565..8391755c1 100644 --- a/packages/xen-api/examples/package.json +++ b/packages/xen-api/examples/package.json @@ -8,6 +8,6 @@ "promise-toolbox": "^0.13.0", "readable-stream": "^3.1.1", "throttle": "^1.0.3", - "vhd-lib": "^0.7.2" + "vhd-lib": "^0.8.0" } } diff --git a/packages/xo-server-audit/package.json b/packages/xo-server-audit/package.json index 5720ed46f..3b33b6de2 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.8.0", + "version": "0.9.0", "license": "AGPL-3.0-or-later", "description": "Audit plugin for XO-Server", "keywords": [ @@ -49,7 +49,7 @@ "prepublishOnly": "yarn run build" }, "dependencies": { - "@xen-orchestra/audit-core": "^0.1.1", + "@xen-orchestra/audit-core": "^0.2.0", "@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/log": "^0.2.0", "async-iterator-to-stream": "^1.1.0", diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index 800047560..f96ad49c7 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.68.0", + "version": "5.69.0", "license": "AGPL-3.0-or-later", "description": "Server part of Xen-Orchestra", "keywords": [ @@ -130,7 +130,7 @@ "unzipper": "^0.10.5", "uuid": "^3.0.1", "value-matcher": "^0.2.0", - "vhd-lib": "^0.7.2", + "vhd-lib": "^0.8.0", "ws": "^7.1.2", "xdg-basedir": "^4.0.0", "xen-api": "^0.29.0", diff --git a/packages/xo-vmdk-to-vhd/package.json b/packages/xo-vmdk-to-vhd/package.json index c18efb390..594f2b488 100644 --- a/packages/xo-vmdk-to-vhd/package.json +++ b/packages/xo-vmdk-to-vhd/package.json @@ -30,7 +30,7 @@ "lodash": "^4.17.15", "pako": "^1.0.11", "promise-toolbox": "^0.15.0", - "vhd-lib": "^0.7.2", + "vhd-lib": "^0.8.0", "xml2js": "^0.4.23" }, "devDependencies": { diff --git a/packages/xo-web/package.json b/packages/xo-web/package.json index 91c54ffd6..0a9ca8549 100644 --- a/packages/xo-web/package.json +++ b/packages/xo-web/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-web", - "version": "5.72.0", + "version": "5.73.0", "license": "AGPL-3.0-or-later", "description": "Web interface client for Xen-Orchestra", "keywords": [