Files
xen-orchestra/CHANGELOG.unreleased.md
Julien Fontanet 34f6be868e feat(backups,xo-web): store SR name label in logs
Similar to bbf92be65 & 92a00465e
2023-03-28 18:30:47 +02:00

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

  • [VM] Show distro icon for opensuse-microos Forum#6965 (PR #6746)
  • [Backup] Display the VM name label in the log even if the VM is not currently connected
  • [Backup] Display the SR name label in the log even if the SR is not currently connected

Bug fixes

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

  • [Backup/Restore] Fix restore via a proxy showing as interupted (PR #6702)
  • [REST API] Backup logs are now available at /rest/v0/backups/logs and /rest/v0/restore/logs
  • [ESXI import] Fix failing imports when using non default datacenter name Forum#59543 PR #6729
  • [Backup] Fix backup worker consuming too much memory and being killed by system during full VM backup to S3 compatible remote PR #6732
  • [REST API] Backup jobs are now available at /rest/v0/backups/jobs

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/fs patch
  • @xen-orchestra/vmware-explorer patch
  • @xen-orchestra/backups minor
  • xo-cli patch
  • xo-server minor
  • xo-web minor