Files
Xen-Orchestra-xen-orchestra…/CHANGELOG.unreleased.md
Marie Garde 1c18215bd1 feat(xo6): add host action button forget (#10089)
* feat(xo6): add disable and enable host button

* Add button enable disable

* remove route map file

* Refacto for PR

* Add modal

* refacto for PR

* change key i18n

* fix i18n

* fix route map

* change modale to VtsActionModale

* refacto for MR

* fix type VtsActionModal

* refacto for MR

* add enable disable un treeview

* refacto treeview

* wip

* add shutdown and start button and job

* Update changelog and remove route map

* wip i18n

* tests ok

* fix build

* refacto for mr

* refacto for PR

* add check pending action

* add check host not halted

* feat(xo6): add disable and enable host button

* Add button enable disable

* Refacto for PR

* Add modal

* refacto for PR

* change key i18n

* change modale to VtsActionModale

* refacto for MR

* fix type VtsActionModal

* refacto for MR

* refacto treeview

* wip

* Update changelog and remove route map

* refacto for mr

* wip

* add forget button host

* update button for menuitem

* wip forget

* test and refacto for PR

* fix error rebase

* fx rebase missing

* add changelog

* fix rebase

* fix rebase

* Add ? on confirm i18n

* Returns from PR

* rebase overlay ok

* fix changelog

* Add redirect if still on host page after forget

* Add redirect after delete
2026-08-14 09:00:50 +02:00

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

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/Host] Add possibility to shut down and start an host (PR #10088)

  • [REST API] Add hosts/:id/actions/scan_pifs endpoint (PR #10187)

  • [XO6/Host] Add possibility to scan PIFs directly from the host (PR #10191)

  • [Docs] Improve doc, rename titles, and refactor menu (PR #10212)

  • [XO6/Host] Add possibility to forget a host (PR #10089)

  • [IPMI-plugin] Add GET plugins/ipmi-sensors/hosts/{id}/ipmi to get IPMI sensors (PR #10003)

Bug fixes

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

  • [Backup/File restore, Backup/Health] An unreachable backup repository no longer slows down every listing: it is skipped after a delay and retried with an increasing backoff (PR #10205)
  • [REST API] Fix /users/:id/authentication_tokens sometimes did not return the token used to make the request (PR #10233)
  • [XO server] Fix a random behavior regarding coresPerSocket update (PR #10201)
  • [Warm migration] Fix Vm target of warm migration not found error at the end of a migration (PR #10210)
  • XO 5:
    • [VM/Console] Fix the page header and tab navigation disappearing permanently in the console tab (PR #10007)

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

  • @vates/types patch
  • @xen-orchestra/acl minor
  • @xen-orchestra/async-map patch
  • @xen-orchestra/proxy-cli patch
  • @xen-orchestra/rest-api minor
  • @xen-orchestra/upload-ova patch
  • @xen-orchestra/web minor
  • @xen-orchestra/web-core minor
  • @xen-orchestra/xapi patch
  • xen-api minor
  • xo-cli patch
  • xo-common minor
  • xo-server patch
  • xo-server-ipmi-sensors minor
  • xo-server-netbox patch
  • xo-web patch