Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.7 KB

CHANGELOG.unreleased.md

File metadata and controls

46 lines (34 loc) · 1.7 KB

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.

Security

Security fixes and new features should go in this section

Enhancements

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

Bug fixes

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

  • [Self Service] Always allow administrators to bypass quotas (PR #7855)
  • [V2V] Fix Can't import delta of a running VM without its parent VHD error during warm migration (PR #7856)
  • [Backups] Fix a race condition leading to VDI_INCOMPATIBLE_TYPE error when using Purge snapshot data (PR #7828)
  • [Backups] NBD backups now respected default backup network settings (PR #7836)
  • [Backups] NBD backups now ignore unreachable host and retry on reachable ones(PR #7836)

Packages to release

When modifying a package, add it here with its release type.

The format is the following: - $packageName $releaseType

Where $releaseType 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

Keep this list alphabetically ordered to avoid merge conflicts

  • @vates/nbd-client minor
  • @xen-orchestra/backups patch
  • @xen-orchestra/xapi patch
  • xen-api minor
  • xo-server minor