Files
xen-orchestra/CHANGELOG.unreleased.md
Pierre Donias 3eff8102e1 fix(xo-server/patching): bad semver check for update system (#4511)
So far, in order to know if we needed to use the "new" patching system, we were checking that the pool master's `software_version.platform_version` satisfied `^2.1.1` (instead of `>=2.1.1` like [XenCenter does](f3a64fc54b/XenModel/Utils/Helpers.cs (L420))). This broke the installation and the display of missing patches for CH 8.0 whose `software_version.platform_version` is `3.0.0`.
2019-09-11 14:12:21 +02:00

1.5 KiB

This file contains all changes that have not been released yet.

Keep in mind the changelog is addressed to users and should be understandable by them.

Enhancements

Users must be able to say: “Nice enhancement, I'm eager to test it”

  • [VM/disks] Don't hide disks that are attached to the same VM twice #4400 (PR #4414)

Bug fixes

  • [Backup NG/New schedule] Properly show user errors in the form #3831 (PR #4131)

Users must be able to say: “I had this issue, happy to know it's fixed”

  • [VM/Advanced] Fix "vm.set_domain_type" is not a function error on switching virtualization mode (PV/HVM) #4348 (PR #4504)
  • [Backup NG/logs] Show warning when zstd compression is selected but not supported #3892 (PR #4375
  • [Patches] Fix patches installation for CH 8.0 (PR #4511)

Released packages

Packages will be released in the order they are here, therefore, they should be listed by inverse order of dependency.

Rule of thumb: add packages on top.

  • xo-server v5.50.0
  • xo-web v5.50.0