diff --git a/@vates/cached-dns.lookup/package.json b/@vates/cached-dns.lookup/package.json index a550e3a65..bb67795aa 100644 --- a/@vates/cached-dns.lookup/package.json +++ b/@vates/cached-dns.lookup/package.json @@ -25,7 +25,7 @@ "url": "https://vates.fr" }, "license": "ISC", - "version": "0.0.0", + "version": "1.0.0", "scripts": { "postversion": "npm publish --access public" } diff --git a/@vates/event-listeners-manager/package.json b/@vates/event-listeners-manager/package.json index c584b4c0d..cc623cc35 100644 --- a/@vates/event-listeners-manager/package.json +++ b/@vates/event-listeners-manager/package.json @@ -35,7 +35,7 @@ "url": "https://vates.fr" }, "license": "ISC", - "version": "0.0.0", + "version": "1.0.0", "scripts": { "postversion": "npm publish --access public" } diff --git a/@xen-orchestra/backups-cli/package.json b/@xen-orchestra/backups-cli/package.json index d258cd2fd..a00f1b5fc 100644 --- a/@xen-orchestra/backups-cli/package.json +++ b/@xen-orchestra/backups-cli/package.json @@ -7,8 +7,8 @@ "bugs": "https://github.com/vatesfr/xen-orchestra/issues", "dependencies": { "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.21.0", - "@xen-orchestra/fs": "^1.0.0", + "@xen-orchestra/backups": "^0.21.1", + "@xen-orchestra/fs": "^1.0.1", "filenamify": "^4.1.0", "getopts": "^2.2.5", "lodash": "^4.17.15", @@ -27,7 +27,7 @@ "scripts": { "postversion": "npm publish --access public" }, - "version": "0.7.0", + "version": "0.7.1", "license": "AGPL-3.0-or-later", "author": { "name": "Vates SAS", diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index f3db2b892..130f77334 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.21.0", + "version": "0.21.1", "engines": { "node": ">=14.6" }, @@ -16,13 +16,13 @@ "postversion": "npm publish --access public" }, "dependencies": { - "@vates/cached-dns.lookup": "^0.0.0", + "@vates/cached-dns.lookup": "^1.0.0", "@vates/compose": "^2.1.0", "@vates/decorate-with": "^2.0.0", "@vates/disposable": "^0.1.1", "@vates/parse-duration": "^0.1.1", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/fs": "^1.0.0", + "@xen-orchestra/fs": "^1.0.1", "@xen-orchestra/log": "^0.3.0", "@xen-orchestra/template": "^0.1.0", "compare-versions": "^4.0.1", diff --git a/@xen-orchestra/cr-seed-cli/package.json b/@xen-orchestra/cr-seed-cli/package.json index 5d8a29f7a..cdbd459fe 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": "^1.1.0" + "xen-api": "^1.2.0" }, "scripts": { "postversion": "npm publish" diff --git a/@xen-orchestra/fs/package.json b/@xen-orchestra/fs/package.json index 64ca7f2c2..8bbc49991 100644 --- a/@xen-orchestra/fs/package.json +++ b/@xen-orchestra/fs/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@xen-orchestra/fs", - "version": "1.0.0", + "version": "1.0.1", "license": "AGPL-3.0-or-later", "description": "The File System for Xen Orchestra backups.", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/fs", diff --git a/@xen-orchestra/mixins/package.json b/@xen-orchestra/mixins/package.json index 7253f778a..86be5268a 100644 --- a/@xen-orchestra/mixins/package.json +++ b/@xen-orchestra/mixins/package.json @@ -14,12 +14,12 @@ "url": "https://vates.fr" }, "license": "AGPL-3.0-or-later", - "version": "0.2.0", + "version": "0.3.0", "engines": { "node": ">=12" }, "dependencies": { - "@vates/event-listeners-manager": "^0.0.0", + "@vates/event-listeners-manager": "^1.0.0", "@vates/parse-duration": "^0.1.1", "@xen-orchestra/emit-async": "^0.1.0", "@xen-orchestra/log": "^0.3.0", diff --git a/@xen-orchestra/proxy/package.json b/@xen-orchestra/proxy/package.json index 7842d17e5..16f6632d0 100644 --- a/@xen-orchestra/proxy/package.json +++ b/@xen-orchestra/proxy/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@xen-orchestra/proxy", - "version": "0.20.1", + "version": "0.21.0", "license": "AGPL-3.0-or-later", "description": "XO Proxy used to remotely execute backup jobs", "keywords": [ @@ -27,16 +27,16 @@ "dependencies": { "@iarna/toml": "^2.2.0", "@koa/router": "^10.0.0", - "@vates/cached-dns.lookup": "^0.0.0", + "@vates/cached-dns.lookup": "^1.0.0", "@vates/compose": "^2.1.0", "@vates/decorate-with": "^2.0.0", "@vates/disposable": "^0.1.1", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.21.0", - "@xen-orchestra/fs": "^1.0.0", + "@xen-orchestra/backups": "^0.21.1", + "@xen-orchestra/fs": "^1.0.1", "@xen-orchestra/log": "^0.3.0", "@xen-orchestra/mixin": "^0.1.0", - "@xen-orchestra/mixins": "^0.2.0", + "@xen-orchestra/mixins": "^0.3.0", "@xen-orchestra/self-signed": "^0.1.0", "@xen-orchestra/xapi": "^0.10.0", "ajv": "^8.0.3", @@ -60,7 +60,7 @@ "source-map-support": "^0.5.16", "stoppable": "^1.0.6", "xdg-basedir": "^5.1.0", - "xen-api": "^1.1.0", + "xen-api": "^1.2.0", "xo-common": "^0.8.0" }, "devDependencies": { diff --git a/@xen-orchestra/upload-ova/package.json b/@xen-orchestra/upload-ova/package.json index caadc7b17..55dd33449 100644 --- a/@xen-orchestra/upload-ova/package.json +++ b/@xen-orchestra/upload-ova/package.json @@ -43,7 +43,7 @@ "pw": "^0.0.4", "xdg-basedir": "^4.0.0", "xo-lib": "^0.11.1", - "xo-vmdk-to-vhd": "^2.2.0" + "xo-vmdk-to-vhd": "^2.3.0" }, "devDependencies": { "@babel/cli": "^7.0.0", diff --git a/@xen-orchestra/xapi/package.json b/@xen-orchestra/xapi/package.json index a4c2e0b70..6444801e7 100644 --- a/@xen-orchestra/xapi/package.json +++ b/@xen-orchestra/xapi/package.json @@ -15,7 +15,7 @@ "node": ">=14" }, "peerDependencies": { - "xen-api": "^1.1.0" + "xen-api": "^1.2.0" }, "scripts": { "postversion": "npm publish --access public" diff --git a/CHANGELOG.md b/CHANGELOG.md index 81143f3d6..800e0b345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # ChangeLog +## **next** + +### Enhancements + +- [VM export] Feat export to `ova` format (PR [#6006](https://github.com/vatesfr/xen-orchestra/pull/6006)) +- [Backup] Add _Restore Health Check_: ensure a backup is viable by doing an automatic test restore (requires guest tools in the VM) (PR [#6148](https://github.com/vatesfr/xen-orchestra/pull/6148)) +- [VM migrate] Allow to choose a private network for VIFs network (PR [#6200](https://github.com/vatesfr/xen-orchestra/pull/6200)) +- [Proxy] Disable "Deploy proxy" button for source users (PR [#6199](https://github.com/vatesfr/xen-orchestra/pull/6199)) +- [Import] Feat import `iso` disks (PR [#6180](https://github.com/vatesfr/xen-orchestra/pull/6180)) +- New HTTP/HTTPS proxy implemented in xo-proxy and xo-server, [see the documentation](https://github.com/vatesfr/xen-orchestra/blob/master/@xen-orchestra/mixins/docs/HttpProxy.md) (PR [#6201](https://github.com/vatesfr/xen-orchestra/pull/6201)) + +### Bug fixes + +- [VM/Host Console] Fix support of older versions of XCP-ng/XS, please not that HTTP proxies are note supported in that case (PR [#6191](https://github.com/vatesfr/xen-orchestra/pull/6191)) +- Fix HTTP proxy support to connect to pools (introduced in XO 5.69.0) (PR [#6204](https://github.com/vatesfr/xen-orchestra/pull/6204)) +- [Backup] Fix failure when sending a backup (Full/Delta/Metadata) to S3 with Object Lock enabled (PR [#6190](https://github.com/vatesfr/xen-orchestra/pull/6190)) + +### Released packages + +- @vates/cached-dns.lookup 1.0.0 +- @vates/event-listeners-manager 1.0.0 +- xen-api 1.2.0 +- @xen-orchestra/mixins 0.3.0 +- xo-vmdk-to-vhd 2.3.0 +- @xen-orchestra/fs 1.0.1 +- @xen-orchestra/backups 0.21.1 +- @xen-orchestra/proxy 0.21.0 +- xo-server 5.92.0 +- xo-web 5.96.0 +- vhd-cli 0.7.1 +- @xen-orchestra/backups-cli 0.7.1 + ## **5.69.2** (2022-04-13) Channel: latest diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 212eeb2d7..154c5e87a 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -7,21 +7,10 @@ > Users must be able to say: “Nice enhancement, I'm eager to test it” -- [VM export] Feat export to `ova` format (PR [#6006](https://github.com/vatesfr/xen-orchestra/pull/6006)) -- [Backup] Add _Restore Health Check_: ensure a backup is viable by doing an automatic test restore (requires guest tools in the VM) (PR [#6148](https://github.com/vatesfr/xen-orchestra/pull/6148)) -- [VM migrate] Allow to choose a private network for VIFs network (PR [#6200](https://github.com/vatesfr/xen-orchestra/pull/6200)) -- [Proxy] Disable "Deploy proxy" button for source users (PR [#6199](https://github.com/vatesfr/xen-orchestra/pull/6199)) -- [Import] Feat import `iso` disks (PR [#6180](https://github.com/vatesfr/xen-orchestra/pull/6180)) -- New HTTP/HTTPS proxy implemented in xo-proxy and xo-server, [see the documentation](https://github.com/vatesfr/xen-orchestra/blob/master/@xen-orchestra/mixins/docs/HttpProxy.md) (PR [#6201](https://github.com/vatesfr/xen-orchestra/pull/6201)) - ### Bug fixes > Users must be able to say: “I had this issue, happy to know it's fixed” -- [VM/Host Console] Fix support of older versions of XCP-ng/XS, please not that HTTP proxies are note supported in that case (PR [#6191](https://github.com/vatesfr/xen-orchestra/pull/6191)) -- Fix HTTP proxy support to connect to pools (introduced in XO 5.69.0) (PR [#6204](https://github.com/vatesfr/xen-orchestra/pull/6204)) -- [Backup] Fix failure when sending a backup (Full/Delta/Metadata) to S3 with Object Lock enabled (PR [#6190](https://github.com/vatesfr/xen-orchestra/pull/6190)) - ### Packages to release > Packages will be released in the order they are here, therefore, they should @@ -38,16 +27,3 @@ > - major: if the change breaks compatibility > > In case of conflict, the highest (lowest in previous list) `$version` wins. - -- @vates/cached-dns.lookup major -- @vates/event-listeners-manager major -- xen-api minor -- @xen-orchestra/mixins minor -- xo-vmdk-to-vhd minor -- @xen-orchestra/fs patch -- @xen-orchestra/backups patch -- @xen-orchestra/proxy minor -- xo-server minor -- xo-web minor -- vhd-cli patch -- @xen-orchestra/backups-cli patch diff --git a/packages/vhd-cli/package.json b/packages/vhd-cli/package.json index 070c33074..48a2ce894 100644 --- a/packages/vhd-cli/package.json +++ b/packages/vhd-cli/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "vhd-cli", - "version": "0.7.0", + "version": "0.7.1", "license": "ISC", "description": "Tools to read/create and merge VHD files", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-cli", @@ -24,7 +24,7 @@ "node": ">=8.10" }, "dependencies": { - "@xen-orchestra/fs": "^1.0.0", + "@xen-orchestra/fs": "^1.0.1", "cli-progress": "^3.1.0", "exec-promise": "^0.7.0", "getopts": "^2.2.3", diff --git a/packages/vhd-lib/package.json b/packages/vhd-lib/package.json index aad40bd72..133c29f35 100644 --- a/packages/vhd-lib/package.json +++ b/packages/vhd-lib/package.json @@ -29,7 +29,7 @@ "uuid": "^8.3.1" }, "devDependencies": { - "@xen-orchestra/fs": "^1.0.0", + "@xen-orchestra/fs": "^1.0.1", "execa": "^6.1.0", "get-stream": "^6.0.0", "rimraf": "^3.0.2", diff --git a/packages/xapi-explore-sr/package.json b/packages/xapi-explore-sr/package.json index d0bfe8cbe..f4fc0bb85 100644 --- a/packages/xapi-explore-sr/package.json +++ b/packages/xapi-explore-sr/package.json @@ -40,7 +40,7 @@ "human-format": "^1.0.0", "lodash": "^4.17.4", "pw": "^0.0.4", - "xen-api": "^1.1.0" + "xen-api": "^1.2.0" }, "devDependencies": { "@babel/cli": "^7.1.5", diff --git a/packages/xen-api/package.json b/packages/xen-api/package.json index d9ce72560..52a7bc180 100644 --- a/packages/xen-api/package.json +++ b/packages/xen-api/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "xen-api", - "version": "1.1.0", + "version": "1.2.0", "license": "ISC", "description": "Connector to the Xen API", "keywords": [ diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index 267e70af9..f88658223 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.91.0", + "version": "5.92.0", "license": "AGPL-3.0-or-later", "description": "Server part of Xen-Orchestra", "keywords": [ @@ -29,24 +29,24 @@ "dependencies": { "@iarna/toml": "^2.2.1", "@vates/async-each": "^0.1.0", - "@vates/cached-dns.lookup": "^0.0.0", + "@vates/cached-dns.lookup": "^1.0.0", "@vates/compose": "^2.1.0", "@vates/decorate-with": "^2.0.0", "@vates/disposable": "^0.1.1", - "@vates/event-listeners-manager": "^0.0.0", + "@vates/event-listeners-manager": "^1.0.0", "@vates/multi-key-map": "^0.1.0", "@vates/parse-duration": "^0.1.1", "@vates/predicates": "^1.0.0", "@vates/read-chunk": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2", - "@xen-orchestra/backups": "^0.21.0", + "@xen-orchestra/backups": "^0.21.1", "@xen-orchestra/cron": "^1.0.6", "@xen-orchestra/defined": "^0.0.1", "@xen-orchestra/emit-async": "^0.1.0", - "@xen-orchestra/fs": "^1.0.0", + "@xen-orchestra/fs": "^1.0.1", "@xen-orchestra/log": "^0.3.0", "@xen-orchestra/mixin": "^0.1.0", - "@xen-orchestra/mixins": "^0.2.0", + "@xen-orchestra/mixins": "^0.3.0", "@xen-orchestra/self-signed": "^0.1.0", "@xen-orchestra/template": "^0.1.0", "@xen-orchestra/xapi": "^0.10.0", @@ -129,12 +129,12 @@ "vhd-lib": "^3.1.0", "ws": "^8.2.3", "xdg-basedir": "^5.1.0", - "xen-api": "^1.1.0", + "xen-api": "^1.2.0", "xo-acl-resolver": "^0.4.1", "xo-collection": "^0.5.0", "xo-common": "^0.8.0", "xo-remote-parser": "^0.8.0", - "xo-vmdk-to-vhd": "^2.2.0" + "xo-vmdk-to-vhd": "^2.3.0" }, "devDependencies": { "@babel/cli": "^7.0.0", diff --git a/packages/xo-vmdk-to-vhd/package.json b/packages/xo-vmdk-to-vhd/package.json index 09257e670..72631d5cd 100644 --- a/packages/xo-vmdk-to-vhd/package.json +++ b/packages/xo-vmdk-to-vhd/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "xo-vmdk-to-vhd", - "version": "2.2.0", + "version": "2.3.0", "license": "AGPL-3.0-or-later", "description": "JS lib reading and writing .vmdk and .ova files", "keywords": [ diff --git a/packages/xo-web/package.json b/packages/xo-web/package.json index d27f822c7..b48b58bf2 100644 --- a/packages/xo-web/package.json +++ b/packages/xo-web/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-web", - "version": "5.95.0", + "version": "5.96.0", "license": "AGPL-3.0-or-later", "description": "Web interface client for Xen-Orchestra", "keywords": [ @@ -138,7 +138,7 @@ "xo-common": "^0.8.0", "xo-lib": "^0.11.1", "xo-remote-parser": "^0.8.0", - "xo-vmdk-to-vhd": "^2.2.0" + "xo-vmdk-to-vhd": "^2.3.0" }, "scripts": { "build": "GIT_HEAD=$(git rev-parse HEAD) NODE_ENV=production gulp build",