From e69ae7b0dbd1cadad2b1503d2a32d29a6f83e8fa Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Sat, 3 Sep 2022 11:37:43 +0200 Subject: [PATCH] chore(CHANGELOG): integrate released changes --- CHANGELOG.md | 7 +++++++ CHANGELOG.unreleased.md | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3193a7cf..181e2756b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## **next** +### Enhancements + +- [Dashboard/Health] Detect broken VHD chains and display missing parent VDIs (PR [#6356](https://github.com/vatesfr/xen-orchestra/pull/6356)) +- [Proxy] Ability to bind a licence to an existing proxy (PR [#6348](https://github.com/vatesfr/xen-orchestra/pull/6348)) +- [Backup] Implement encryption for backup files on storage (PR [#6321](https://github.com/vatesfr/xen-orchestra/pull/6321)) +- [VM/Console] Don't connect if the [console is disabled](https://support.citrix.com/article/CTX217766/how-to-disable-the-console-for-the-vm-in-xencenter) [#6319](https://github.com/vatesfr/xen-orchestra/issues/6319) + ### Released packages - @xen-orchestra/fs 3.1.0 diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 616f37274..d5f47de32 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -7,11 +7,6 @@ > Users must be able to say: “Nice enhancement, I'm eager to test it” -- [Dashboard/Health] Detect broken VHD chains and display missing parent VDIs (PR [#6356](https://github.com/vatesfr/xen-orchestra/pull/6356)) -- [Proxy] Ability to bind a licence to an existing proxy (PR [#6348](https://github.com/vatesfr/xen-orchestra/pull/6348)) -- [Backup] Implement encryption for backup files on storage (PR [#6321](https://github.com/vatesfr/xen-orchestra/pull/6321)) -- [VM/Console] Don't connect if the [console is disabled](https://support.citrix.com/article/CTX217766/how-to-disable-the-console-for-the-vm-in-xencenter) [#6319](https://github.com/vatesfr/xen-orchestra/issues/6319) - ### Bug fixes > Users must be able to say: “I had this issue, happy to know it's fixed”