Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.41 KB

CHANGELOG.unreleased.md

File metadata and controls

41 lines (30 loc) · 1.41 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/Disks] Display task information when importing VDIs (PR #7197)
  • [REST API] Support VM import using the XVA format
  • [Task] Show the related SR on the Garbage Collector Task ( vdi coalescing) (PR #7189)
  • [Backup] Don't backup VM with tag xo:no-bak (PR #7173)

Bug fixes

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

  • [Backup/HealthCheck] Don't backup VM created by health check when using smart mode (PR #7173)

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

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