diff --git a/CHANGELOG.md b/CHANGELOG.md index baa397b8dc3..40f9604fa93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # ChangeLog +## **next** + +### Enhancements + +> Users must be able to say: “Nice enhancement, I'm eager to test it” + +- [Host/Patches] Rolling Pool Reboot and Update can now be planned as a Job (PR [#8185](https://github.com/vatesfr/xen-orchestra/pull/8185)) +- [REST/VM] When creating a VM, it is possible to create more VDIs or delete/update template's VDIs (PR [#8167](https://github.com/vatesfr/xen-orchestra/pull/8167)) +- [Backups/Advanced settings] Add merge backups synchronously (PR [#8177](https://github.com/vatesfr/xen-orchestra/pull/8177)) + +### Bug fixes + +> Users must be able to say: “I had this issue, happy to know it's fixed” + +- [VM] Fix `VDI_NOT_IN_MAP` error during migration (PR [#8179](https://github.com/vatesfr/xen-orchestra/pull/8179)) + +### Released packages + +- xen-api 4.6.0 +- @xen-orchestra/xapi 7.8.1 +- @xen-orchestra/backups 0.56.0 +- @xen-orchestra/backups-cli 1.0.27 +- @xen-orchestra/immutable-backups 1.0.15 +- @xen-orchestra/web-core 0.8.0 +- @xen-orchestra/proxy 0.29.7 +- @xen-orchestra/web 0.5.1 +- xo-server 5.165.0 +- xo-web 5.164.0 + ## **5.101.0** (2024-11-29) Channel: latest @@ -1055,7 +1084,7 @@ - [Patches] Support new XenServer Updates system. See [our documentation](https://xen-orchestra.com/docs/updater.html#xenserver-updates). (PR [#7044](https://github.com/vatesfr/xen-orchestra/pull/7044)) - [Host/Advanced] New button to download system logs [#3968](https://github.com/vatesfr/xen-orchestra/issues/3968) (PR [#7048](https://github.com/vatesfr/xen-orchestra/pull/7048)) -- [Home/Hosts, Pools] Display host brand and version (PR [#7027](https://github.com/vatesfr/xen-orchestra/pull/7027)) +- [Home/Hosts, Pools] Display host brand and version (PR[#7027](https://github.com/vatesfr/xen-orchestra/pull/7027)) - [SR] Ability to reclaim space [#1204](https://github.com/vatesfr/xen-orchestra/issues/1204) (PR [#7054](https://github.com/vatesfr/xen-orchestra/pull/7054)) - [XOA] New button to restart XO Server directly from the UI (PR [#7056](https://github.com/vatesfr/xen-orchestra/pull/7056)) - [Host/Advanced] Display system disks health based on the _smartctl_ plugin. [#4458](https://github.com/vatesfr/xen-orchestra/issues/4458) (PR [#7060](https://github.com/vatesfr/xen-orchestra/pull/7060)) @@ -1997,7 +2026,7 @@ - [Backup] Merge delta backups without copying data when using VHD directories on NFS/SMB/local remote(https://github.com/vatesfr/xen-orchestra/pull/6271)) - [Proxies] Ability to copy the proxy access URL (PR [#6287](https://github.com/vatesfr/xen-orchestra/pull/6287)) - [SR/Advanced] Ability to enable/disable _Maintenance Mode_ [#6215](https://github.com/vatesfr/xen-orchestra/issues/6215) (PRs [#6308](https://github.com/vatesfr/xen-orchestra/pull/6308), [#6297](https://github.com/vatesfr/xen-orchestra/pull/6297)) -- [User] User tokens management through XO interface (PR [#6276](https://github.com/vatesfr/xen-orchestra/pull/6276)) +- [User] User tokens management through XO interface (PR[#6276](https://github.com/vatesfr/xen-orchestra/pull/6276)) - [Tasks, VM/General] Self Service users: show tasks related to their pools, hosts, SRs, networks and VMs (PR [#6217](https://github.com/vatesfr/xen-orchestra/pull/6217)) ### Enhancements @@ -2077,7 +2106,7 @@ - [VM migration] Ensure the VM can be migrated before performing the migration to avoid issues [#5301](https://github.com/vatesfr/xen-orchestra/issues/5301) (PR [#6245](https://github.com/vatesfr/xen-orchestra/pull/6245)) - [Backup] Show any detected errors on existing backups instead of fixing them silently (PR [#6207](https://github.com/vatesfr/xen-orchestra/pull/6225)) - Created SRs will now have auto-scan enabled similarly to what XenCenter does (PR [#6246](https://github.com/vatesfr/xen-orchestra/pull/6246)) -- [RPU] Disable scheduled backup jobs during RPU (PR [#6244](https://github.com/vatesfr/xen-orchestra/pull/6244)) +- [RPU] Disable scheduled backup jobs during RPU (PR[#6244](https://github.com/vatesfr/xen-orchestra/pull/6244)) ### Bug fixes @@ -2249,7 +2278,7 @@ ### Highlights -- [New SR] Add confirmation message before creating local SR (PR [#6121](https://github.com/vatesfr/xen-orchestra/pull/6121)) +- [New SR] Add confirmation message before creating local SR (PR[#6121](https://github.com/vatesfr/xen-orchestra/pull/6121)) - [Dashboad/Health] List all VDIs that need coalescing (PR [#6120](https://github.com/vatesfr/xen-orchestra/pull/6120)) - [Delta Backup/Restore] Ability to choose SR for each VDI [#4605](https://github.com/vatesfr/xen-orchestra/issues/4605), [#4016](https://github.com/vatesfr/xen-orchestra/issues/4016) (PR [#6117](https://github.com/vatesfr/xen-orchestra/pull/6117)) @@ -2261,7 +2290,7 @@ - [Self service] Change identifiers used for VM templates to avoid them from being removed on XCP-ng upgrade - [Proxy] Always connect to XAPI via [backup network if defined](https://xen-orchestra.com/blog/xen-orchestra-5-64/#backupmigrationnetwork) -- [Backup/File restore] Do not list backups on non-compatible remotes (S3) (PR [#6116](https://github.com/vatesfr/xen-orchestra/pull/6116)) +- [Backup/File restore] Do not list backups on non-compatible remotes (S3) (PR[#6116](https://github.com/vatesfr/xen-orchestra/pull/6116)) ### Released packages diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 89bc1ce6b2f..ad31aaf35a3 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -13,16 +13,10 @@ > Users must be able to say: “Nice enhancement, I'm eager to test it” -- [Host/Patches] Rolling Pool Reboot and Update can now be planned as a Job (PR [#8185](https://github.com/vatesfr/xen-orchestra/pull/8185)) -- [REST/VM] When creating a VM, it is possible to create more VDIs or delete/update template's VDIs (PR [#8167](https://github.com/vatesfr/xen-orchestra/pull/8167)) -- [Backups/Advanced settings] Add merge backups synchronously (PR [#8177](https://github.com/vatesfr/xen-orchestra/pull/8177)) - ### Bug fixes > Users must be able to say: “I had this issue, happy to know it's fixed” -- [VM] Fix `VDI_NOT_IN_MAP` error during migration (PR [#8179](https://github.com/vatesfr/xen-orchestra/pull/8179)) - ### Packages to release > When modifying a package, add it here with its release type. @@ -39,12 +33,4 @@ -- @xen-orchestra/backups minor -- @xen-orchestra/web patch -- @xen-orchestra/web-core minor -- @xen-orchestra/xapi patch -- xen-api minor -- xo-server minor -- xo-web minor -