From 675405f7ace55411b1ca0bbed8b9e31504fcc387 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Tue, 31 Jan 2023 17:49:23 +0100 Subject: [PATCH] feat: release 5.79.0 --- CHANGELOG.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc02021ce..9a9597bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,21 @@ # ChangeLog -## **next** +## **5.79.0** (2023-01-31) + +### Highlights + +- [REST API] Expose `residentVms` property on hosts objects +- [REST API] The raw content of a VDI can be downloaded directly +- [REST API] Ability to update the name and description of objects +- [REST API] Add support to destroy VMs and VDIs +- [Kubernetes recipe] Add the possibility to create the cluster with a static network configuration (PR [#6598](https://github.com/vatesfr/xen-orchestra/pull/6598)) +- [VM/Advanced] Add configuration flag for _Viridian_ platform [#6572](https://github.com/vatesfr/xen-orchestra/issues/6572) (PR [#6631](https://github.com/vatesfr/xen-orchestra/pull/6631)) +- [Network/NBD] Add the possibility to add and change the NBD connection associated to a Network (PR [#6646](https://github.com/vatesfr/xen-orchestra/pull/6646)) +- [VM/Advanced] Clarify _Windows Update_ label [#6628](https://github.com/vatesfr/xen-orchestra/issues/6628) (PR [#6632](https://github.com/vatesfr/xen-orchestra/pull/6632)) ### Enhancements -- [REST API] Expose `residentVms` property on hosts objects -- [VM/Advanced] Clarify _Windows Update_ label [#6628](https://github.com/vatesfr/xen-orchestra/issues/6628) (PR [#6632](https://github.com/vatesfr/xen-orchestra/pull/6632)) -- [REST API] Add support to destroy VMs and VDIs -- [VM/Advanced] Add configuration flag for _Viridian_ platform [#6572](https://github.com/vatesfr/xen-orchestra/issues/6572) (PR [#6631](https://github.com/vatesfr/xen-orchestra/pull/6631)) - [Licenses] Makes `id` and `boundObjectId` copyable (PR [#6634](https://github.com/vatesfr/xen-orchestra/pull/6634)) -- [REST API] The raw content of a VDI can be downloaded directly -- [Kubernetes recipe] Add the possibility to create the cluster with a static network configuration (PR [#6598](https://github.com/vatesfr/xen-orchestra/pull/6598)) -- [REST API] Ability to update the name and description of objects -- [Network/NBD] Add the possibility to add and change the NBD connection associated to a Network (PR [#6646](https://github.com/vatesfr/xen-orchestra/pull/6646)) ### Bug fixes