Files
Xen-Orchestra-xen-orchestra…/CHANGELOG.unreleased.md
2026-03-09 09:49:24 +01:00

1.7 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.

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”

  • [Backup] snapshots of VM with a CDROM mounted are not removed (PR #9570)
  • [OpenMetrics] Fix plugin failing to auto-start after xo-server restart due to XOA WebSocket connection race condition (PR #9402)
  • XO 5:
    • [Self Service] Fix RAM usage not being properly updated in some cases. Please use "Recompute all limits" in the Self Service dashboard to fix any incorrect quota values introduced by this bug. (PR #9566)
  • If a hostname was defined in a configuration file, /v5 were not accessible #9500 (PR #9572)

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 patch
  • xo-server-openmetrics patch