feat: technical release (#6921)

* feat(@xen-orchestra/fs): 4.0.1

* feat(xen-api): 1.3.3

* feat(@vates/nbd-client): 1.2.1

* feat(@vates/node-vsphere-soap): 1.0.0

* feat(@vates/task): 0.2.0

* feat(@xen-orchestra/backups): 0.39.0

* feat(@xen-orchestra/backups-cli): 1.0.9

* feat(@xen-orchestra/mixins): 0.10.2

* feat(@xen-orchestra/proxy): 0.26.29

* feat(@xen-orchestra/vmware-explorer): 0.2.3

* feat(xo-cli): 0.20.0

* feat(xo-server): 5.117.0

* feat(xo-server-auth-oidc): 0.3.0

* feat(xo-server-perf-alert): 0.3.6

* feat(xo-web): 5.120.0

* chore(CHANGELOG): update next
This commit is contained in:
Pierre Donias
2023-06-28 17:10:22 +02:00
committed by GitHub
parent b03935ad2f
commit 8c5ee4eafe
22 changed files with 80 additions and 70 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
"url": "https://vates.fr" "url": "https://vates.fr"
}, },
"license": "ISC", "license": "ISC",
"version": "1.2.0", "version": "1.2.1",
"engines": { "engines": {
"node": ">=14.0" "node": ">=14.0"
}, },
@@ -23,7 +23,7 @@
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/log": "^0.6.0", "@xen-orchestra/log": "^0.6.0",
"promise-toolbox": "^0.21.0", "promise-toolbox": "^0.21.0",
"xen-api": "^1.3.2" "xen-api": "^1.3.3"
}, },
"devDependencies": { "devDependencies": {
"tap": "^16.3.0", "tap": "^16.3.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@vates/node-vsphere-soap", "name": "@vates/node-vsphere-soap",
"version": "0.0.3", "version": "1.0.0",
"description": "interface to vSphere SOAP/WSDL from node for interfacing with vCenter or ESXi, forked from node-vsphere-soap", "description": "interface to vSphere SOAP/WSDL from node for interfacing with vCenter or ESXi, forked from node-vsphere-soap",
"main": "lib/client.js", "main": "lib/client.js",
"author": "reedog117", "author": "reedog117",
+1 -1
View File
@@ -13,7 +13,7 @@
"url": "https://vates.fr" "url": "https://vates.fr"
}, },
"license": "ISC", "license": "ISC",
"version": "0.1.2", "version": "0.2.0",
"engines": { "engines": {
"node": ">=14" "node": ">=14"
}, },
+3 -3
View File
@@ -7,8 +7,8 @@
"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.38.3", "@xen-orchestra/backups": "^0.39.0",
"@xen-orchestra/fs": "^4.0.0", "@xen-orchestra/fs": "^4.0.1",
"filenamify": "^4.1.0", "filenamify": "^4.1.0",
"getopts": "^2.2.5", "getopts": "^2.2.5",
"lodash": "^4.17.15", "lodash": "^4.17.15",
@@ -27,7 +27,7 @@
"scripts": { "scripts": {
"postversion": "npm publish --access public" "postversion": "npm publish --access public"
}, },
"version": "1.0.8", "version": "1.0.9",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"author": { "author": {
"name": "Vates SAS", "name": "Vates SAS",
+4 -4
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.38.3", "version": "0.39.0",
"engines": { "engines": {
"node": ">=14.18" "node": ">=14.18"
}, },
@@ -24,10 +24,10 @@
"@vates/decorate-with": "^2.0.0", "@vates/decorate-with": "^2.0.0",
"@vates/disposable": "^0.1.4", "@vates/disposable": "^0.1.4",
"@vates/fuse-vhd": "^1.0.0", "@vates/fuse-vhd": "^1.0.0",
"@vates/nbd-client": "^1.2.0", "@vates/nbd-client": "^1.2.1",
"@vates/parse-duration": "^0.1.1", "@vates/parse-duration": "^0.1.1",
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/fs": "^4.0.0", "@xen-orchestra/fs": "^4.0.1",
"@xen-orchestra/log": "^0.6.0", "@xen-orchestra/log": "^0.6.0",
"@xen-orchestra/template": "^0.1.0", "@xen-orchestra/template": "^0.1.0",
"compare-versions": "^5.0.1", "compare-versions": "^5.0.1",
@@ -43,7 +43,7 @@
"proper-lockfile": "^4.1.2", "proper-lockfile": "^4.1.2",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"vhd-lib": "^4.5.0", "vhd-lib": "^4.5.0",
"xen-api": "^1.3.1", "xen-api": "^1.3.3",
"yazl": "^2.5.1" "yazl": "^2.5.1"
}, },
"devDependencies": { "devDependencies": {
+1 -1
View File
@@ -18,7 +18,7 @@
"preferGlobal": true, "preferGlobal": true,
"dependencies": { "dependencies": {
"golike-defer": "^0.5.1", "golike-defer": "^0.5.1",
"xen-api": "^1.3.2" "xen-api": "^1.3.3"
}, },
"scripts": { "scripts": {
"postversion": "npm publish" "postversion": "npm publish"
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "@xen-orchestra/fs", "name": "@xen-orchestra/fs",
"version": "4.0.0", "version": "4.0.1",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "The File System for Xen Orchestra backups.", "description": "The File System for Xen Orchestra backups.",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/fs", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/fs",
+2 -2
View File
@@ -14,14 +14,14 @@
"url": "https://vates.fr" "url": "https://vates.fr"
}, },
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"version": "0.10.1", "version": "0.10.2",
"engines": { "engines": {
"node": ">=15.6" "node": ">=15.6"
}, },
"dependencies": { "dependencies": {
"@vates/event-listeners-manager": "^1.0.1", "@vates/event-listeners-manager": "^1.0.1",
"@vates/parse-duration": "^0.1.1", "@vates/parse-duration": "^0.1.1",
"@vates/task": "^0.1.2", "@vates/task": "^0.2.0",
"@xen-orchestra/log": "^0.6.0", "@xen-orchestra/log": "^0.6.0",
"acme-client": "^5.0.0", "acme-client": "^5.0.0",
"app-conf": "^2.3.0", "app-conf": "^2.3.0",
+5 -5
View File
@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@xen-orchestra/proxy", "name": "@xen-orchestra/proxy",
"version": "0.26.28", "version": "0.26.29",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "XO Proxy used to remotely execute backup jobs", "description": "XO Proxy used to remotely execute backup jobs",
"keywords": [ "keywords": [
@@ -32,11 +32,11 @@
"@vates/decorate-with": "^2.0.0", "@vates/decorate-with": "^2.0.0",
"@vates/disposable": "^0.1.4", "@vates/disposable": "^0.1.4",
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.38.3", "@xen-orchestra/backups": "^0.39.0",
"@xen-orchestra/fs": "^4.0.0", "@xen-orchestra/fs": "^4.0.1",
"@xen-orchestra/log": "^0.6.0", "@xen-orchestra/log": "^0.6.0",
"@xen-orchestra/mixin": "^0.1.0", "@xen-orchestra/mixin": "^0.1.0",
"@xen-orchestra/mixins": "^0.10.1", "@xen-orchestra/mixins": "^0.10.2",
"@xen-orchestra/self-signed": "^0.1.3", "@xen-orchestra/self-signed": "^0.1.3",
"@xen-orchestra/xapi": "^2.2.1", "@xen-orchestra/xapi": "^2.2.1",
"ajv": "^8.0.3", "ajv": "^8.0.3",
@@ -60,7 +60,7 @@
"source-map-support": "^0.5.16", "source-map-support": "^0.5.16",
"stoppable": "^1.0.6", "stoppable": "^1.0.6",
"xdg-basedir": "^5.1.0", "xdg-basedir": "^5.1.0",
"xen-api": "^1.3.2", "xen-api": "^1.3.3",
"xo-common": "^0.8.0" "xo-common": "^0.8.0"
}, },
"devDependencies": { "devDependencies": {
+3 -3
View File
@@ -1,14 +1,14 @@
{ {
"license": "ISC", "license": "ISC",
"private": false, "private": false,
"version": "0.2.2", "version": "0.2.3",
"name": "@xen-orchestra/vmware-explorer", "name": "@xen-orchestra/vmware-explorer",
"dependencies": { "dependencies": {
"@vates/task": "^0.1.2", "@vates/task": "^0.2.0",
"@vates/read-chunk": "^1.1.1", "@vates/read-chunk": "^1.1.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"node-fetch": "^3.3.0", "node-fetch": "^3.3.0",
"@vates/node-vsphere-soap": "0.0.3", "@vates/node-vsphere-soap": "^1.0.0",
"vhd-lib": "^4.5.0" "vhd-lib": "^4.5.0"
}, },
"engines": { "engines": {
+2 -2
View File
@@ -15,7 +15,7 @@
"node": ">=14" "node": ">=14"
}, },
"peerDependencies": { "peerDependencies": {
"xen-api": "^1.3.2" "xen-api": "^1.3.3"
}, },
"scripts": { "scripts": {
"postversion": "npm publish --access public", "postversion": "npm publish --access public",
@@ -24,7 +24,7 @@
"dependencies": { "dependencies": {
"@vates/async-each": "^1.0.0", "@vates/async-each": "^1.0.0",
"@vates/decorate-with": "^2.0.0", "@vates/decorate-with": "^2.0.0",
"@vates/nbd-client": "^1.2.0", "@vates/nbd-client": "^1.2.1",
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/log": "^0.6.0", "@xen-orchestra/log": "^0.6.0",
"d3-time-format": "^3.0.0", "d3-time-format": "^3.0.0",
+40
View File
@@ -1,5 +1,45 @@
# ChangeLog # ChangeLog
## **next**
### Enhancements
- [XO Tasks] Abortion can now be requested, note that not all tasks will respond to it
- [Home/Pool] `No XCP-ng Pro support enabled on this pool` alert is considered a warning instead of an error (PR [#6849](https://github.com/vatesfr/xen-orchestra/pull/6849))
- [Plugin/auth-iodc] OpenID Connect scopes are now configurable and `profile` is included by default
- [Dashboard/Health] Button to copy UUID of an orphan VDI to the clipboard (PR [#6893](https://github.com/vatesfr/xen-orchestra/pull/6893))
- [Kubernetes recipe] Add the possibility to choose the version for the cluster [#6842](https://github.com/vatesfr/xen-orchestra/issues/6842) (PR [#6880](https://github.com/vatesfr/xen-orchestra/pull/6880))
- [New VM] cloud-init drives are now bootable in a Windows VM (PR [#6889](https://github.com/vatesfr/xen-orchestra/pull/6889))
- [Backups] Add setting `backups.metadata.defaultSettings.diskPerVmConcurrency` in xo-server's configuration file to limit the number of disks transferred in parallel per VM, this is useful to avoid transfer overloading remote and Sr (PR [#6787](https://github.com/vatesfr/xen-orchestra/pull/6787))
### Bug fixes
- [Home/Host] Fix "isHostTimeConsistentWithXoaTime.then is not a function" (PR [#6896](https://github.com/vatesfr/xen-orchestra/pull/6896))
- [ESXi Import] was depending on an older unmaintened library that was downgrading the global security level of XO (PR [#6859](https://github.com/vatesfr/xen-orchestra/pull/6859))
- [Backup] Fix memory consumption when deleting _VHD directory_ incremental backups
- [Remote] Fix `remote is disabled` error when editing a disabled remote
- [Settings/Servers] Fix connectiong using an explicit IPv6 address
- [Backups/Health check] Use the right SR for health check during replication job (PR [#6902](https://github.com/vatesfr/xen-orchestra/pull/6902))
- [RRD stats] Improve RRD stats performance (PR [#6903](https://github.com/vatesfr/xen-orchestra/pull/6903))
### Released packages
- @xen-orchestra/fs 4.0.1
- xen-api 1.3.3
- @vates/nbd-client 1.2.1
- @vates/node-vsphere-soap 1.0.0
- @vates/task 0.2.0
- @xen-orchestra/backups 0.39.0
- @xen-orchestra/backups-cli 1.0.9
- @xen-orchestra/mixins 0.10.2
- @xen-orchestra/proxy 0.26.29
- @xen-orchestra/vmware-explorer 0.2.3
- xo-cli 0.20.0
- xo-server 5.117.0
- xo-server-auth-oidc 0.3.0
- xo-server-perf-alert 0.3.6
- xo-web 5.120.0
## **5.83.3** (2023-06-23) ## **5.83.3** (2023-06-23)
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" /> <img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />
-30
View File
@@ -7,26 +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”
- [XO Tasks] Abortion can now be requested, note that not all tasks will respond to it
- [Home/Pool] `No XCP-ng Pro support enabled on this pool` alert is considered a warning instead of an error (PR [#6849](https://github.com/vatesfr/xen-orchestra/pull/6849))
- [Plugin/auth-iodc] OpenID Connect scopes are now configurable and `profile` is included by default
- [Dashboard/Health] Button to copy UUID of an orphan VDI to the clipboard (PR [#6893](https://github.com/vatesfr/xen-orchestra/pull/6893))
- [Kubernetes recipe] Add the possibility to choose the version for the cluster [#6842](https://github.com/vatesfr/xen-orchestra/issues/6842) (PR [#6880](https://github.com/vatesfr/xen-orchestra/pull/6880))
- [New VM] cloud-init drives are now bootable in a Windows VM (PR [#6889](https://github.com/vatesfr/xen-orchestra/pull/6889))
- [Backups] Add setting `backups.metadata.defaultSettings.diskPerVmConcurrency` in xo-server's configuration file to limit the number of disks transferred in parallel per VM, this is useful to avoid transfer overloading remote and Sr (PR [#6787](https://github.com/vatesfr/xen-orchestra/pull/6787))
### 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”
- [Home/Host] Fix "isHostTimeConsistentWithXoaTime.then is not a function" (PR [#6896](https://github.com/vatesfr/xen-orchestra/pull/6896))
- [ESXi Import] was depending on an older unmaintened library that was downgrading the global security level of XO (PR [#6859](https://github.com/vatesfr/xen-orchestra/pull/6859))
- [Backup] Fix memory consumption when deleting _VHD directory_ incremental backups
- [Remote] Fix `remote is disabled` error when editing a disabled remote
- [Settings/Servers] Fix connectiong using an explicit IPv6 address
- [Backups/Health check] Use the right SR for health check during replication job (PR [#6902](https://github.com/vatesfr/xen-orchestra/pull/6902))
- [RRD stats] Improve RRD stats performance (PR [#6903](https://github.com/vatesfr/xen-orchestra/pull/6903))
### Packages to release ### Packages to release
> When modifying a package, add it here with its release type. > When modifying a package, add it here with its release type.
@@ -43,18 +27,4 @@
<!--packages-start--> <!--packages-start-->
- @vates/nbd-client patch
- @vates/task minor
- @xen-orchestra/backups minor
- @xen-orchestra/fs patch
- @xen-orchestra/mixins patch
- @vates/node-vsphere-soap major
- @xen-orchestra/vmware-explorer patch
- xen-api patch
- xo-cli minor
- xo-server minor
- xo-server-auth-oidc minor
- xo-server-perf-alert patch
- xo-web minor
<!--packages-end--> <!--packages-end-->
+1 -1
View File
@@ -23,7 +23,7 @@
"node": ">=10" "node": ">=10"
}, },
"dependencies": { "dependencies": {
"@xen-orchestra/fs": "^4.0.0", "@xen-orchestra/fs": "^4.0.1",
"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",
+2 -2
View File
@@ -20,7 +20,7 @@
"@vates/read-chunk": "^1.1.1", "@vates/read-chunk": "^1.1.1",
"@vates/stream-reader": "^0.1.0", "@vates/stream-reader": "^0.1.0",
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/fs": "^4.0.0", "@xen-orchestra/fs": "^4.0.1",
"@xen-orchestra/log": "^0.6.0", "@xen-orchestra/log": "^0.6.0",
"async-iterator-to-stream": "^1.0.2", "async-iterator-to-stream": "^1.0.2",
"decorator-synchronized": "^0.6.0", "decorator-synchronized": "^0.6.0",
@@ -33,7 +33,7 @@
"uuid": "^9.0.0" "uuid": "^9.0.0"
}, },
"devDependencies": { "devDependencies": {
"@xen-orchestra/fs": "^4.0.0", "@xen-orchestra/fs": "^4.0.1",
"execa": "^5.0.0", "execa": "^5.0.0",
"get-stream": "^6.0.0", "get-stream": "^6.0.0",
"rimraf": "^5.0.1", "rimraf": "^5.0.1",
+1 -1
View File
@@ -40,7 +40,7 @@
"human-format": "^1.0.0", "human-format": "^1.0.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"pw": "^0.0.4", "pw": "^0.0.4",
"xen-api": "^1.3.2" "xen-api": "^1.3.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.1.5", "@babel/cli": "^7.1.5",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "xen-api", "name": "xen-api",
"version": "1.3.2", "version": "1.3.3",
"license": "ISC", "license": "ISC",
"description": "Connector to the Xen API", "description": "Connector to the Xen API",
"keywords": [ "keywords": [
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"private": false, "private": false,
"name": "xo-cli", "name": "xo-cli",
"version": "0.19.0", "version": "0.20.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "Basic CLI for Xen-Orchestra", "description": "Basic CLI for Xen-Orchestra",
"keywords": [ "keywords": [
+1 -1
View File
@@ -25,7 +25,7 @@
"url": "https://vates.fr" "url": "https://vates.fr"
}, },
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"version": "0.2.0", "version": "0.3.0",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xo-server-perf-alert", "name": "xo-server-perf-alert",
"version": "0.3.5", "version": "0.3.6",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"description": "Sends alerts based on performance criteria", "description": "Sends alerts based on performance criteria",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server-perf-alert", "homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-server-perf-alert",
+6 -6
View File
@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "xo-server", "name": "xo-server",
"version": "5.116.4", "version": "5.117.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": [
@@ -41,17 +41,17 @@
"@vates/predicates": "^1.1.0", "@vates/predicates": "^1.1.0",
"@vates/read-chunk": "^1.1.1", "@vates/read-chunk": "^1.1.1",
"@xen-orchestra/async-map": "^0.1.2", "@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.38.3", "@xen-orchestra/backups": "^0.39.0",
"@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": "^1.0.0", "@xen-orchestra/emit-async": "^1.0.0",
"@xen-orchestra/fs": "^4.0.0", "@xen-orchestra/fs": "^4.0.1",
"@xen-orchestra/log": "^0.6.0", "@xen-orchestra/log": "^0.6.0",
"@xen-orchestra/mixin": "^0.1.0", "@xen-orchestra/mixin": "^0.1.0",
"@xen-orchestra/mixins": "^0.10.1", "@xen-orchestra/mixins": "^0.10.2",
"@xen-orchestra/self-signed": "^0.1.3", "@xen-orchestra/self-signed": "^0.1.3",
"@xen-orchestra/template": "^0.1.0", "@xen-orchestra/template": "^0.1.0",
"@xen-orchestra/vmware-explorer": "^0.2.2", "@xen-orchestra/vmware-explorer": "^0.2.3",
"@xen-orchestra/xapi": "^2.2.1", "@xen-orchestra/xapi": "^2.2.1",
"ajv": "^8.0.3", "ajv": "^8.0.3",
"app-conf": "^2.3.0", "app-conf": "^2.3.0",
@@ -131,7 +131,7 @@
"vhd-lib": "^4.5.0", "vhd-lib": "^4.5.0",
"ws": "^8.2.3", "ws": "^8.2.3",
"xdg-basedir": "^5.1.0", "xdg-basedir": "^5.1.0",
"xen-api": "^1.3.2", "xen-api": "^1.3.3",
"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.8.0", "xo-common": "^0.8.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "xo-web", "name": "xo-web",
"version": "5.119.1", "version": "5.120.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": [