Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 2.17 KB

CHANGELOG.unreleased.md

File metadata and controls

60 lines (45 loc) · 2.17 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”

  • [Home/VMs] Ability to filter by MAC address (don't forget quotes: "70:1A:83:62:90:D0")

Bug fixes

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

-[Backup/Mirror] Fix checkbasevdi must be called before updateUuidAndChain error (PR #8037)

  • [Backups] Fix MESSAGE_METHOD_UNKOWN(VDI.get_cbt_enabled) on XenServer < 7.3 (PR #8038)
  • [SR/New] Fix reattach button not displayed for HBA (PR #7986)
  • [New VM] Fix cryptic error notification (PR #8052)
  • [Netbox] Ignore tags that have an empty label (PR #8056)
  • [Tags] Ability to remove blank tags from VMs/hosts/pools (PR #8058)
  • [Plugin/audit] Do not log call to host.isPubKeyTooShort Forum#84464
  • [Backup] fix VDI_INCOMPATIBLE_TYPE error (PR #8043)

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/task minor
  • @xen-orchestra/backups patch
  • @xen-orchestra/fs minor
  • @xen-orchestra/log minor
  • @xen-orchestra/mixin minor
  • @xen-orchestra/xapi patch
  • xo-cli minor
  • xo-server minor
  • xo-server-audit patch
  • xo-server-netbox patch
  • xo-server-test patch
  • xo-web minor