feat: technical release (#5970)

This commit is contained in:
Mathieu 2021-10-28 16:30:00 +02:00 committed by GitHub
parent 1d069683ca
commit 40f881c2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 52 additions and 57 deletions

View File

@ -7,7 +7,7 @@
"bugs": "https://github.com/vatesfr/xen-orchestra/issues", "bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"dependencies": { "dependencies": {
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.14.0", "@xen-orchestra/backups": "^0.15.1",
"@xen-orchestra/fs": "^0.18.0", "@xen-orchestra/fs": "^0.18.0",
"filenamify": "^4.1.0", "filenamify": "^4.1.0",
"getopts": "^2.2.5", "getopts": "^2.2.5",

View File

@ -8,7 +8,7 @@
"type": "git", "type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git" "url": "https://github.com/vatesfr/xen-orchestra.git"
}, },
"version": "0.14.0", "version": "0.15.1",
"engines": { "engines": {
"node": ">=14.6" "node": ">=14.6"
}, },
@ -35,11 +35,11 @@
"promise-toolbox": "^0.20.0", "promise-toolbox": "^0.20.0",
"proper-lockfile": "^4.1.2", "proper-lockfile": "^4.1.2",
"pump": "^3.0.0", "pump": "^3.0.0",
"vhd-lib": "^1.2.0", "vhd-lib": "^1.3.0",
"yazl": "^2.5.1" "yazl": "^2.5.1"
}, },
"peerDependencies": { "peerDependencies": {
"@xen-orchestra/xapi": "^0.7.0" "@xen-orchestra/xapi": "^0.8.0"
}, },
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"author": { "author": {

View File

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

View File

@ -31,13 +31,13 @@
"@vates/decorate-with": "^0.1.0", "@vates/decorate-with": "^0.1.0",
"@vates/disposable": "^0.1.1", "@vates/disposable": "^0.1.1",
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.14.0", "@xen-orchestra/backups": "^0.15.1",
"@xen-orchestra/fs": "^0.18.0", "@xen-orchestra/fs": "^0.18.0",
"@xen-orchestra/log": "^0.3.0", "@xen-orchestra/log": "^0.3.0",
"@xen-orchestra/mixin": "^0.1.0", "@xen-orchestra/mixin": "^0.1.0",
"@xen-orchestra/mixins": "^0.1.1", "@xen-orchestra/mixins": "^0.1.1",
"@xen-orchestra/self-signed": "^0.1.0", "@xen-orchestra/self-signed": "^0.1.0",
"@xen-orchestra/xapi": "^0.7.0", "@xen-orchestra/xapi": "^0.8.0",
"ajv": "^8.0.3", "ajv": "^8.0.3",
"app-conf": "^0.9.0", "app-conf": "^0.9.0",
"async-iterator-to-stream": "^1.1.0", "async-iterator-to-stream": "^1.1.0",
@ -58,7 +58,7 @@
"source-map-support": "^0.5.16", "source-map-support": "^0.5.16",
"stoppable": "^1.0.6", "stoppable": "^1.0.6",
"xdg-basedir": "^4.0.0", "xdg-basedir": "^4.0.0",
"xen-api": "^0.34.3", "xen-api": "^0.35.0",
"xo-common": "^0.7.0" "xo-common": "^0.7.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@xen-orchestra/xapi", "name": "@xen-orchestra/xapi",
"version": "0.7.0", "version": "0.8.0",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues", "bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": { "repository": {
@ -25,7 +25,7 @@
"xo-common": "^0.7.0" "xo-common": "^0.7.0"
}, },
"peerDependencies": { "peerDependencies": {
"xen-api": "^0.34.3" "xen-api": "^0.35.0"
}, },
"scripts": { "scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/", "build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -2,17 +2,39 @@
## **next** ## **next**
### Enhancements
- [Tasks] Filter out short tasks using a default filter (PR [#5921](https://github.com/vatesfr/xen-orchestra/pull/5921))
- [Jobs] Ability to copy a job ID (PR [#5951](https://github.com/vatesfr/xen-orchestra/pull/5951))
- [Host/advanced] Add button to enable/disable the host (PR [#5952](https://github.com/vatesfr/xen-orchestra/pull/5952))
- [VM/export] Ability to copy the export URL (PR [#5948](https://github.com/vatesfr/xen-orchestra/pull/5948))
- [Servers] Ability to use an HTTP proxy between XO and a server (PR [#5958](https://github.com/vatesfr/xen-orchestra/pull/5958))
- [Pool/advanced] Ability to define network for importing/exporting VMs/VDIs (PR [#5957](https://github.com/vatesfr/xen-orchestra/pull/5957))
- [Menu] Notify user when proxies need to be upgraded (PR [#5930](https://github.com/vatesfr/xen-orchestra/pull/5930))
- [Host] Handle evacuation failure during host shutdown (PR [#5966](https://github.com/vatesfr/xen-orchestra/pull/#5966))
### Bug fixes ### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Netbox] Support older versions of Netbox and prevent "active is not a valid choice" error [#5898](https://github.com/vatesfr/xen-orchestra/issues/5898) (PR [#5946](https://github.com/vatesfr/xen-orchestra/pull/5946)) - [Netbox] Support older versions of Netbox and prevent "active is not a valid choice" error [#5898](https://github.com/vatesfr/xen-orchestra/issues/5898) (PR [#5946](https://github.com/vatesfr/xen-orchestra/pull/5946))
- [Backups] Delete unused snapshots related to other schedules (even no longer existing) (PR [#5949](https://github.com/vatesfr/xen-orchestra/pull/5949))
- [Jobs] Fix `job.runSequence` method (PR [#5944](https://github.com/vatesfr/xen-orchestra/pull/5944))
- [Netbox] Fix error when testing plugin on versions older than 2.10 (PR [#5963](https://github.com/vatesfr/xen-orchestra/pull/5963))
- [Snapshot] Fix "Create VM from snapshot" creating a template instead of a VM (PR [#5955](https://github.com/vatesfr/xen-orchestra/pull/5955))
- [Host/Logs] Improve the display of log content (PR [#5943](https://github.com/vatesfr/xen-orchestra/pull/5943))
- [XOA licenses] Fix expiration date displaying "Invalid date" in some rare cases (PR [#5967](https://github.com/vatesfr/xen-orchestra/pull/5967))
- [API/pool.listPoolsMatchingCriteria] Fix `checkSrName`/`checkPoolName` `is not a function` error
### Released packages ### Released packages
- xo-server-netbox 0.3.2 - xo-server-netbox 0.3.3
- @xen-orchestra/backups 0.14.0 - vhd-lib 1.3.0
- xo-server 5.82.4 - xen-api 0.35.0
- @xen-orchestra/xapi 0.8.0
- @xen-orchestra/backups 0.15.1
- vhd-cli 0.5.0
- xapi-explore-sr 0.4.0
- xo-server 5.83.0
- xo-web 5.89.0
## **5.63.0** (2021-09-30) ## **5.63.0** (2021-09-30)

View File

@ -7,27 +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”
- [Tasks] Filter out short tasks using a default filter (PR [#5921](https://github.com/vatesfr/xen-orchestra/pull/5921))
- [Jobs] Ability to copy a job ID (PR [#5951](https://github.com/vatesfr/xen-orchestra/pull/5951))
- [Host/advanced] Add button to enable/disable the host (PR [#5952](https://github.com/vatesfr/xen-orchestra/pull/5952))
- [VM/export] Ability to copy the export URL (PR [#5948](https://github.com/vatesfr/xen-orchestra/pull/5948))
- [Servers] Ability to use an HTTP proxy between XO and a server
- [Pool/advanced] Ability to define network for importing/exporting VMs/VDIs (PR [#5957](https://github.com/vatesfr/xen-orchestra/pull/5957))
- [Menu] Notify user when proxies need to be upgraded (PR [#5930](https://github.com/vatesfr/xen-orchestra/pull/5930))
- [Host] Handle evacuation failure during host shutdown (PR [#5966](https://github.com/vatesfr/xen-orchestra/pull/#5966))
### 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”
- [Backups] Delete unused snapshots related to other schedules (even no longer existing) (PR [#5949](https://github.com/vatesfr/xen-orchestra/pull/5949))
- [Jobs] Fix `job.runSequence` method (PR [#5944](https://github.com/vatesfr/xen-orchestra/pull/5944))
- [Netbox] Fix error when testing plugin on versions older than 2.10 (PR [#5963](https://github.com/vatesfr/xen-orchestra/pull/5963))
- [Snapshot] Fix "Create VM from snapshot" creating a template instead of a VM (PR [#5955](https://github.com/vatesfr/xen-orchestra/pull/5955))
- [Host/Logs] Improve the display of log content (PR [#5943](https://github.com/vatesfr/xen-orchestra/pull/5943))
- [XOA licenses] Fix expiration date displaying "Invalid date" in some rare cases (PR [#5967](https://github.com/vatesfr/xen-orchestra/pull/5967))
- [API/pool.listPoolsMatchingCriteria] Fix `checkSrName`/`checkPoolName` `is not a function` error
### Packages to release ### Packages to release
> 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
@ -44,13 +27,3 @@
> - major: if the change breaks compatibility > - major: if the change breaks compatibility
> >
> In case of conflict, the highest (lowest in previous list) `$version` wins. > In case of conflict, the highest (lowest in previous list) `$version` wins.
- xo-server-netbox patch
- vhd-lib minor
- xen-api minor
- @xen-orchestra/backup minor
- @xen-orchestra/proxy minor
- vhd-cli minor
- xapi-explore-sr minor
- xo-server minor
- xo-web minor

View File

@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "vhd-cli", "name": "vhd-cli",
"version": "0.4.0", "version": "0.5.0",
"license": "ISC", "license": "ISC",
"description": "Tools to read/create and merge VHD files", "description": "Tools to read/create and merge VHD files",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-cli", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-cli",
@ -28,7 +28,7 @@
"cli-progress": "^3.1.0", "cli-progress": "^3.1.0",
"exec-promise": "^0.7.0", "exec-promise": "^0.7.0",
"getopts": "^2.2.3", "getopts": "^2.2.3",
"vhd-lib": "^1.2.0" "vhd-lib": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.0.0", "@babel/cli": "^7.0.0",

View File

@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "vhd-lib", "name": "vhd-lib",
"version": "1.2.0", "version": "1.3.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "Primitives for VHD file handling", "description": "Primitives for VHD file handling",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-lib", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-lib",

View File

@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "xapi-explore-sr", "name": "xapi-explore-sr",
"version": "0.3.0", "version": "0.4.0",
"license": "ISC", "license": "ISC",
"description": "Display the list of VDIs (unmanaged and snapshots included) of a SR", "description": "Display the list of VDIs (unmanaged and snapshots included) of a SR",
"keywords": [ "keywords": [
@ -39,7 +39,7 @@
"human-format": "^0.11.0", "human-format": "^0.11.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"pw": "^0.0.4", "pw": "^0.0.4",
"xen-api": "^0.34.3" "xen-api": "^0.35.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.1.5", "@babel/cli": "^7.1.5",

View File

@ -8,6 +8,6 @@
"promise-toolbox": "^0.19.2", "promise-toolbox": "^0.19.2",
"readable-stream": "^3.1.1", "readable-stream": "^3.1.1",
"throttle": "^1.0.3", "throttle": "^1.0.3",
"vhd-lib": "^1.2.0" "vhd-lib": "^1.3.0"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "xen-api", "name": "xen-api",
"version": "0.34.3", "version": "0.35.0",
"license": "ISC", "license": "ISC",
"description": "Connector to the Xen API", "description": "Connector to the Xen API",
"keywords": [ "keywords": [

View File

@ -1,6 +1,6 @@
{ {
"name": "xo-server-netbox", "name": "xo-server-netbox",
"version": "0.3.2", "version": "0.3.3",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "Synchronizes pools managed by Xen Orchestra with Netbox", "description": "Synchronizes pools managed by Xen Orchestra with Netbox",
"keywords": [ "keywords": [

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "xo-server", "name": "xo-server",
"version": "5.82.4", "version": "5.83.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra", "description": "Server part of Xen-Orchestra",
"keywords": [ "keywords": [
@ -35,7 +35,7 @@
"@vates/parse-duration": "^0.1.1", "@vates/parse-duration": "^0.1.1",
"@vates/read-chunk": "^0.1.2", "@vates/read-chunk": "^0.1.2",
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.14.0", "@xen-orchestra/backups": "^0.15.1",
"@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.1", "@xen-orchestra/defined": "^0.0.1",
"@xen-orchestra/emit-async": "^0.1.0", "@xen-orchestra/emit-async": "^0.1.0",
@ -45,7 +45,7 @@
"@xen-orchestra/mixins": "^0.1.1", "@xen-orchestra/mixins": "^0.1.1",
"@xen-orchestra/self-signed": "^0.1.0", "@xen-orchestra/self-signed": "^0.1.0",
"@xen-orchestra/template": "^0.1.0", "@xen-orchestra/template": "^0.1.0",
"@xen-orchestra/xapi": "^0.7.0", "@xen-orchestra/xapi": "^0.8.0",
"ajv": "^8.0.3", "ajv": "^8.0.3",
"app-conf": "^0.9.0", "app-conf": "^0.9.0",
"async-iterator-to-stream": "^1.0.1", "async-iterator-to-stream": "^1.0.1",
@ -122,10 +122,10 @@
"unzipper": "^0.10.5", "unzipper": "^0.10.5",
"uuid": "^8.3.1", "uuid": "^8.3.1",
"value-matcher": "^0.2.0", "value-matcher": "^0.2.0",
"vhd-lib": "^1.2.0", "vhd-lib": "^1.3.0",
"ws": "^7.1.2", "ws": "^7.1.2",
"xdg-basedir": "^4.0.0", "xdg-basedir": "^4.0.0",
"xen-api": "^0.34.3", "xen-api": "^0.35.0",
"xo-acl-resolver": "^0.4.1", "xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.5.0", "xo-collection": "^0.5.0",
"xo-common": "^0.7.0", "xo-common": "^0.7.0",

View File

@ -25,7 +25,7 @@
"lodash": "^4.17.15", "lodash": "^4.17.15",
"pako": "^1.0.11", "pako": "^1.0.11",
"promise-toolbox": "^0.19.2", "promise-toolbox": "^0.19.2",
"vhd-lib": "^1.2.0", "vhd-lib": "^1.3.0",
"xml2js": "^0.4.23" "xml2js": "^0.4.23"
}, },
"devDependencies": { "devDependencies": {

View File

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