feat: technical release (#6796)

This commit is contained in:
Mathieu 2023-04-26 15:45:14 +02:00 committed by GitHub
parent f587798fb0
commit 49e2d128ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
28 changed files with 94 additions and 83 deletions

View File

@ -22,7 +22,7 @@
"url": "https://vates.fr"
},
"license": "ISC",
"version": "0.0.0",
"version": "0.1.0",
"engines": {
"node": ">=8.10"
},

View File

@ -21,7 +21,7 @@
"fuse-native": "^2.2.6",
"lru-cache": "^7.14.0",
"promise-toolbox": "^0.21.0",
"vhd-lib": "^4.3.0"
"vhd-lib": "^4.4.0"
},
"scripts": {
"postversion": "npm publish --access public"

View File

@ -13,17 +13,17 @@
"url": "https://vates.fr"
},
"license": "ISC",
"version": "1.1.0",
"version": "1.2.0",
"engines": {
"node": ">=14.0"
},
"dependencies": {
"@vates/async-each": "^1.0.0",
"@vates/read-chunk": "^1.1.0",
"@vates/read-chunk": "^1.1.1",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/log": "^0.6.0",
"promise-toolbox": "^0.21.0",
"xen-api": "^1.2.7"
"xen-api": "^1.3.0"
},
"devDependencies": {
"tap": "^16.3.0",

View File

@ -19,7 +19,7 @@
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"version": "1.1.0",
"version": "1.1.1",
"engines": {
"node": ">=8.10"
},

View File

@ -25,7 +25,7 @@
"url": "https://vates.fr"
},
"license": "ISC",
"version": "0.0.0",
"version": "0.1.0",
"engines": {
"node": ">=10"
},

View File

@ -13,7 +13,7 @@
"url": "https://vates.fr"
},
"license": "ISC",
"version": "0.0.1",
"version": "0.1.0",
"engines": {
"node": ">=14"
},

View File

