feat: technical release (#8785)

* feat(xen-api): 4.7.3

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

* feat(@vates/types): 1.8.0

* feat(@xen-orchestra/xapi): 8.3.2

* feat(@xen-orchestra/web-core): 0.24.0

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

* feat(@xen-orchestra/rest-api): 0.11.0

* feat(@xen-orchestra/web): 0.21.1

* feat(xo-server): 5.181.0

* chore(CHANGELOG): update next

* chore(CHANGELOG): pass changelogs to next release

* chore(CHANGELOG): remove changelog in wrong release

* chore(CHANGELOG): add packages
This commit is contained in:
Pierre Brunet
2025-07-03 11:56:28 +02:00
committed by GitHub
parent 797906283a
commit 2827c2a4ef
15 changed files with 56 additions and 47 deletions

View File

@@ -13,7 +13,7 @@
"url": "https://vates.fr"
},
"license": "ISC",
"version": "3.1.3",
"version": "3.1.4",
"engines": {
"node": ">=14.0"
},
@@ -24,7 +24,7 @@
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/log": "^0.7.1",
"promise-toolbox": "^0.21.0",
"xen-api": "^4.7.2"
"xen-api": "^4.7.3"
},
"devDependencies": {
"tap": "^18.7.0",

View File

@@ -1,7 +1,7 @@
{
"name": "@vates/types",
"private": false,
"version": "1.7.0",
"version": "1.8.0",
"main": "./dist/index.mjs",
"exports": {
".": {

View File

@@ -26,7 +26,7 @@
"@vates/disposable": "^0.1.6",
"@vates/fuse-vhd": "^2.1.2",
"@vates/generator-toolbox": "^1.0.3",
"@vates/nbd-client": "^3.1.3",
"@vates/nbd-client": "^3.1.4",
"@vates/parse-duration": "^0.1.1",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/disk-transform": "^1.1.0",
@@ -52,7 +52,7 @@
"uuid": "^9.0.0",
"value-matcher": "^0.2.0",
"vhd-lib": "^4.14.0",
"xen-api": "^4.7.2",
"xen-api": "^4.7.3",
"yazl": "^2.5.1"
},
"devDependencies": {
@@ -62,7 +62,7 @@
"tmp": "^0.2.1"
},
"peerDependencies": {
"@xen-orchestra/xapi": "^8.3.1"
"@xen-orchestra/xapi": "^8.3.2"
},
"license": "AGPL-3.0-or-later",
"author": {

View File

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

View File

@@ -28,13 +28,13 @@
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.80",
"@vates/types": "^1.7.0",
"@vates/types": "^1.8.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "^13.0.0",
"@vueuse/math": "^13.0.0",
"@vueuse/shared": "^13.0.0",
"@xen-orchestra/web-core": "^0.23.0",
"@xen-orchestra/web-core": "^0.24.0",
"complex-matcher": "^0.7.1",
"d3-time-format": "^4.1.0",
"decorator-synchronized": "^0.6.0",

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@xen-orchestra/proxy",
"version": "0.29.24",
"version": "0.29.25",
"license": "AGPL-3.0-or-later",
"description": "XO Proxy used to remotely execute backup jobs",
"keywords": [
@@ -39,7 +39,7 @@
"@xen-orchestra/mixin": "^0.2.0",
"@xen-orchestra/mixins": "^0.16.2",
"@xen-orchestra/self-signed": "^0.2.1",
"@xen-orchestra/xapi": "^8.3.1",
"@xen-orchestra/xapi": "^8.3.2",
"ajv": "^8.0.3",
"app-conf": "^3.0.0",
"async-iterator-to-stream": "^1.1.0",
@@ -61,7 +61,7 @@
"source-map-support": "^0.5.16",
"stoppable": "^1.0.6",
"xdg-basedir": "^5.1.0",
"xen-api": "^4.7.2",
"xen-api": "^4.7.3",
"xo-common": "^0.8.0"
},
"devDependencies": {

View File

@@ -6,7 +6,7 @@
"main": "./dist/index.mjs",
"name": "@xen-orchestra/rest-api",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/rest-api",
"version": "0.10.0",
"version": "0.11.0",
"description": "REST API to manage your XOA",
"license": "AGPL-3.0-or-later",
"private": false,
@@ -35,7 +35,7 @@
"dependencies": {
"@vates/async-each": "^1.0.0",
"@vates/task": "^0.6.1",
"@vates/types": "^1.7.0",
"@vates/types": "^1.8.0",
"@xen-orchestra/backups": "^0.62.0",
"@xen-orchestra/log": "^0.7.1",
"complex-matcher": "^0.7.1",

View File

@@ -1,7 +1,7 @@
{
"name": "@xen-orchestra/web-core",
"type": "module",
"version": "0.23.0",
"version": "0.24.0",
"private": false,
"exports": {
"./*": {

View File

@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/web",
"version": "0.21.0",
"version": "0.21.1",
"type": "module",
"scripts": {
"dev": "vite",
@@ -25,14 +25,14 @@
"@types/d3-time-format": "^4.0.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.80",
"@vates/types": "^1.7.0",
"@vates/types": "^1.8.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "^13.0.0",
"@vueuse/math": "^13.0.0",
"@vueuse/shared": "^13.0.0",
"@vueuse/integrations": "^13.0.0",
"@xen-orchestra/web-core": "^0.23.0",
"@xen-orchestra/web-core": "^0.24.0",
"d3-time-format": "^4.1.0",
"human-format": "^1.2.1",
"lodash-es": "^4.17.21",

View File

@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/xapi",
"version": "8.3.1",
"version": "8.3.2",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
@@ -16,7 +16,7 @@
},
"main": "./index.mjs",
"peerDependencies": {
"xen-api": "^4.7.2"
"xen-api": "^4.7.3"
},
"scripts": {
"postversion": "npm publish --access public",
@@ -25,7 +25,7 @@
"dependencies": {
"@vates/async-each": "^1.0.0",
"@vates/decorate-with": "^2.1.0",
"@vates/nbd-client": "^3.1.3",
"@vates/nbd-client": "^3.1.4",
"@vates/parse-duration": "^0.1.1",
"@vates/read-chunk": "^1.2.0",
"@vates/task": "^0.6.2",

View File

@@ -1,5 +1,34 @@
# ChangeLog
## next
### Enhancements
- **Migrated REST API endpoints**
- `GET /rest/v0/hosts/<host-id>/audit.txt` (PR [#8757](https://github.com/vatesfr/xen-orchestra/pull/8757))
- [REST API] Expose `/rest/v0/pools/<pool-id>/stats` (PR [#8764](https://github.com/vatesfr/xen-orchestra/pull/8764))
### Bug fixes
- [VM/New] Fix `Cannot read properties of undefined (reading '$ref')` when creating VM configured to PXE boot (PR [#8782](https://github.com/vatesfr/xen-orchestra/pull/8782))
- [Backups] fix backup job getting stuck without NBD (PR [#8780](https://github.com/vatesfr/xen-orchestra/pull/8780))
- **XO 6:**
- [Charts] Fix tooltip overflow when too close to the edge [Forum#11012](https://xcp-ng.org/forum/topic/11012/graph-in-v0.12.0-48bf9/2) (PR [#8779](https://github.com/vatesfr/xen-orchestra/pull/8779))
### Released packages
- @vates/nbd-client patch
- @vates/types minor
- @xen-orchestra/rest-api minor
- @xen-orchestra/web-core minor
- @xen-orchestra/xapi patch
- xen-api patch
- xo-server minor
## **5.108** (2025-06-30)
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />

View File

@@ -11,22 +11,10 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [REST API] Expose `/rest/v0/pools/<pool-id>/stats` (PR [#8764](https://github.com/vatesfr/xen-orchestra/pull/8764))
- **Migrated REST API endpoints**
- `GET /rest/v0/hosts/<host-id>/audit.txt` (PR [#8757](https://github.com/vatesfr/xen-orchestra/pull/8757))
### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed”
- **XO 6:**
- [Charts] Fix tooltip overflow when too close to the edge [Forum#11012](https://xcp-ng.org/forum/topic/11012/graph-in-v0.12.0-48bf9/2) (PR [#8779](https://github.com/vatesfr/xen-orchestra/pull/8779))
- [VM/New] Fix `Cannot read properties of undefined (reading '$ref')` when creating VM configured to PXE boot (PR [#8782](https://github.com/vatesfr/xen-orchestra/pull/8782))
- [Backups] fix backup job getting stuck without NBD (PR [#8780](https://github.com/vatesfr/xen-orchestra/pull/8780))
### Packages to release
> When modifying a package, add it here with its release type.
@@ -43,12 +31,4 @@
<!--packages-start-->
- @vates/nbd-client patch
- @vates/types minor
- @xen-orchestra/rest-api minor
- @xen-orchestra/web-core minor
- @xen-orchestra/xapi patch
- xen-api patch
- xo-server minor
<!--packages-end-->

View File

@@ -40,7 +40,7 @@
"human-format": "^1.0.0",
"lodash": "^4.17.4",
"pw": "^0.0.4",
"xen-api": "^4.7.2"
"xen-api": "^4.7.3"
},
"scripts": {
"postversion": "npm publish"

View File

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

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.180.1",
"version": "5.181.0",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -55,11 +55,11 @@
"@xen-orchestra/mixin": "^0.2.0",
"@xen-orchestra/mixins": "^0.16.2",
"@xen-orchestra/qcow2": "^1.0.0",
"@xen-orchestra/rest-api": "^0.10.0",
"@xen-orchestra/rest-api": "^0.11.0",
"@xen-orchestra/self-signed": "^0.2.1",
"@xen-orchestra/template": "^0.1.0",
"@xen-orchestra/vmware-explorer": "^0.9.5",
"@xen-orchestra/xapi": "^8.3.1",
"@xen-orchestra/xapi": "^8.3.2",
"@xen-orchestra/xva": "^1.0.2",
"ajv": "^8.0.3",
"app-conf": "^3.0.0",
@@ -140,7 +140,7 @@
"vhd-lib": "^4.14.0",
"ws": "^8.2.3",
"xdg-basedir": "^5.1.0",
"xen-api": "^4.7.2",
"xen-api": "^4.7.3",
"xo-acl-resolver": "^0.5.1",
"xo-collection": "^0.5.0",
"xo-common": "^0.8.0",