diff --git a/CHANGELOG.md b/CHANGELOG.md index ebdfac61a..b0c9a23bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ - [Proxy] Improve health check error messages [#5161](https://github.com/vatesfr/xen-orchestra/issues/5161) (PR [#5191](https://github.com/vatesfr/xen-orchestra/pull/5191)) - [VM/network] Ability to change a VIF's locking mode [#4713](https://github.com/vatesfr/xen-orchestra/issues/4713) (PR [#5188](https://github.com/vatesfr/xen-orchestra/pull/5188)) - [[Audit] Regularly save fingerprints on remote server for better tempering detection](https://xen-orchestra.com/blog/xo-audit/) [#4844](https://github.com/vatesfr/xen-orchestra/issues/4844) (PR [#5077](https://github.com/vatesfr/xen-orchestra/pull/5077)) +- [Health/Orphan VDIs] Improve heuristic and list both VDI snapshots and normal VDIs (PR [#5228](https://github.com/vatesfr/xen-orchestra/pull/5228)) +- [VM/Console] Hide missing ISOs in selector [#5222](https://github.com/vatesfr/xen-orchestra/issues/5222) +- [Host/Network] Button to refresh the list of physical interfaces [#5230](https://github.com/vatesfr/xen-orchestra/issues/5230) ### Bug fixes @@ -22,8 +25,8 @@ - xo-server-audit 0.7.0 - xo-server-sdn-controller 1.0.3 -- xo-server 5.65.0 -- xo-web 5.68.0 +- xo-server 5.66.0 +- xo-web 5.69.0 ## **5.49.1** (2020-08-05) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index f5c5b6fde..154c5e87a 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -7,10 +7,6 @@ > Users must be able to say: “Nice enhancement, I'm eager to test it” -- [Health/Orphan VDIs] Improve heuristic and list both VDI snapshots and normal VDIs (PR [#5228](https://github.com/vatesfr/xen-orchestra/pull/5228)) -- [VM/Console] Hide missing ISOs in selector [#5222](https://github.com/vatesfr/xen-orchestra/issues/5222) -- [Host/Network] Button to refresh the list of physical interfaces [#5230](https://github.com/vatesfr/xen-orchestra/issues/5230) - ### Bug fixes > Users must be able to say: “I had this issue, happy to know it's fixed” @@ -31,6 +27,3 @@ > - major: if the change breaks compatibility > > In case of conflict, the highest (lowest in previous list) `$version` wins. - -- xo-server minor -- xo-web minor diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index d69639b28..038b441bd 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.65.0", + "version": "5.66.0", "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 dc77f113d..21f001fe7 100644 --- a/packages/xo-web/package.json +++ b/packages/xo-web/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-web", - "version": "5.68.0", + "version": "5.69.0", "license": "AGPL-3.0-or-later", "description": "Web interface client for Xen-Orchestra", "keywords": [