Files
xen-orchestra/CHANGELOG.unreleased.md
2023-10-26 16:08:43 +02:00

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

  • [Host/Advanced] Allow to force Smart reboot if some resident VMs have the suspend operation blocked Forum#7136 (PR #7025)
  • [Plugin/backup-report] Errors are now listed in XO tasks
  • [PIF] Show network name in PIF selectors (PR #7081)
  • [VM/Advanced] Possibility to create/delete VTPM #7066 Forum#6578 (PR #7085)
  • [VM/New] Possibility to create and attach a VTPM to a VM #7066 Forum#6578 (PR #7077)
  • [Dashboard/Health] Displays number of VDIs to coalesce (PR #7111)
  • [Self] Show number of VMs that belong to each Resource Set (PR #7114)
  • [About] For source users, display if their XO is up to date #5934 (PR #7091)
  • [Proxy] Ability to open support tunnel on XO Proxy (PRs #7126 #7127)

Bug fixes

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

  • [Rolling Pool Update] After the update, when migrating VMs back to their host, do not migrate VMs that are already on the right host Forum#7802 (PR #7071)
  • [RPU] Fix "XenServer credentials not found" when running a Rolling Pool Update on a XenServer pool (PR #7089)
  • [Usage report] Fix "Converting circular structure to JSON" error
  • [Home] Fix OS icons alignment (PR #7090)
  • [SR/Advanced] Fix the total number of VDIs to coalesce by taking into account common chains #7016 (PR #7098)
  • Don't require to sign in again in XO after losing connection to XO Server (e.g. when restarting or upgrading XO) (PR #7103)
  • [Usage report] Fix "Converting circular structure to JSON" error (PR #7096)
  • [Usage report] Fix "Cannot convert undefined or null to object" error (PR #7092)
  • [Plugin/transport-xmpp] Fix plugin load
  • [Self Service] Fix Self users not being able to snapshot VMs when they're members of a user group (PR #7129)

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
  • @xen-orchestra/fs patch
  • @xen-orchestra/mixins minor
  • @xen-orchestra/xapi minor
  • xo-server minor
  • xo-server-backup-reports minor
  • xo-server-netbox patch
  • xo-server-transport-xmpp patch
  • xo-server-usage-report patch
  • xo-web minor