From 8753c02adbd9c73be9b5fa0ee42f0ab984644fc8 Mon Sep 17 00:00:00 2001 From: badrAZ Date: Fri, 25 Oct 2019 15:47:40 +0200 Subject: [PATCH] chore: technical release (#4627) --- @xen-orchestra/cron/package.json | 2 +- CHANGELOG.md | 26 +++++++++++++++++++ CHANGELOG.unreleased.md | 25 ++---------------- packages/xo-server-load-balancer/package.json | 2 +- packages/xo-server-perf-alert/package.json | 2 +- .../xo-server-sdn-controller/package.json | 2 +- packages/xo-server-usage-report/package.json | 2 +- packages/xo-server/package.json | 4 +-- packages/xo-web/package.json | 4 +-- 9 files changed, 37 insertions(+), 32 deletions(-) diff --git a/@xen-orchestra/cron/package.json b/@xen-orchestra/cron/package.json index 3fef7d42e..539a95230 100644 --- a/@xen-orchestra/cron/package.json +++ b/@xen-orchestra/cron/package.json @@ -1,6 +1,6 @@ { "name": "@xen-orchestra/cron", - "version": "1.0.4", + "version": "1.0.5", "license": "ISC", "description": "Focused, well maintained, cron parser/scheduler", "keywords": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index fb3bee43e..8564d6d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,38 @@ ## **next** +### Breaking changes + +- `xo-server` requires Node 8. + ### Enhancements +- [Hub] Ability to select SR in hub VM installation (PR [#4571](https://github.com/vatesfr/xen-orchestra/pull/4571)) +- [Hub] Display more info about downloadable templates (PR [#4593](https://github.com/vatesfr/xen-orchestra/pull/4593)) +- [Support] Ability to open and close support tunnel from the user interface [#4513](https://github.com/vatesfr/xen-orchestra/issues/4513) (PR [#4616](https://github.com/vatesfr/xen-orchestra/pull/4616)) +- [xo-server-transport-icinga2] Add support of [icinga2](https://icinga.com/docs/icinga2/latest/doc/12-icinga2-api/) for reporting services status [#4563](https://github.com/vatesfr/xen-orchestra/issues/4563) (PR [#4573](https://github.com/vatesfr/xen-orchestra/pull/4573)) +- [Hub] Ability to update existing template (PR [#4613](https://github.com/vatesfr/xen-orchestra/pull/4613)) +- [Menu] Remove legacy backup entry [#4467](https://github.com/vatesfr/xen-orchestra/issues/4467) (PR [#4476](https://github.com/vatesfr/xen-orchestra/pull/4476)) +- [Backup NG] Offline backup feature [#3449](https://github.com/vatesfr/xen-orchestra/issues/3449) (PR [#4470](https://github.com/vatesfr/xen-orchestra/pull/4470)) + ### Bug fixes +- [SR] Fix `[object HTMLInputElement]` name after re-attaching a SR [#4546](https://github.com/vatesfr/xen-orchestra/issues/4546) (PR [#4550](https://github.com/vatesfr/xen-orchestra/pull/4550)) +- [Schedules] Prevent double runs [#4625](https://github.com/vatesfr/xen-orchestra/issues/4625) (PR [#4626](https://github.com/vatesfr/xen-orchestra/pull/4626)) +- [Schedules] Properly enable/disable on config import (PR [#4624](https://github.com/vatesfr/xen-orchestra/pull/4624)) + ### Released packages +- @xen-orchestra/cron v1.0.5 +- xo-server-transport-icinga2 v0.1.0 +- xo-server-sdn-controller v0.3.1 +- xo-server v5.51.0 +- xo-web v5.51.0 + +### Dropped packages + +- xo-server-cloud : this package was useless for OpenSource installations because it required a complete XOA environment + ## **5.39.1** (2019-10-11) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 067417c85..708ca8b92 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -3,29 +3,15 @@ > Keep in mind the changelog is addressed to **users** and should be > understandable by them. -### Breaking changes - -- `xo-server` requires Node 8. - ### Enhancements > Users must be able to say: “Nice enhancement, I'm eager to test it” -- [Hub] Ability to select SR in hub VM installation (PR [#4571](https://github.com/vatesfr/xen-orchestra/pull/4571)) -- [Hub] Display more info about downloadable templates (PR [#4593](https://github.com/vatesfr/xen-orchestra/pull/4593)) -- [Support] Ability to open and close support tunnel from the user interface [#4513](https://github.com/vatesfr/xen-orchestra/issues/4513) (PR [#4616](https://github.com/vatesfr/xen-orchestra/pull/4616)) -- [xo-server-transport-icinga2] Add support of [icinga2](https://icinga.com/docs/icinga2/latest/doc/12-icinga2-api/) for reporting services status [#4563](https://github.com/vatesfr/xen-orchestra/issues/4563) (PR [#4573](https://github.com/vatesfr/xen-orchestra/pull/4573)) -- [Hub] Ability to update existing template (PR [#4613](https://github.com/vatesfr/xen-orchestra/pull/4613)) -- [Menu] Remove legacy backup entry [#4467](https://github.com/vatesfr/xen-orchestra/issues/4467) (PR [#4476](https://github.com/vatesfr/xen-orchestra/pull/4476)) -- [Backup NG] Offline backup feature [#3449](https://github.com/vatesfr/xen-orchestra/issues/3449) (PR [#4470](https://github.com/vatesfr/xen-orchestra/pull/4470)) ### Bug fixes > Users must be able to say: “I had this issue, happy to know it's fixed” -- [SR] Fix `[object HTMLInputElement]` name after re-attaching a SR [#4546](https://github.com/vatesfr/xen-orchestra/issues/4546) (PR [#4550](https://github.com/vatesfr/xen-orchestra/pull/4550)) -- [Schedules] Prevent double runs [#4625](https://github.com/vatesfr/xen-orchestra/issues/4625) (PR [#4626](https://github.com/vatesfr/xen-orchestra/pull/4626)) -- [Schedules] Properly enable/disable on config import (PR [#4624](https://github.com/vatesfr/xen-orchestra/pull/4624)) ### Released packages @@ -34,12 +20,5 @@ > > Rule of thumb: add packages on top. -- @xen-orchestra/cron v1.0.5 -- xo-server-transport-icinga2 v0.1.0 -- xo-server-sdn-controller v0.3.1 -- xo-server v5.51.0 -- xo-web v5.51.0 - -### Dropped packages - -- xo-server-cloud : this package was useless for OpenSource installations because it required a complete XOA environment +- xo-server v5.52.0 +- xo-web v5.52.0 diff --git a/packages/xo-server-load-balancer/package.json b/packages/xo-server-load-balancer/package.json index 96812b24b..082131443 100644 --- a/packages/xo-server-load-balancer/package.json +++ b/packages/xo-server-load-balancer/package.json @@ -31,7 +31,7 @@ "node": ">=6" }, "dependencies": { - "@xen-orchestra/cron": "^1.0.4", + "@xen-orchestra/cron": "^1.0.5", "lodash": "^4.16.2" }, "devDependencies": { diff --git a/packages/xo-server-perf-alert/package.json b/packages/xo-server-perf-alert/package.json index 07d8ff6ef..6b169c7bf 100644 --- a/packages/xo-server-perf-alert/package.json +++ b/packages/xo-server-perf-alert/package.json @@ -21,7 +21,7 @@ "node": ">=6" }, "dependencies": { - "@xen-orchestra/cron": "^1.0.4", + "@xen-orchestra/cron": "^1.0.5", "d3-time-format": "^2.1.1", "json5": "^2.0.1", "lodash": "^4.17.4" diff --git a/packages/xo-server-sdn-controller/package.json b/packages/xo-server-sdn-controller/package.json index 93b011c3b..5f8dd3c5b 100644 --- a/packages/xo-server-sdn-controller/package.json +++ b/packages/xo-server-sdn-controller/package.json @@ -15,7 +15,7 @@ "predev": "yarn run prebuild", "prepublishOnly": "yarn run build" }, - "version": "0.3.0", + "version": "0.3.1", "engines": { "node": ">=6" }, diff --git a/packages/xo-server-usage-report/package.json b/packages/xo-server-usage-report/package.json index 6c2e117fd..725b23a82 100644 --- a/packages/xo-server-usage-report/package.json +++ b/packages/xo-server-usage-report/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@xen-orchestra/async-map": "^0.0.0", - "@xen-orchestra/cron": "^1.0.4", + "@xen-orchestra/cron": "^1.0.5", "@xen-orchestra/log": "^0.2.0", "handlebars": "^4.0.6", "html-minifier": "^4.0.0", diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index 8be8b99ed..7e088fbb2 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.50.1", + "version": "5.51.0", "license": "AGPL-3.0", "description": "Server part of Xen-Orchestra", "keywords": [ @@ -35,7 +35,7 @@ "dependencies": { "@iarna/toml": "^2.2.1", "@xen-orchestra/async-map": "^0.0.0", - "@xen-orchestra/cron": "^1.0.4", + "@xen-orchestra/cron": "^1.0.5", "@xen-orchestra/defined": "^0.0.0", "@xen-orchestra/emit-async": "^0.0.0", "@xen-orchestra/fs": "^0.10.1", diff --git a/packages/xo-web/package.json b/packages/xo-web/package.json index c65227704..76bbd9447 100644 --- a/packages/xo-web/package.json +++ b/packages/xo-web/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-web", - "version": "5.50.3", + "version": "5.51.0", "license": "AGPL-3.0", "description": "Web interface client for Xen-Orchestra", "keywords": [ @@ -32,7 +32,7 @@ }, "devDependencies": { "@nraynaud/novnc": "0.6.1", - "@xen-orchestra/cron": "^1.0.4", + "@xen-orchestra/cron": "^1.0.5", "@xen-orchestra/defined": "^0.0.0", "@xen-orchestra/template": "^0.1.0", "ansi_up": "^4.0.3",