Files
xen-orchestra/CHANGELOG.unreleased.md
2021-04-12 21:15:55 +02:00

2.2 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”

[Host/Load-balancer] Add option to disable migration (PR #5706)

  • [VM] Don't switch a VM to use DMC when changing the memory #4983

Bug fixes

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

  • [Backup restore] Generate new MAC addresses is disabled by default (PR #5707)
  • [Backup] Fix vm.refresh_snapshots is not a function error
  • [Backup] Fix cannot read property "length" of undefined when using delete first Forum post
  • [Delta backup] Fix merge task not under corresponding remote and missing merge size in summary #5708
  • [Delta backup restore] Fix incorrect reported size (and speed)
  • [Settings/Logs] Correctly hide pool.listMissingPatches and host.stats errors
  • [Plugins] Fix strict mode: unknown keyword when configuring some plugins
  • Fix Cannot destructure property 'bypassMacAddressesCheck' of 'undefined' error which happens on various actions deploying a proxy
  • [Proxies] Fix Force upgrade expect the result to be iterator error

Packages to release

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.

The format is the following: - $packageName $version

Where $version is

  • patch: if the change is a bug fix or a simple code improvement
  • minor: if the change is a new feature
  • major: if the change breaks compatibility

In case of conflict, the highest (lowest in previous list) $version wins.

  • @xen-orchestra/xapi patch
  • @xen-orchestra/backups patch
  • xo-server-load-balancer minor
  • xo-server patch
  • xo-web patch