diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b7a7006..728cb9357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # ChangeLog +## **next** + +### Enhancements + +- [VM/network] VIF's locking mode: improve tooltip messages [#4713](https://github.com/vatesfr/xen-orchestra/issues/4713) (PR [#5227](https://github.com/vatesfr/xen-orchestra/pull/5227)) +- [Backup/overview] Link log entry to its job [#4564](https://github.com/vatesfr/xen-orchestra/issues/4564) (PR [#5202](https://github.com/vatesfr/xen-orchestra/pull/5202)) + +### Bug fixes + +- [New SR] Fix `Cannot read property 'trim' of undefined` error (PR [#5212](https://github.com/vatesfr/xen-orchestra/pull/5212)) +- [Dashboard/Health] Fix suspended VDIs considered as orphans [#5248](https://github.com/vatesfr/xen-orchestra/issues/5248) (PR [#5249](https://github.com/vatesfr/xen-orchestra/pull/5249)) + +### Packages to release + +- xo-server-audit 0.7.2 +- xo-web 5.70.0 +- xo-server 5.66.2 + ## **5.50.1** (2020-09-04) ![Channel: latest](https://badgen.net/badge/channel/latest/yellow) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 55c590cf0..154c5e87a 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -7,16 +7,10 @@ > Users must be able to say: “Nice enhancement, I'm eager to test it” -- [VM/network] VIF's locking mode: improve tooltip messages [#4713](https://github.com/vatesfr/xen-orchestra/issues/4713) (PR [#5227](https://github.com/vatesfr/xen-orchestra/pull/5227)) -- [Backup/overview] Link log entry to its job [#4564](https://github.com/vatesfr/xen-orchestra/issues/4564) (PR [#5202](https://github.com/vatesfr/xen-orchestra/pull/5202)) - ### Bug fixes > Users must be able to say: “I had this issue, happy to know it's fixed” -- [New SR] Fix `Cannot read property 'trim' of undefined` error (PR [#5212](https://github.com/vatesfr/xen-orchestra/pull/5212)) -- [Dashboard/Health] Fix suspended VDIs considered as orphans [#5248](https://github.com/vatesfr/xen-orchestra/issues/5248) (PR [#5249](https://github.com/vatesfr/xen-orchestra/pull/5249)) - ### Packages to release > Packages will be released in the order they are here, therefore, they should @@ -33,6 +27,3 @@ > - major: if the change breaks compatibility > > In case of conflict, the highest (lowest in previous list) `$version` wins. - -- xo-web minor -- xo-server patch diff --git a/packages/xo-server-audit/package.json b/packages/xo-server-audit/package.json index 811316748..5291574e6 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.7.1", + "version": "0.7.2", "license": "AGPL-3.0-or-later", "description": "Audit plugin for XO-Server", "keywords": [ diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index 50249bfb6..6687f8c1f 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.66.1", + "version": "5.66.2", "license": "AGPL-3.0-or-later", "description": "Server part of Xen-Orchestra", "keywords": [ diff --git a/packages/xo-web/package.json b/packages/xo-web/package.json index f7f0c7ddd..7c983c114 100644 --- a/packages/xo-web/package.json +++ b/packages/xo-web/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-web", - "version": "5.69.0", + "version": "5.70.0", "license": "AGPL-3.0-or-later", "description": "Web interface client for Xen-Orchestra", "keywords": [