feat: technical release (#5790)

This commit is contained in:
Rajaa.BARHTAOUI
2021-05-26 16:52:20 +02:00
committed by GitHub
parent 00beb6170e
commit c2450843a5
26 changed files with 58 additions and 56 deletions

View File

@@ -24,7 +24,7 @@
"dependencies": {
"@vates/multi-key-map": "^0.1.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/log": "^0.2.1",
"ensure-array": "^1.0.0"
}
}

View File

@@ -31,7 +31,7 @@
},
"dependencies": {
"@vates/decorate-with": "^0.0.1",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/log": "^0.2.1",
"core-js": "^3.6.4",
"golike-defer": "^0.5.1",
"object-hash": "^2.0.1"

View File

@@ -21,7 +21,7 @@
"@vates/parse-duration": "^0.1.1",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/fs": "^0.17.0",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/log": "^0.2.1",
"@xen-orchestra/template": "^0.1.0",
"compare-versions": "^3.6.0",
"d3-time-format": "^3.0.0",

View File

@@ -18,7 +18,7 @@
"preferGlobal": true,
"dependencies": {
"golike-defer": "^0.5.1",
"xen-api": "^0.32.0"
"xen-api": "^0.33.0"
},
"scripts": {
"postversion": "npm publish"

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "@xen-orchestra/defined",
"version": "0.0.0",
"version": "0.0.1",
"license": "ISC",
"description": "Utilities to help handling (possibly) undefined values",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/defined",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "@xen-orchestra/emit-async",
"version": "0.0.0",
"version": "0.1.0",
"license": "ISC",
"description": "Emit an event for async listeners to settle",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/emit-async",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "@xen-orchestra/log",
"version": "0.2.0",
"version": "0.2.1",
"license": "ISC",
"description": "Logging system with decoupled producers/consumer",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/log",

View File

@@ -20,8 +20,8 @@
},
"dependencies": {
"@vates/parse-duration": "^0.1.1",
"@xen-orchestra/emit-async": "^0.0.0",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/emit-async": "^0.1.0",
"@xen-orchestra/log": "^0.2.1",
"app-conf": "^0.9.0",
"lodash": "^4.17.21"
},

View File

@@ -34,7 +34,7 @@
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.11.0",
"@xen-orchestra/fs": "^0.17.0",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/log": "^0.2.1",
"@xen-orchestra/mixin": "^0.1.0",
"@xen-orchestra/mixins": "^0.1.0",
"@xen-orchestra/self-signed": "^0.1.0",
@@ -59,7 +59,7 @@
"source-map-support": "^0.5.16",
"stoppable": "^1.0.6",
"xdg-basedir": "^4.0.0",
"xen-api": "^0.32.0",
"xen-api": "^0.33.0",
"xo-common": "^0.7.0"
},
"devDependencies": {

View File

@@ -25,7 +25,7 @@
"xo-common": "^0.7.0"
},
"peerDependencies": {
"xen-api": "^0.32.0"
"xen-api": "^0.33.0"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
@@ -40,7 +40,7 @@
"dependencies": {
"@vates/decorate-with": "^0.0.1",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/log": "^0.2.1",
"d3-time-format": "^3.0.0",
"golike-defer": "^0.5.1",
"lodash": "^4.17.15",

View File

@@ -2,9 +2,28 @@
## **next**
### Enhancements
- [Metadata Backup] Add a warning on restoring a metadata backup (PR [#5769](https://github.com/vatesfr/xen-orchestra/pull/5769))
- [SAML] Compatible with users created with other authentication providers (PR [#5781](https://github.com/vatesfr/xen-orchestra/pull/5781))
- [Netbox] [Plugin](https://xen-orchestra.com/docs/advanced.html#netbox) to synchronize pools, VMs and IPs with [Netbox](https://netbox.readthedocs.io/en/stable/) (PR [#5783](https://github.com/vatesfr/xen-orchestra/pull/5783))
### Bug fixes
- [Smart backup] Report missing pools [#2844](https://github.com/vatesfr/xen-orchestra/issues/2844) (PR [#5768](https://github.com/vatesfr/xen-orchestra/pull/5768))
### Released packages
- xen-api 0.32
- @xen-orchestra/emit-async 0.1.0
- @xen-orchestra/defined 0.0.1
- xo-collection 0.5.0
- @xen-orchestra/log 0.2.1
- xen-api 0.33.0
- xo-server-auth-saml 0.9.0
- xo-server-backup-reports 0.16.10
- xo-server-netbox 0.1.0
- xo-web 5.82.0
- xo-server 5.79.4
## **5.58.1** (2021-05-06)

View File

@@ -7,16 +7,10 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [Metadata Backup] Add a warning on restoring a metadata backup (PR [#5769](https://github.com/vatesfr/xen-orchestra/pull/5769))
- [SAML] Compatible with users created with other authentication providers (PR [#5781](https://github.com/vatesfr/xen-orchestra/pull/5781))
- [Netbox] [Plugin](https://xen-orchestra.com/docs/advanced.html#netbox) to synchronize pools, VMs and IPs with [Netbox](https://netbox.readthedocs.io/en/stable/) (PR [#5783](https://github.com/vatesfr/xen-orchestra/pull/5783))
### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Smart backup] Report missing pools [#2844](https://github.com/vatesfr/xen-orchestra/issues/2844) (PR [#5768](https://github.com/vatesfr/xen-orchestra/pull/5768))
### Packages to release
> Packages will be released in the order they are here, therefore, they should
@@ -33,14 +27,3 @@
> - major: if the change breaks compatibility
>
> In case of conflict, the highest (lowest in previous list) `$version` wins.
- @xen-orchestra/emit-async minor
- @xen-orchestra/defined patch
- xo-collection minor
- @xen-orchestra/log patch
- xen-api minor
- xo-server-auth-saml minor
- xo-server-backup-reports patch
- xo-server-netbox minor
- xo-web minor
- xo-server patch

View File

@@ -17,7 +17,7 @@
},
"dependencies": {
"@vates/read-chunk": "^0.1.2",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/log": "^0.2.1",
"async-iterator-to-stream": "^1.0.2",
"core-js": "^3.0.0",
"fs-extra": "^9.0.0",

View File

@@ -39,7 +39,7 @@
"human-format": "^0.11.0",
"lodash": "^4.17.4",
"pw": "^0.0.4",
"xen-api": "^0.32.0"
"xen-api": "^0.33.0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "xen-api",
"version": "0.32.0",
"version": "0.33.0",
"license": "ISC",
"description": "Connector to the Xen API",
"keywords": [
@@ -45,7 +45,7 @@
"promise-toolbox": "^0.19.2",
"pw": "0.0.4",
"xmlrpc": "^1.3.2",
"xo-collection": "^0.4.1"
"xo-collection": "^0.5.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "xo-collection",
"version": "0.4.1",
"version": "0.5.0",
"license": "AGPL-3.0-or-later",
"description": "Generic in-memory collection with events",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-collection",

View File

@@ -47,7 +47,7 @@
"dependencies": {
"@xen-orchestra/audit-core": "^0.2.0",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/log": "^0.2.1",
"async-iterator-to-stream": "^1.1.0",
"promise-toolbox": "^0.19.2",
"readable-stream": "^3.5.0",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "xo-server-backup-reports",
"version": "0.16.9",
"version": "0.16.10",
"license": "AGPL-3.0-or-later",
"description": "Backup reports plugin for XO-Server",
"keywords": [
@@ -32,8 +32,8 @@
"node": ">=6"
},
"dependencies": {
"@xen-orchestra/defined": "^0.0.0",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/defined": "^0.0.1",
"@xen-orchestra/log": "^0.2.1",
"human-format": "^0.11.0",
"lodash": "^4.13.1",
"moment-timezone": "^0.5.13"

View File

@@ -1,6 +1,6 @@
{
"name": "xo-server-netbox",
"version": "0.0.0",
"version": "0.1.0",
"license": "AGPL-3.0-or-later",
"description": "Synchronizes pools managed by Xen Orchestra with Netbox",
"keywords": [
@@ -34,7 +34,7 @@
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/preset-env": "^7.14.1",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/log": "^0.2.1",
"assert": "^2.0.0",
"cross-env": "^7.0.3",
"is-in-subnet": "^4.0.1",

View File

@@ -29,7 +29,7 @@
"cross-env": "^7.0.2"
},
"dependencies": {
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/log": "^0.2.1",
"@xen-orchestra/openflow": "^0.1.1",
"@vates/coalesce-calls": "^0.1.0",
"ipaddr.js": "^1.9.1",

View File

@@ -34,7 +34,7 @@
"jest": "^26.6.3",
"lodash": "^4.17.11",
"promise-toolbox": "^0.19.2",
"xo-collection": "^0.4.1",
"xo-collection": "^0.5.0",
"xo-common": "^0.7.0",
"xo-lib": "^0.10.1"
},

View File

@@ -31,7 +31,7 @@
"dependencies": {
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/log": "^0.2.1",
"csv-stringify": "^5.5.0",
"handlebars": "^4.0.6",
"html-minifier": "^4.0.0",

View File

@@ -29,7 +29,7 @@
"node": ">=8.10"
},
"dependencies": {
"@xen-orchestra/log": "^0.2.0"
"@xen-orchestra/log": "^0.2.1"
},
"devDependencies": {
"@babel/cli": "^7.7.0",

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.79.3",
"version": "5.79.4",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -37,10 +37,10 @@
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.11.0",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.0",
"@xen-orchestra/emit-async": "^0.0.0",
"@xen-orchestra/defined": "^0.0.1",
"@xen-orchestra/emit-async": "^0.1.0",
"@xen-orchestra/fs": "^0.17.0",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/log": "^0.2.1",
"@xen-orchestra/mixin": "^0.1.0",
"@xen-orchestra/mixins": "^0.1.0",
"@xen-orchestra/self-signed": "^0.1.0",
@@ -125,9 +125,9 @@
"vhd-lib": "^1.0.0",
"ws": "^7.1.2",
"xdg-basedir": "^4.0.0",
"xen-api": "^0.32.0",
"xen-api": "^0.33.0",
"xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.4.1",
"xo-collection": "^0.5.0",
"xo-common": "^0.7.0",
"xo-remote-parser": "^0.7.0",
"xo-vmdk-to-vhd": "^2.0.0"

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-web",
"version": "5.81.0",
"version": "5.82.0",
"license": "AGPL-3.0-or-later",
"description": "Web interface client for Xen-Orchestra",
"keywords": [
@@ -39,8 +39,8 @@
"@babel/register": "^7.13.8",
"@nraynaud/novnc": "0.6.1",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.0",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/defined": "^0.0.1",
"@xen-orchestra/log": "^0.2.1",
"@xen-orchestra/template": "^0.1.0",
"ansi_up": "^4.0.3",
"asap": "^2.0.6",