feat: technical release (#4823)

This commit is contained in:
Rajaa.BARHTAOUI
2020-02-26 17:25:53 +01:00
committed by GitHub
parent 6475b58541
commit 528d823c55
12 changed files with 37 additions and 34 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git" "url": "https://github.com/vatesfr/xen-orchestra.git"
}, },
"version": "0.0.0", "version": "0.1.0",
"engines": { "engines": {
"node": ">=8.10" "node": ">=8.10"
}, },
+21
View File
@@ -4,10 +4,31 @@
### Enhancements ### Enhancements
- [New VM] Ability to set VM max vCPUS [#4703](https://github.com/vatesfr/xen-orchestra/issues/4703) (PR [#4729](https://github.com/vatesfr/xen-orchestra/pull/4729))
- [SDN Controller] Automatically handle new, connected and disconnected servers (PR [#4677](https://github.com/vatesfr/xen-orchestra/pull/4677))
- [Proxy] Support network configuration for the deployed proxy (PR [#4810](https://github.com/vatesfr/xen-orchestra/pull/4810))
- [Menu] Display a warning icon in case of missing patches [#4475](https://github.com/vatesfr/xen-orchestra/issues/4475) (PR [#4683](https://github.com/vatesfr/xen-orchestra/pull/4683))
- [SR/general] Clickable SR usage graph: shows the corresponding disks when you click on one of the sections [#4747](https://github.com/vatesfr/xen-orchestra/issues/4747) (PR [#4754](https://github.com/vatesfr/xen-orchestra/pull/4754))
- [New VM] Ability to copy host BIOS strings [#4204](https://github.com/vatesfr/xen-orchestra/issues/4204) (PR [4755](https://github.com/vatesfr/xen-orchestra/pull/4755))
- [Audit log] Record side effects triggered by users [#4653](https://github.com/vatesfr/xen-orchestra/issues/4653) [#701](https://github.com/vatesfr/xen-orchestra/issues/701) (PR [#4740](https://github.com/vatesfr/xen-orchestra/pull/4740))
### Bug fixes ### Bug fixes
- [Usage Report] Fix wrong report date [#4779](https://github.com/vatesfr/xen-orchestra/issues/4779) (PR [#4799](https://github.com/vatesfr/xen-orchestra/pull/4799))
- [SDN Controller] Fix plugin stuck loading [#4649](https://github.com/vatesfr/xen-orchestra/issues/4649) (PR [#4677](https://github.com/vatesfr/xen-orchestra/pull/4677))
- [xo-server-logs] Fix `Cannot find module '../better-stacks'`
### Released packages ### Released packages
- xo-common v0.4.0
- @xen-orchestra/audit-core v0.1.0
- xo-server-audit v0.1.0
- xo-server-auth-ldap v0.7.0
- xo-server-usage-report v0.7.4
- xo-server-sdn-controller v0.4.0
- xo-server v5.57.0
- xo-web v5.57.0
## **5.43.2** (2020-02-11) ## **5.43.2** (2020-02-11)
![Channel: latest](https://badgen.net/badge/channel/latest/yellow) ![Channel: latest](https://badgen.net/badge/channel/latest/yellow)
+2 -20
View File
@@ -7,22 +7,10 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it” > Users must be able to say: “Nice enhancement, I'm eager to test it”
- [New VM] Ability to set VM max vCPUS [#4703](https://github.com/vatesfr/xen-orchestra/issues/4703) (PR [#4729](https://github.com/vatesfr/xen-orchestra/pull/4729))
- [SDN Controller] Automatically handle new, connected and disconnected servers (PR [#4677](https://github.com/vatesfr/xen-orchestra/pull/4677))
- [Proxy] Support network configuration for the deployed proxy (PR [#4810](https://github.com/vatesfr/xen-orchestra/pull/4810))
- [Menu] Display a warning icon in case of missing patches [#4475](https://github.com/vatesfr/xen-orchestra/issues/4475) (PR [#4683](https://github.com/vatesfr/xen-orchestra/pull/4683))
- [SR/general] Clickable SR usage graph: shows the corresponding disks when you click on one of the sections [#4747](https://github.com/vatesfr/xen-orchestra/issues/4747) (PR [#4754](https://github.com/vatesfr/xen-orchestra/pull/4754))
- [New VM] Ability to copy host BIOS strings [#4204](https://github.com/vatesfr/xen-orchestra/issues/4204) (PR [4755](https://github.com/vatesfr/xen-orchestra/pull/4755))
- [Audit log] Record side effects triggered by users [#4653](https://github.com/vatesfr/xen-orchestra/issues/4653) [#701](https://github.com/vatesfr/xen-orchestra/issues/701) (PR [#4740](https://github.com/vatesfr/xen-orchestra/pull/4740))
### Bug fixes ### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed” > Users must be able to say: “I had this issue, happy to know it's fixed”
- [Usage Report] Fix wrong report date [#4779](https://github.com/vatesfr/xen-orchestra/issues/4779) (PR [#4799](https://github.com/vatesfr/xen-orchestra/pull/4799))
- [SDN Controller] Fix plugin stuck loading [#4649](https://github.com/vatesfr/xen-orchestra/issues/4649) (PR [#4677](https://github.com/vatesfr/xen-orchestra/pull/4677))
- [xo-server-logs] Fix `Cannot find module '../better-stacks'`
### Released packages ### Released packages
> Packages will be released in the order they are here, therefore, they should > Packages will be released in the order they are here, therefore, they should
@@ -30,11 +18,5 @@
> >
> Rule of thumb: add packages on top. > Rule of thumb: add packages on top.
- xo-common v0.4.0 - xo-server v5.58.0
- @xen-orchestra/audit-core v0.1.0 - xo-web v5.58.0
- xo-server-audit v0.1.0
- xo-server-auth-ldap v0.7.0
- xo-server-usage-report v0.7.4
- xo-server-sdn-controller v0.4.0
- xo-server v5.57.0
- xo-web v5.57.0
+1 -1
View File
@@ -25,7 +25,7 @@
"node": ">=6" "node": ">=6"
}, },
"dependencies": { "dependencies": {
"xo-common": "^0.3.0" "xo-common": "^0.4.0"
}, },
"scripts": { "scripts": {
"postversion": "npm publish" "postversion": "npm publish"
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "xo-common", "name": "xo-common",
"version": "0.3.0", "version": "0.4.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "Code shared between [XO](https://xen-orchestra.com) server and clients", "description": "Code shared between [XO](https://xen-orchestra.com) server and clients",
"keywords": [], "keywords": [],
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "xo-server-audit", "name": "xo-server-audit",
"version": "0.0.0", "version": "0.1.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "Audit plugin for XO-Server", "description": "Audit plugin for XO-Server",
"keywords": [ "keywords": [
@@ -48,13 +48,13 @@
"prepublishOnly": "yarn run build" "prepublishOnly": "yarn run build"
}, },
"dependencies": { "dependencies": {
"@xen-orchestra/audit-core": "^0.0.0", "@xen-orchestra/audit-core": "^0.1.0",
"@xen-orchestra/log": "^0.2.0", "@xen-orchestra/log": "^0.2.0",
"app-conf": "^0.7.1", "app-conf": "^0.7.1",
"async-iterator-to-stream": "^1.1.0", "async-iterator-to-stream": "^1.1.0",
"promise-toolbox": "^0.15.0", "promise-toolbox": "^0.15.0",
"readable-stream": "^3.5.0", "readable-stream": "^3.5.0",
"xo-common": "^0.3.0" "xo-common": "^0.4.0"
}, },
"private": true "private": true
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xo-server-auth-ldap", "name": "xo-server-auth-ldap",
"version": "0.6.6", "version": "0.7.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "LDAP authentication plugin for XO-Server", "description": "LDAP authentication plugin for XO-Server",
"keywords": [ "keywords": [
@@ -15,7 +15,7 @@
"predev": "yarn run prebuild", "predev": "yarn run prebuild",
"prepublishOnly": "yarn run build" "prepublishOnly": "yarn run build"
}, },
"version": "0.3.2", "version": "0.4.0",
"engines": { "engines": {
"node": ">=8.10" "node": ">=8.10"
}, },
+1 -1
View File
@@ -38,7 +38,7 @@
"lodash": "^4.17.11", "lodash": "^4.17.11",
"promise-toolbox": "^0.15.0", "promise-toolbox": "^0.15.0",
"xo-collection": "^0.4.1", "xo-collection": "^0.4.1",
"xo-common": "^0.3.0", "xo-common": "^0.4.0",
"xo-lib": "^0.9.0" "xo-lib": "^0.9.0"
}, },
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xo-server-usage-report", "name": "xo-server-usage-report",
"version": "0.7.3", "version": "0.7.4",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "", "description": "",
"keywords": [ "keywords": [
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "xo-server", "name": "xo-server",
"version": "5.56.2", "version": "5.57.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "Server part of Xen-Orchestra", "description": "Server part of Xen-Orchestra",
"keywords": [ "keywords": [
@@ -131,7 +131,7 @@
"xml2js": "^0.4.19", "xml2js": "^0.4.19",
"xo-acl-resolver": "^0.4.1", "xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.4.1", "xo-collection": "^0.4.1",
"xo-common": "^0.3.0", "xo-common": "^0.4.0",
"xo-remote-parser": "^0.5.0", "xo-remote-parser": "^0.5.0",
"xo-vmdk-to-vhd": "^0.1.8", "xo-vmdk-to-vhd": "^0.1.8",
"yazl": "^2.4.3" "yazl": "^2.4.3"
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "xo-web", "name": "xo-web",
"version": "5.56.2", "version": "5.57.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "Web interface client for Xen-Orchestra", "description": "Web interface client for Xen-Orchestra",
"keywords": [ "keywords": [
@@ -142,7 +142,7 @@
"whatwg-fetch": "^3.0.0", "whatwg-fetch": "^3.0.0",
"xml2js": "^0.4.19", "xml2js": "^0.4.19",
"xo-acl-resolver": "^0.4.1", "xo-acl-resolver": "^0.4.1",
"xo-common": "^0.3.0", "xo-common": "^0.4.0",
"xo-lib": "^0.8.0", "xo-lib": "^0.8.0",
"xo-remote-parser": "^0.5.0", "xo-remote-parser": "^0.5.0",
"xo-vmdk-to-vhd": "^0.1.8" "xo-vmdk-to-vhd": "^0.1.8"