feat(xo-server): 5.102.2
This commit is contained in:
parent
3fa8b6332e
commit
6002a497fe
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,11 +1,22 @@
|
||||
# ChangeLog
|
||||
|
||||
## **7.74.2** (2022-09-06)
|
||||
## **7.74.3** (2022-09-09)
|
||||
|
||||
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- [Start VM] Clearer error message when `NO_HOSTS_AVAILABLE` error is triggered [#6316](https://github.com/vatesfr/xen-orchestra/issues/6316) (PR [#6408](https://github.com/vatesfr/xen-orchestra/pull/6408))
|
||||
- [OVA Import] Fix `invalid parameters` error
|
||||
|
||||
### Released packages
|
||||
|
||||
- xo-server 5.102.2
|
||||
|
||||
## **7.74.2** (2022-09-06)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- [Host] Fix some missing pools and errors in SRs list when HA is used (PR [#6404](https://github.com/vatesfr/xen-orchestra/pull/6404))
|
||||
|
||||
### Released packages
|
||||
|
@ -12,7 +12,6 @@
|
||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||
|
||||
- [Plugin/auth-saml] Certificate input support multiline (PR [#6403](https://github.com/vatesfr/xen-orchestra/pull/6403))
|
||||
- [Start VM] Clearer error message when `NO_HOSTS_AVAILABLE` error is triggered [#6316](https://github.com/vatesfr/xen-orchestra/issues/6316) (PR [#6408](https://github.com/vatesfr/xen-orchestra/pull/6408))
|
||||
|
||||
### Packages to release
|
||||
|
||||
@ -31,7 +30,6 @@
|
||||
<!--packages-start-->
|
||||
|
||||
- xo-server-auth-saml patch
|
||||
- xo-server patch
|
||||
- xo-web patch
|
||||
|
||||
<!--packages-end-->
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "xo-server",
|
||||
"version": "5.102.1",
|
||||
"version": "5.102.2",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Server part of Xen-Orchestra",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user