Files
xen-orchestra/CHANGELOG.unreleased.md

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”

Bug fixes

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

  • [Proxy/deploy] Fix no such proxy ok error on a failure trial start (PR #5196)
  • [VM/snapshots] Fix redirection when creating a VM from a snapshot (PR #5213)
  • [User] Fix Incorrect password error when changing password #5218 (PR #5221)
  • [Audit] Obfuscate sensitive data in user.changePassword action's records #5219 (PR #5220)
  • [SDN Controller] Fix Cannot read property '$network' of undefined error at the network creation (PR #5217)

Packages to release

Packages will be released in the order they are here, therefore, they should be listed by inverse order of dependency.

Rule of thumb: add packages on top.

The format is the following: - $packageName $version

Where $version 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

In case of conflict, the highest (lowest in previous list) $version wins.

  • xo-server-audit minor
  • xo-server patch
  • xo-server-sdn-controller patch
  • xo-server minor
  • xo-web minor