Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 2.07 KB

CHANGELOG.unreleased.md

File metadata and controls

45 lines (34 loc) · 2.07 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.

Enhancements

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

  • [VM Creation] Automatically create a VTPM if the template requests it (Windows templates starting from XCP-ng 8.3) (PR #7436)
  • [OTP] Accepts (ignores) whitespaces in the one-time password (some OTP applications add them for nicer display)

Bug fixes

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

  • [ISO SR] During ISO migration, the destination SRs were not ISO SRs #7392 (PR #7431)
  • [VM/Migration] Fix VDIs that were not migrated to the destination SR (PR #7360)
  • [Home/VM] VMs migration from the home view will no longer execute a Migration with Storage Motion unless it is necessary Forum#8279(PR #7360)
  • [VM/Migration] SR is no longer required if you select a migration network (PR #7360)

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/otp minor
  • @xen-orchestra/backups patch
  • @xen-orchestra/xapi patch
  • xen-api major
  • xo-server minor
  • xo-web patch