feat(xo-web/pool/host): add warning if hosts don't have the same version (#7280)

Fixes #7059
This commit is contained in:
Mathieu
2024-01-18 17:13:57 +01:00
committed by GitHub
parent b7a66e9f73
commit c1c122d92c
7 changed files with 310 additions and 217 deletions
+1
View File
@@ -11,6 +11,7 @@
- [REST API] New pool action: `emergency_shutdown`, it suspends all the VMs and then shuts down all the host [#7277](https://github.com/vatesfr/xen-orchestra/issues/7277) (PR [#7279](https://github.com/vatesfr/xen-orchestra/pull/7279))
- [Tasks] Hide `/rrd_updates` tasks by default
- [Sign in] Support _Remember me_ feature with external providers (PR [#7298](https://github.com/vatesfr/xen-orchestra/pull/7298))
- [Pool/Host] Add a warning if hosts do not have the same version within a pool [#7059](https://github.com/vatesfr/xen-orchestra/issues/7059) (PR [#7280](https://github.com/vatesfr/xen-orchestra/pull/7280))
### Bug fixes