From f8b89d5aea5980b7d840ca1cfe3a7789bfffda7e Mon Sep 17 00:00:00 2001 From: Stephane MEYER Date: Fri, 27 Sep 2024 15:40:41 +0200 Subject: [PATCH] chore(CHANGELOG): update next --- CHANGELOG.md | 34 ++++++++++++++++++++++++++-------- CHANGELOG.unreleased.md | 24 ------------------------ 2 files changed, 26 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a1aeb5c749..24ad7dfeddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## **next** +### Enhancements + - [SR/Disks] Display information if the VDI is an empty metadata snapshot (PR [#7970](https://github.com/vatesfr/xen-orchestra/pull/7970)) - [Netbox] Do not synchronize if detected minor version is not supported (PR [#7992](https://github.com/vatesfr/xen-orchestra/pull/7992)) - [Netbox] Support version 4.1 [#7966](https://github.com/vatesfr/xen-orchestra/issues/7966) (PR [#8002](https://github.com/vatesfr/xen-orchestra/pull/8002)) @@ -10,6 +12,17 @@ - [REST API] Add S3 backup repository, VMs protection and resources overview information in the `/rest/v0/dashboard` endpoint (PRs [#7978](https://github.com/vatesfr/xen-orchestra/pull/7978), [#7964](https://github.com/vatesfr/xen-orchestra/pull/7964), [#8005](https://github.com/vatesfr/xen-orchestra/pull/8005)) - [Backups] Display more informations in the _Notes_ column of the backup page (PR [#7977](https://github.com/vatesfr/xen-orchestra/pull/7977)) - [REST API] Add `/alarms` endpoint and remove alarms from the `/dashboard` and `/messages` endpoints (PR [#7959](https://github.com/vatesfr/xen-orchestra/pull/7959)) +- [Hosts] Display a warning for hosts whose TLS key is too short to update to XCP-ng 8.3 (PR [#7995](https://github.com/vatesfr/xen-orchestra/pull/7995)) +- **XO 6**: + - [Dashboard] Display S3 backup repository data (PR [#8006](https://github.com/vatesfr/xen-orchestra/pull/8006)) + - [Dashboard] Display VMs protection data (PR [#8007](https://github.com/vatesfr/xen-orchestra/pull/8007)) + - [Dashboard] Display resources overview data (PR [#8009](https://github.com/vatesfr/xen-orchestra/pull/8009)) +- **xo-cli** + - `rest get --output $file` now displays progress information during download + - `rest post` and `rest put` now accept `--input $file` to upload a file and display progress information +- [Backup] Detect invalid VDI exports that are incorrectly reported as successful by XAPI +- [Backup] Backup job sequences: configure lists of backup jobs to run in order one after the other (PRs [#7985](https://github.com/vatesfr/xen-orchestra/pull/7985), [#8014](https://github.com/vatesfr/xen-orchestra/pull/8014)) +- [Pool/Network] Display the bond mode of a network [#7802](https://github.com/vatesfr/xen-orchestra/issues/7802) (PR [#8010](https://github.com/vatesfr/xen-orchestra/pull/8010)) ### Bug fixes @@ -18,22 +31,27 @@ - [REST API] Fix VDI export broken in XO 5.96.0 and not completely fixed in XO 5.98.0 - [REST API] Fix VDI import in VHD format when `Content-Length` is not provided - [REST API] Fix Issues with connecting iSCSI LUN to XOA (PR [#8004](https://github.com/vatesfr/xen-orchestra/pull/8004)) +- [REST API] Fix broken _Rolling Pool Update_ pool action [Forum#82867](https://xcp-ng.org/forum/post/82867) +- [Logs] Fix private data in API call: password now obfuscated (PR [#8019](https://github.com/vatesfr/xen-orchestra/pull/8019)) ### Released packages -- xen-api 4.2.1 -- @xen-orchestra/xapi 7.4.1 - @xen-orchestra/defined 0.0.2 -- @xen-orchestra/web-core 0.2.0 - @xen-orchestra/lite 0.4.0 -- @xen-orchestra/proxy 0.28.15 -- @xen-orchestra/web 0.2.0 - xapi-explore-sr 0.4.5 -- xo-cli 0.29.0 -- xo-server 5.155.0 - xo-server-backup-reports 1.4.2 - xo-server-netbox 1.6.0 -- xo-web 5.156.0 +- @xen-orchestra/backups 0.54.0 +- @xen-orchestra/backups-cli 1.0.24 +- @xen-orchestra/immutable-backups 1.0.11 +- @xen-orchestra/proxy 0.28.16 +- xen-api 4.3.0 +- @xen-orchestra/xapi 7.5.0 +- @xen-orchestra/web 0.3.0 +- xo-cli 0.30.0 +- xo-server 5.156.0 +- xo-web 5.157.0 +- @xen-orchestra/web-core 0.3.0 ## **5.98.1** (2024-09-10) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 0cef5ba58e1..8f0c50b2639 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -11,25 +11,10 @@ > Users must be able to say: “Nice enhancement, I'm eager to test it” -- [Hosts] Display a warning for hosts whose TLS key is too short to update to XCP-ng 8.3 (PR [#7995](https://github.com/vatesfr/xen-orchestra/pull/7995)) -- **XO 6**: - - [Dashboard] Display S3 backup repository data (PR [#8006](https://github.com/vatesfr/xen-orchestra/pull/8006)) - - [Dashboard] Display VMs protection data (PR [#8007](https://github.com/vatesfr/xen-orchestra/pull/8007)) - - [Dashboard] Display resources overview data (PR [#8009](https://github.com/vatesfr/xen-orchestra/pull/8009)) -- **xo-cli** - - `rest get --output $file` now displays progress information during download - - `rest post` and `rest put` now accept `--input $file` to upload a file and display progress information -- [Backup] Detect invalid VDI exports that are incorrectly reported as successful by XAPI -- [Backup] Backup job sequences: configure lists of backup jobs to run in order one after the other (PRs [#7985](https://github.com/vatesfr/xen-orchestra/pull/7985), [#8014](https://github.com/vatesfr/xen-orchestra/pull/8014)) -- [Pool/Network] Display the bond mode of a network [#7802](https://github.com/vatesfr/xen-orchestra/issues/7802) (PR [#8010](https://github.com/vatesfr/xen-orchestra/pull/8010)) - ### Bug fixes > Users must be able to say: “I had this issue, happy to know it's fixed” -- [REST API] Fix broken _Rolling Pool Update_ pool action [Forum#82867](https://xcp-ng.org/forum/post/82867) -- [Logs] Fix private data in API call: password now obfuscated (PR [#8019](https://github.com/vatesfr/xen-orchestra/pull/8019)) - ### Packages to release > When modifying a package, add it here with its release type. @@ -46,13 +31,4 @@ -- @xen-orchestra/backups minor -- @xen-orchestra/web minor -- @xen-orchestra/web-core minor -- @xen-orchestra/xapi minor -- xen-api minor -- xo-cli minor -- xo-server minor -- xo-web minor -