feat: technical release (#4784)

This commit is contained in:
Rajaa.BARHTAOUI
2020-02-06 10:18:41 +01:00
committed by GitHub
parent b75034b40c
commit c1c8ea7df0
6 changed files with 12 additions and 11 deletions

View File

@@ -2,12 +2,18 @@
## **next**
### Enhancements
### Bug fixes
- [Self,IP pools] Fixed the creation being stuck and freezing XO (PR [#4776](https://github.com/vatesfr/xen-orchestra/pull/4776))
- [SDN Controller] Ensure the correct PIF is used to create private networks tunnels [#4737](https://github.com/vatesfr/xen-orchestra/issues/4737) (PR [#4757](https://github.com/vatesfr/xen-orchestra/pull/4757))
### Released packages
- xo-server-sdn-controller v0.3.2
- xo-server-auth-saml 0.7.1
- xo-server v5.56.1
- xo-web v5.56.2
## **5.43.0** (2020-01-31)
![Channel: latest](https://badgen.net/badge/channel/latest/yellow)

View File

@@ -11,9 +11,6 @@
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Self,IP pools] Fixed the creation being stuck and freezing XO (PR [#4776](https://github.com/vatesfr/xen-orchestra/pull/4776))
- [SDN Controller] Ensure the correct PIF is used to create private networks tunnels [#4737](https://github.com/vatesfr/xen-orchestra/issues/4737) (PR [#4757](https://github.com/vatesfr/xen-orchestra/pull/4757))
### Released packages
> Packages will be released in the order they are here, therefore, they should
@@ -21,7 +18,5 @@
>
> Rule of thumb: add packages on top.
- xo-server-sdn-controller v0.3.2
- xo-server-auth-saml 0.7.1
- xo-server v5.57.0
- xo-web v5.57.0

View File

@@ -1,6 +1,6 @@
{
"name": "xo-server-auth-saml",
"version": "0.7.0",
"version": "0.7.1",
"license": "AGPL-3.0",
"description": "SAML authentication plugin for XO-Server",
"keywords": [

View File

@@ -15,7 +15,7 @@
"predev": "yarn run prebuild",
"prepublishOnly": "yarn run build"
},
"version": "0.3.1",
"version": "0.3.2",
"engines": {
"node": ">=8.10"
},

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.56.0",
"version": "5.56.1",
"license": "AGPL-3.0",
"description": "Server part of Xen-Orchestra",
"keywords": [

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-web",
"version": "5.56.1",
"version": "5.56.2",
"license": "AGPL-3.0",
"description": "Web interface client for Xen-Orchestra",
"keywords": [