feat: release 5.69.1 (#6169)
This commit is contained in:
parent
c775559912
commit
f5b7c59203
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,9 +1,19 @@
|
||||
# ChangeLog
|
||||
|
||||
## **5.69.0** (2022-03-31)
|
||||
## **5.69.1** (2022-03-31)
|
||||
|
||||
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- [Backup] Fix `plan enterprise is not defined in the PLANS object` (PR [#6168](https://github.com/vatesfr/xen-orchestra/pull/6168))
|
||||
|
||||
### Released packages
|
||||
|
||||
- xo-server 5.90.2
|
||||
|
||||
## **5.69.0** (2022-03-31)
|
||||
|
||||
### Highlights
|
||||
|
||||
- [REST API] Expose networks, VBDs, VDIs and VIFs
|
||||
|
@ -11,8 +11,6 @@
|
||||
|
||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||
|
||||
- [Backup] Fix `plan enterprise is not defined in the PLANS object` (PR [#6168](https://github.com/vatesfr/xen-orchestra/pull/6168))
|
||||
|
||||
### Packages to release
|
||||
|
||||
> Packages will be released in the order they are here, therefore, they should
|
||||
@ -29,5 +27,3 @@
|
||||
> - major: if the change breaks compatibility
|
||||
>
|
||||
> In case of conflict, the highest (lowest in previous list) `$version` wins.
|
||||
|
||||
- xo-server patch
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "xo-server",
|
||||
"version": "5.90.1",
|
||||
"version": "5.90.2",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Server part of Xen-Orchestra",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user