Files
xen-orchestra/CHANGELOG.unreleased.md
2023-05-26 16:38:38 +02:00

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

  • [Proxy] Make proxy address editable (PR #6816)
  • [Home/Host] Displays a warning for hosts with HVM disabled #6823 (PR #6834)
  • [OVA import] Workaround for OVA generated by Oracle VM with faulty size in metadata #6824
  • [REST API] Rolling Pool Update action available pools/<uuid>/actions/rolling_update
  • [Self Service] Ability to set a default value for the "Share VM" feature for Self Service users during creation/edition (PR #6838)
  • [Self service] Add default tags to all VMs that will be created by a Self Service (PRs #6810, #6812)
  • [Kubernetes] Add the possibility to choose the number of fault tolerance for the control planes (PR #6809)
  • [REST API] Add endpoints to display missing patches for pools and hosts (PR #6855)

Bug fixes

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

  • [Sorted table] In collapsed actions, a spinner is displayed during the action time (PR #6831)
  • [VM] Show SUSE icon when distro name is opensuse (PR #6852)
  • [ACL] Fix various an error has occurred due to ACLs (PR #6848)
  • [Home/host] When ahost has an inconsistent time with XOA, an alert is displayed (PR #6833)

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

  • xo-vmdk-to-vhd patch
  • @xen-orchestra/mixins patch
  • xo-cli minor
  • xo-server minor
  • xo-web minor