diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index 525e2cd27..62d0f638e 100644 --- a/@xen-orchestra/backups-cli/package.json +++ b/@xen-orchestra/backups-cli/package.json @@ -7,7 +7,7 @@ "bugs": "https://github.com/vatesfr/xen-orchestra/issues", "dependencies": { "@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", "filenamify": "^4.1.0", "getopts": "^2.2.5", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index 2d6374b13..700588b42 100644 --- a/@xen-orchestra/backups/package.json +++ b/@xen-orchestra/backups/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "https://github.com/vatesfr/xen-orchestra.git" }, - "version": "0.14.0", + "version": "0.15.1", "engines": { "node": ">=14.6" }, @@ -35,11 +35,11 @@ "promise-toolbox": "^0.20.0", "proper-lockfile": "^4.1.2", "pump": "^3.0.0", - "vhd-lib": "^1.2.0", + "vhd-lib": "^1.3.0", "yazl": "^2.5.1" }, "peerDependencies": { - "@xen-orchestra/xapi": "^0.7.0" + "@xen-orchestra/xapi": "^0.8.0" }, "license": "AGPL-3.0-or-later", "author": { diff --git a/@xen-orchestra/cr-seed-cli/package.json b/@xen-orchestra/cr-seed-cli/package.json index cc02d386f..9e3667d4c 100644 --- a/@xen-orchestra/cr-seed-cli/package.json +++ b/@xen-orchestra/cr-seed-cli/package.json @@ -18,7 +18,7 @@ "preferGlobal": true, "dependencies": { "golike-defer": "^0.5.1", - "xen-api": "^0.34.3" + "xen-api": "^0.35.0" }, "scripts": { "postversion": "npm publish" diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index d87f922dc..893d34875 100644 --- a/@xen-orchestra/proxy/package.json +++ b/@xen-orchestra/proxy/package.json @@ -31,13 +31,13 @@ "@vates/decorate-with": "^0.1.0", "@vates/disposable": "^0.1.1", "@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/log": "^0.3.0", "@xen-orchestra/mixin": "^0.1.0", "@xen-orchestra/mixins": "^0.1.1", "@xen-orchestra/self-signed": "^0.1.0", - "@xen-orchestra/xapi": "^0.7.0", + "@xen-orchestra/xapi": "^0.8.0", "ajv": "^8.0.3", "app-conf": "^0.9.0", "async-iterator-to-stream": "^1.1.0", @@ -58,7 +58,7 @@ "source-map-support": "^0.5.16", "stoppable": "^1.0.6", "xdg-basedir": "^4.0.0", - "xen-api": "^0.34.3", + "xen-api": "^0.35.0", "xo-common": "^0.7.0" }, "devDependencies": { diff --git a/@xen-orchestra/xapi/package.json b/@xen-orchestra/xapi/package.json index e666d0965..0d807d3ca 100644 --- a/@xen-orchestra/xapi/package.json +++ b/@xen-orchestra/xapi/package.json @@ -1,6 +1,6 @@ { "name": "@xen-orchestra/xapi", - "version": "0.7.0", + "version": "0.8.0", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi", "bugs": "https://github.com/vatesfr/xen-orchestra/issues", "repository": { @@ -25,7 +25,7 @@ "xo-common": "^0.7.0" }, "peerDependencies": { - "xen-api": "^0.34.3" + "xen-api": "^0.35.0" }, "scripts": { "build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/", diff --git a/CHANGELOG.md b/CHANGELOG.md index f836add17..56af4e554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,39 @@ ## **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 -> 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)) +- [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 -- xo-server-netbox 0.3.2 -- @xen-orchestra/backups 0.14.0 -- xo-server 5.82.4 +- xo-server-netbox 0.3.3 +- vhd-lib 1.3.0 +- 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) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 676797ba0..154c5e87a 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -7,27 +7,10 @@ > 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 > 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 will be released in the order they are here, therefore, they should @@ -44,13 +27,3 @@ > - major: if the change breaks compatibility > > 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 diff --git a/packages/vhd-cli/package.json b/packages/vhd-cli/package.json index ed76f4cf4..4039484fb 100644 --- a/packages/vhd-cli/package.json +++ b/packages/vhd-cli/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "vhd-cli", - "version": "0.4.0", + "version": "0.5.0", "license": "ISC", "description": "Tools to read/create and merge VHD files", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-cli", @@ -28,7 +28,7 @@ "cli-progress": "^3.1.0", "exec-promise": "^0.7.0", "getopts": "^2.2.3", - "vhd-lib": "^1.2.0" + "vhd-lib": "^1.3.0" }, "devDependencies": { "@babel/cli": "^7.0.0", diff --git a/packages/vhd-lib/package.json b/packages/vhd-lib/package.json index 4f935cf81..111cd259a 100644 --- a/packages/vhd-lib/package.json +++ b/packages/vhd-lib/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "vhd-lib", - "version": "1.2.0", + "version": "1.3.0", "license": "AGPL-3.0-or-later", "description": "Primitives for VHD file handling", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-lib", diff --git a/packages/xapi-explore-sr/package.json b/packages/xapi-explore-sr/package.json index c0505573f..dea377f2a 100644 --- a/packages/xapi-explore-sr/package.json +++ b/packages/xapi-explore-sr/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "xapi-explore-sr", - "version": "0.3.0", + "version": "0.4.0", "license": "ISC", "description": "Display the list of VDIs (unmanaged and snapshots included) of a SR", "keywords": [ @@ -39,7 +39,7 @@ "human-format": "^0.11.0", "lodash": "^4.17.4", "pw": "^0.0.4", - "xen-api": "^0.34.3" + "xen-api": "^0.35.0" }, "devDependencies": { "@babel/cli": "^7.1.5", diff --git a/packages/xen-api/examples/package.json b/packages/xen-api/examples/package.json index 964aa547c..9f5d2116e 100644 --- a/packages/xen-api/examples/package.json +++ b/packages/xen-api/examples/package.json @@ -8,6 +8,6 @@ "promise-toolbox": "^0.19.2", "readable-stream": "^3.1.1", "throttle": "^1.0.3", - "vhd-lib": "^1.2.0" + "vhd-lib": "^1.3.0" } } diff --git a/packages/xen-api/package.json b/packages/xen-api/package.json index 20f03fcd7..25ec4b60d 100644 --- a/packages/xen-api/package.json +++ b/packages/xen-api/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "xen-api", - "version": "0.34.3", + "version": "0.35.0", "license": "ISC", "description": "Connector to the Xen API", "keywords": [ diff --git a/packages/xo-server-netbox/package.json b/packages/xo-server-netbox/package.json index 5d08a9e53..e29e0cc07 100644 --- a/packages/xo-server-netbox/package.json +++ b/packages/xo-server-netbox/package.json @@ -1,6 +1,6 @@ { "name": "xo-server-netbox", - "version": "0.3.2", + "version": "0.3.3", "license": "AGPL-3.0-or-later", "description": "Synchronizes pools managed by Xen Orchestra with Netbox", "keywords": [ diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index ec835894e..bf27e92ed 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.82.4", + "version": "5.83.0", "license": "AGPL-3.0-or-later", "description": "Server part of Xen-Orchestra", "keywords": [ @@ -35,7 +35,7 @@ "@vates/parse-duration": "^0.1.1", "@vates/read-chunk": "^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/defined": "^0.0.1", "@xen-orchestra/emit-async": "^0.1.0", @@ -45,7 +45,7 @@ "@xen-orchestra/mixins": "^0.1.1", "@xen-orchestra/self-signed": "^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", "app-conf": "^0.9.0", "async-iterator-to-stream": "^1.0.1", @@ -122,10 +122,10 @@ "unzipper": "^0.10.5", "uuid": "^8.3.1", "value-matcher": "^0.2.0", - "vhd-lib": "^1.2.0", + "vhd-lib": "^1.3.0", "ws": "^7.1.2", "xdg-basedir": "^4.0.0", - "xen-api": "^0.34.3", + "xen-api": "^0.35.0", "xo-acl-resolver": "^0.4.1", "xo-collection": "^0.5.0", "xo-common": "^0.7.0", diff --git a/packages/xo-vmdk-to-vhd/package.json b/packages/xo-vmdk-to-vhd/package.json index 54b2476a3..a2efc6ee7 100644 --- a/packages/xo-vmdk-to-vhd/package.json +++ b/packages/xo-vmdk-to-vhd/package.json @@ -25,7 +25,7 @@ "lodash": "^4.17.15", "pako": "^1.0.11", "promise-toolbox": "^0.19.2", - "vhd-lib": "^1.2.0", + "vhd-lib": "^1.3.0", "xml2js": "^0.4.23" }, "devDependencies": { diff --git a/packages/xo-web/package.json b/packages/xo-web/package.json index eca7a711f..64de4370a 100644 --- a/packages/xo-web/package.json +++ b/packages/xo-web/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-web", - "version": "5.88.0", + "version": "5.89.0", "license": "AGPL-3.0-or-later", "description": "Web interface client for Xen-Orchestra", "keywords": [