@ -7,7 +7,7 @@
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"dependencies": {
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.34.0",
"@xen-orchestra/backups": "^0.35.0",
"@xen-orchestra/fs": "^3.3.4",
"filenamify": "^4.1.0",
"getopts": "^2.2.5",
@ -27,7 +27,7 @@
"scripts": {
"postversion": "npm publish --access public"
},
"version": "1.0.4",
"version": "1.0.5",
"license": "AGPL-3.0-or-later",
"author": {
"name": "Vates SAS",

View File

@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"version": "0.34.0",
"version": "0.35.0",
"engines": {
"node": ">=14.6"
},
@ -24,7 +24,7 @@
"@vates/decorate-with": "^2.0.0",
"@vates/disposable": "^0.1.4",
"@vates/fuse-vhd": "^1.0.0",
"@vates/nbd-client": "^1.1.0",
"@vates/nbd-client": "^1.2.0",
"@vates/parse-duration": "^0.1.1",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/fs": "^3.3.4",
@ -42,7 +42,7 @@
"promise-toolbox": "^0.21.0",
"proper-lockfile": "^4.1.2",
"uuid": "^9.0.0",
"vhd-lib": "^4.3.0",
"vhd-lib": "^4.4.0",
"yazl": "^2.5.1"
},
"devDependencies": {
@ -52,7 +52,7 @@
"tmp": "^0.2.1"
},
"peerDependencies": {
"@xen-orchestra/xapi": "^2.1.0"
"@xen-orchestra/xapi": "^2.2.0"
},
"license": "AGPL-3.0-or-later",
"author": {

View File

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

View File

@ -29,7 +29,7 @@
"@vates/async-each": "^1.0.0",
"@vates/coalesce-calls": "^0.1.0",
"@vates/decorate-with": "^2.0.0",
"@vates/read-chunk": "^1.1.0",
"@vates/read-chunk": "^1.1.1",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/log": "^0.6.0",
"bind-property-descriptor": "^2.0.0",

View File

@ -14,14 +14,14 @@
"url": "https://vates.fr"
},
"license": "AGPL-3.0-or-later",
"version": "0.9.0",
"version": "0.10.0",
"engines": {
"node": ">=15.6"
},
"dependencies": {
"@vates/event-listeners-manager": "^1.0.1",
"@vates/parse-duration": "^0.1.1",
"@vates/task": "^0.0.1",
"@vates/task": "^0.1.0",
"@xen-orchestra/log": "^0.6.0",
"acme-client": "^5.0.0",
"app-conf": "^2.3.0",

View File

@ -30,7 +30,7 @@
"rimraf": "^4.1.1"
},
"dependencies": {
"@vates/read-chunk": "^1.1.0"
"@vates/read-chunk": "^1.1.1"
},
"author": {
"name": "Vates SAS",

View File

@ -26,7 +26,7 @@
},
"dependencies": {
"@iarna/toml": "^2.2.0",
"@vates/read-chunk": "^1.1.0",
"@vates/read-chunk": "^1.1.1",
"ansi-colors": "^4.1.1",
"app-conf": "^2.3.0",
"content-type": "^1.0.4",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@xen-orchestra/proxy",
"version": "0.26.19",
"version": "0.26.20",
"license": "AGPL-3.0-or-later",
"description": "XO Proxy used to remotely execute backup jobs",
"keywords": [
@ -32,13 +32,13 @@
"@vates/decorate-with": "^2.0.0",
"@vates/disposable": "^0.1.4",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.34.0",
"@xen-orchestra/backups": "^0.35.0",
"@xen-orchestra/fs": "^3.3.4",
"@xen-orchestra/log": "^0.6.0",
"@xen-orchestra/mixin": "^0.1.0",
"@xen-orchestra/mixins": "^0.9.0",
"@xen-orchestra/mixins": "^0.10.0",
"@xen-orchestra/self-signed": "^0.1.3",
"@xen-orchestra/xapi": "^2.1.0",
"@xen-orchestra/xapi": "^2.2.0",
"ajv": "^8.0.3",
"app-conf": "^2.3.0",
"async-iterator-to-stream": "^1.1.0",
@ -60,7 +60,7 @@
"source-map-support": "^0.5.16",
"stoppable": "^1.0.6",
"xdg-basedir": "^5.1.0",
"xen-api": "^1.2.7",
"xen-api": "^1.3.0",
"xo-common": "^0.8.0"
},
"devDependencies": {

View File

@ -1,15 +1,15 @@
{
"license": "ISC",
"private": false,
"version": "0.2.1",
"version": "0.2.2",
"name": "@xen-orchestra/vmware-explorer",
"dependencies": {
"@vates/task": "^0.0.1",
"@vates/read-chunk": "^1.1.0",
"@vates/task": "^0.1.0",
"@vates/read-chunk": "^1.1.1",
"lodash": "^4.17.21",
"node-fetch": "^3.3.0",
"node-vsphere-soap": "^0.0.2-5",
"vhd-lib": "^4.3.0"
"vhd-lib": "^4.4.0"
},
"engines": {
"node": ">=14"

View File

@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/xapi",
"version": "2.1.0",
"version": "2.2.0",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
@ -15,7 +15,7 @@
"node": ">=14"
},
"peerDependencies": {
"xen-api": "^1.2.7"
"xen-api": "^1.3.0"
},
"scripts": {
"postversion": "npm publish --access public",
@ -24,7 +24,7 @@
"dependencies": {
"@vates/async-each": "^1.0.0",
"@vates/decorate-with": "^2.0.0",
"@vates/nbd-client": "^1.1.0",
"@vates/nbd-client": "^1.2.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/log": "^0.6.0",
"d3-time-format": "^3.0.0",
@ -33,7 +33,7 @@
"json-rpc-protocol": "^0.13.2",
"lodash": "^4.17.15",
"promise-toolbox": "^0.21.0",
"vhd-lib": "^4.3.0",
"vhd-lib": "^4.4.0",
"xo-common": "^0.8.0"
},
"private": false,

View File

@ -1,5 +1,46 @@
# ChangeLog
## **next**
### Enhancements
- [VM/Advanced] Automatically eject removable medias when converting a VM to a template [#6752](https://github.com/vatesfr/xen-orchestra/issues/6752) (PR [#6769](https://github.com/vatesfr/xen-orchestra/pull/6769))
- [Dashboard/Health] Add free space column for storage state table (PR [#6778](https://github.com/vatesfr/xen-orchestra/pull/6778))
- [VM/General] Displays the template name used to create the VM, as well as the email address of the VM creator for admin users (PR [#6771](https://github.com/vatesfr/xen-orchestra/pull/6771))
- [Backup/exports] Retry when failing to read a data block during Delta Backup, Continuous Replication, disk and OVA export when NBD is enabled [PR #6763](https://github.com/vatesfr/xen-orchestra/pull/6763)
- [Host] Smart reboot: suspend resident VMs, restart host and resume VMs [#6750](https://github.com/vatesfr/xen-orchestra/issues/6750) (PR [#6795](https://github.com/vatesfr/xen-orchestra/pull/6795))
### Bug fixes
- [Plugins/usage-report] Compute stats on configured period instead of the whole year (PR [#6723](https://github.com/vatesfr/xen-orchestra/pull/6723))
- [Backup] Fix `Invalid parameters` when deleting `speed limit` value (PR [#6768](https://github.com/vatesfr/xen-orchestra/pull/6768))
- [Delta Backup] Restoring a backup with memory must create a suspended VM [#5061](https://github.com/vatesfr/xen-orchestra/issues/5061) (PR [#6774](https://github.com/vatesfr/xen-orchestra/pull/6774))
- [Backup] Show original error instead of `stream has ended without data`
- [Ova import] Fix Ova import error `No user expected grain marker, received [object Object]` [Forum#60648](https://xcp-ng.org/forum/post/60648) (PR [#6779](https://github.com/vatesfr/xen-orchestra/pull/6779))
- [Continuous Replication] Remove irrelevant _Suspend VDI not available for this suspended VM_ error [Forum#61169](https://xcp-ng.org/forum/post/61169)
- [Kubernetes recipe] Add DNS configuration (PR [#6678](https://github.com/vatesfr/xen-orchestra/pull/6678))
- [Backup] Fix `INTERNAL_ERROR, (Failure \"Expected bool, got 'I(0)'\")"` restoring a VM extracted from an XenServer < 7.1(PR [#6772](https://github.com/vatesfr/xen-orchestra/pull/6772))
### Released packages
- @vates/diff 0.1.0
- @vates/read-chunk 1.1.1
- @vates/stream-reader 0.1.0
- vhd-lib 4.4.0
- xen-api 1.3.0
- @vates/nbd-client 1.2.0
- @vates/task 0.1.0
- @xen-orchestra/xapi 2.2.0
- @xen-orchestra/backups 0.35.0
- @xen-orchestra/backups-cli 1.0.5
- @xen-orchestra/mixins 0.10.0
- @xen-orchestra/proxy 0.26.20
- @xen-orchestra/vmware-explorer 0.2.2
- xo-cli 0.18.0
- xo-server 5.112.0
- xo-server-usage-report 0.10.4
- xo-web 5.115.0
## **5.81** (2023-03-31)
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />

View File

@ -7,25 +7,10 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [VM/Advanced] Automatically eject removable medias when converting a VM to a template [#6752](https://github.com/vatesfr/xen-orchestra/issues/6752) (PR [#6769](https://github.com/vatesfr/xen-orchestra/pull/6769))
- [Dashboard/Health] Add free space column for storage state table (PR [#6778](https://github.com/vatesfr/xen-orchestra/pull/6778))
- [VM/General] Displays the template name used to create the VM, as well as the email address of the VM creator for admin users (PR [#6771](https://github.com/vatesfr/xen-orchestra/pull/6771))
- [Backup/exports] Retry when failing to read a data block during Delta Backup, Continuous Replication, disk and OVA export when NBD is enabled [PR #6763](https://github.com/vatesfr/xen-orchestra/pull/6763)
- [Host] Smart reboot: suspend resident VMs, restart host and resume VMs [#6750](https://github.com/vatesfr/xen-orchestra/issues/6750) (PR [#6795](https://github.com/vatesfr/xen-orchestra/pull/6795))
### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Plugins/usage-report] Compute stats on configured period instead of the whole year (PR [#6723](https://github.com/vatesfr/xen-orchestra/pull/6723))
- [Backup] Fix `Invalid parameters` when deleting `speed limit` value (PR [#6768](https://github.com/vatesfr/xen-orchestra/pull/6768))
- [Delta Backup] Restoring a backup with memory must create a suspended VM [#5061](https://github.com/vatesfr/xen-orchestra/issues/5061) (PR [#6774](https://github.com/vatesfr/xen-orchestra/pull/6774))
- [Backup] Show original error instead of `stream has ended without data`
- [Ova import] Fix Ova import error `No user expected grain marker, received [object Object]` [Forum#60648](https://xcp-ng.org/forum/post/60648) (PR [#6779](https://github.com/vatesfr/xen-orchestra/pull/6779))
- [Continuous Replication] Remove irrelevant _Suspend VDI not available for this suspended VM_ error [Forum#61169](https://xcp-ng.org/forum/post/61169)
- [Kubernetes recipe] Add DNS configuration (PR [#6678](https://github.com/vatesfr/xen-orchestra/pull/6678))
- [Backup] Fix `INTERNAL_ERROR, (Failure \"Expected bool, got 'I(0)'\")"` restoring a VM extracted from an XenServer < 7.1(PR [#6772](https://github.com/vatesfr/xen-orchestra/pull/6772))
### Packages to release
> When modifying a package, add it here with its release type.
@ -42,19 +27,4 @@
<!--packages-start-->
- @vates/diff minor
- @vates/nbd-client minor
- @vates/read-chunk patch
- @vates/stream-reader minor
- @vates/task minor
- @xen-orchestra/backups minor
- @xen-orchestra/mixins minor
- @xen-orchestra/xapi minor
- vhd-lib minor
- xen-api minor
- xo-cli minor
- xo-server minor
- xo-server-usage-report patch
- xo-web minor
<!--packages-end-->

View File

@ -31,7 +31,7 @@
"lodash": "^4.17.21",
"promise-toolbox": "^0.21.0",
"uuid": "^9.0.0",
"vhd-lib": "^4.3.0"
"vhd-lib": "^4.4.0"
},
"scripts": {
"postversion": "npm publish",

View File

@ -1,7 +1,7 @@
{
"private": false,
"name": "vhd-lib",
"version": "4.3.0",
"version": "4.4.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",
@ -16,9 +16,9 @@
},
"dependencies": {
"@vates/async-each": "^1.0.0",
"@vates/diff": "^0.0.0",
"@vates/read-chunk": "^1.1.0",
"@vates/stream-reader": "^0.0.0",
"@vates/diff": "^0.1.0",
"@vates/read-chunk": "^1.1.1",
"@vates/stream-reader": "^0.1.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/fs": "^3.3.4",
"@xen-orchestra/log": "^0.6.0",

View File

@ -40,7 +40,7 @@
"human-format": "^1.0.0",
"lodash": "^4.17.4",
"pw": "^0.0.4",
"xen-api": "^1.2.7"
"xen-api": "^1.3.0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{
"private": false,
"name": "xo-cli",
"version": "0.17.1",
"version": "0.18.0",
"license": "AGPL-3.0-or-later",
"description": "Basic CLI for Xen-Orchestra",
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "xo-server-usage-report",
"version": "0.10.3",
"version": "0.10.4",
"license": "AGPL-3.0-or-later",
"description": "Report resources usage with their evolution",
"keywords": [

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.111.1",
"version": "5.112.0",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@ -39,20 +39,20 @@
"@vates/otp": "^1.0.0",
"@vates/parse-duration": "^0.1.1",
"@vates/predicates": "^1.1.0",
"@vates/read-chunk": "^1.1.0",
"@vates/read-chunk": "^1.1.1",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.34.0",
"@xen-orchestra/backups": "^0.35.0",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.1",
"@xen-orchestra/emit-async": "^1.0.0",
"@xen-orchestra/fs": "^3.3.4",
"@xen-orchestra/log": "^0.6.0",
"@xen-orchestra/mixin": "^0.1.0",
"@xen-orchestra/mixins": "^0.9.0",
"@xen-orchestra/mixins": "^0.10.0",
"@xen-orchestra/self-signed": "^0.1.3",
"@xen-orchestra/template": "^0.1.0",
"@xen-orchestra/vmware-explorer": "^0.2.1",
"@xen-orchestra/xapi": "^2.1.0",
"@xen-orchestra/vmware-explorer": "^0.2.2",
"@xen-orchestra/xapi": "^2.2.0",
"ajv": "^8.0.3",
"app-conf": "^2.3.0",
"async-iterator-to-stream": "^1.0.1",
@ -128,10 +128,10 @@
"unzipper": "^0.10.5",
"uuid": "^9.0.0",
"value-matcher": "^0.2.0",
"vhd-lib": "^4.3.0",
"vhd-lib": "^4.4.0",
"ws": "^8.2.3",
"xdg-basedir": "^5.1.0",
"xen-api": "^1.2.7",
"xen-api": "^1.3.0",
"xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.5.0",
"xo-common": "^0.8.0",

View File

@ -26,7 +26,7 @@
"pako": "^2.0.4",
"promise-toolbox": "^0.21.0",
"tar-stream": "^2.2.0",
"vhd-lib": "^4.3.0",
"vhd-lib": "^4.4.0",
"xml2js": "^0.4.23"
},
"devDependencies": {

View File

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