feat: technical release (#8894)

This commit is contained in:
Bastien Nollet
2025-08-21 15:17:07 +02:00
committed by GitHub
parent 6a2d3e848b
commit 4eeae48ade
8 changed files with 35 additions and 28 deletions

View File

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

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.9.0",
"@vates/types": "^1.10.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.26.1",
"@xen-orchestra/web-core": "^0.27.0",
"complex-matcher": "^0.7.1",
"d3-time-format": "^4.1.0",
"decorator-synchronized": "^0.6.0",

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.13.1",
"version": "0.14.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.9.0",
"@vates/types": "^1.10.0",
"@xen-orchestra/backups": "^0.63.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.26.1",
"version": "0.27.0",
"private": false,
"exports": {
"./*": {

View File

@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/web",
"version": "0.24.1",
"version": "0.25.0",
"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.9.0",
"@vates/types": "^1.10.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.26.1",
"@xen-orchestra/web-core": "^0.27.0",
"d3-time-format": "^4.1.0",
"human-format": "^1.2.1",
"lodash-es": "^4.17.21",

View File

@@ -1,5 +1,29 @@
# ChangeLog
## **next**
### Enhancements
- **Migrated REST API endpoints**:
- `GET /rest/v0/hosts/<host-id>/smt` (PR [#8863](http://github.com/vatesfr/xen-orchestra/pull/8863))
- `GET /rest/v0/vms/<vm-id>/vdis` (PR [#8876](http://github.com/vatesfr/xen-orchestra/pull/8876))
- `GET /rest/v0/vm-templates/<vm-template-id>/vdis` (PR [#8876](http://github.com/vatesfr/xen-orchestra/pull/8876))
- `GET /rest/v0/vm-snapshots/<vm-snapshot-id>/vdis` (PR [#8876](http://github.com/vatesfr/xen-orchestra/pull/8876))
- `GET /rest/v0/vm-controllers/<vm-controller-id>/vdis` (PR [#8876](http://github.com/vatesfr/xen-orchestra/pull/8876))
- **XO 6**:
- [Pool,Host,VM/Dashboard] Remember the last visited tab per object type (Pool/Host/VM) when navigating (PR [#8873](https://github.com/vatesfr/xen-orchestra/pull/8873))
- Replace native `select` with a new custom component (PR [#8681](https://github.com/vatesfr/xen-orchestra/pull/8681))
### Released packages
- @vates/types 1.10.0
- @xen-orchestra/web-core 0.27.0
- @xen-orchestra/rest-api 0.14.0
- @xen-orchestra/web 0.25.0
- xo-server 5.185.0
## **5.109.1** (2025-08-06)
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />

View File

@@ -11,17 +11,6 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- **Migrated REST API endpoints**:
- `GET /rest/v0/hosts/<host-id>/smt` (PR [#8863](http://github.com/vatesfr/xen-orchestra/pull/8863))
- `GET /rest/v0/vms/<vm-id>/vdis` (PR [#8876](http://github.com/vatesfr/xen-orchestra/pull/8876))
- `GET /rest/v0/vm-templates/<vm-template-id>/vdis` (PR [#8876](http://github.com/vatesfr/xen-orchestra/pull/8876))
- `GET /rest/v0/vm-snapshots/<vm-snapshot-id>/vdis` (PR [#8876](http://github.com/vatesfr/xen-orchestra/pull/8876))
- `GET /rest/v0/vm-controllers/<vm-controller-id>/vdis` (PR [#8876](http://github.com/vatesfr/xen-orchestra/pull/8876))
- **XO 6**:
- [Pool,Host,VM/Dashboard] Remember the last visited tab per object type (Pool/Host/VM) when navigating (PR [#8873](https://github.com/vatesfr/xen-orchestra/pull/8873))
- Replace native `select` with a new custom component (PR [#8681](https://github.com/vatesfr/xen-orchestra/pull/8681))
### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed”
@@ -42,10 +31,4 @@
<!--packages-start-->
- @vates/types minor
- @xen-orchestra/rest-api minor
- @xen-orchestra/web minor
- @xen-orchestra/web-core minor
- xo-server minor
<!--packages-end-->

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.184.2",
"version": "5.185.0",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -55,7 +55,7 @@
"@xen-orchestra/mixin": "^0.2.0",
"@xen-orchestra/mixins": "^0.16.4",
"@xen-orchestra/qcow2": "^1.0.0",
"@xen-orchestra/rest-api": "^0.13.1",
"@xen-orchestra/rest-api": "^0.14.0",
"@xen-orchestra/self-signed": "^0.2.1",
"@xen-orchestra/template": "^0.1.0",
"@xen-orchestra/vmware-explorer": "^0.9.5",