Files
xen-orchestra/CHANGELOG.unreleased.md
Mathieu 7d04559921 fix(xo-web/disk import): an error has occurred (#5683)
Fixes #5663

undefined files in collection due to unhandled disk formats
2021-03-26 09:37:31 +01:00

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

  • [Backup] Run backup jobs on different system processes (PR #5660)
  • [VM] Display the full driver version in the general and advanced tab instead of major.minor #5680 (PR #5691)

Bug fixes

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

  • [Proxy] Force upgrade no longer fails on broken proxy
  • [Proxy] Redeploy now works when the bound VM is missing
  • [VM template] Fix confirmation modal doesn't appear on deleting a default template (PR #5644)
  • [OVA VM Import] Fix imported VMs all having the same MAC addresses
  • [Disk import] Fix an error has occurred when importing wrong format or corrupted files #5663 (PR #5683)

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.

  • @vates/disposable patch
  • xo-server-transport-email minor
  • @xen-orchestra/fs minor
  • @xen-orchestra/xapi minor
  • @xen-orchestra/backups minor
  • @xen-orchestra/backups-cli minor
  • xo-server minor
  • xo-web patch