mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
4.0 KiB
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.
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"
- [XO6/Vm] Add the VM name to VM related actions that open a modal (PR #10310)
- [XO6] Allow changing which PIF a host uses for its management interface, without deleting and recreating the network config (PR #10110)
- [XO6/SR] Add dedicated Storage Repository page hosts sidepanel (PR #10140)
- [Rolling pool update/reboot] A pool can now skip the phase which brings the VMs back to the host they were running on, which halves the migrations of the run (PR #10295)
- [XO5/Backups] Open the backup job edition form in the same tab when editing a backup job from the VM page (PR #10342)
- [Web-Core/TabItem] Update the component to remove uppercase for better readability (PR #10338)
Bug fixes
Users must be able to say: "I had this issue, happy to know it's fixed"
- [Web-core] Fix "console offline" illustration sparks color (PR #10309)
- [Web-core] Fix 404 illustration color (PR #10325)
- [Backup-archive] No longer create a
cache.json.gzfile on immutable/S3 remote during cleanup, which could not be deleted afterwards and stayed billed forever (PR #10243) - [Servers] Fix endless connection attempts to a pool which is already connected through another server entry (PR #10355)
- [Servers] fix a mishandling in the grace period before marking a pool disconnected, this will keep the ui in sync AND not redownload all the xapi object for a transient issue (PR #10355)
- [Rolling pool update/reboot] VMs are brought back to the host they were running on more reliably, and a VM that cannot be moved back no longer fails the whole operation (PR #10295)
- [XO server] Fix current_operations format on host and pool objects (PR #10283)
- [Web-core] Fix "no data" illustration stars color (PR #10327)
- [Backup] Fix
uncaught exception AssertionError: assert(!this.paused)in the logs, when a host closes a transfer while XO is writing to a slower destination (PR #10282) - [xo-server] If an HTTP proxy was configured, internal routes (
/openmetrics,/v5) were wrongly routed through it when xo-server listened on a wildcard address.localhosttargets are now always reached directly, bypassing the HTTP proxy, whether the configured listen address is a wildcard (0.0.0.0,::) or a specific one (PR #10335)
Packages to release
When modifying a package, add it here with its release type.
The format is the following:
- $packageName $releaseTypeWhere
$releaseTypeis
- 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/backup-archive patch
- @xen-orchestra/backups patch
- @xen-orchestra/web minor
- @xen-orchestra/web-core minor
- xen-api major
- xo-server minor
- xo-web minor