mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
feat: technical release (#9663)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"dependencies": {
|
||||
"@vates/async-each": "^1.0.2",
|
||||
"@xen-orchestra/async-map": "^0.1.2",
|
||||
"@xen-orchestra/backups": "^0.71.0",
|
||||
"@xen-orchestra/backups": "^0.71.1",
|
||||
"@xen-orchestra/fs": "^4.7.0",
|
||||
"filenamify": "^6.0.0",
|
||||
"getopts": "^2.2.5",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
||||
},
|
||||
"version": "0.71.0",
|
||||
"version": "0.71.1",
|
||||
"engines": {
|
||||
"node": ">=14.18"
|
||||
},
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vates/async-each": "^1.0.2",
|
||||
"@xen-orchestra/backups": "^0.71.0",
|
||||
"@xen-orchestra/backups": "^0.71.1",
|
||||
"@xen-orchestra/disk-transform": "^1.2.2",
|
||||
"@xen-orchestra/fs": "^4.7.0",
|
||||
"@xen-orchestra/qcow2": "^1.2.0",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vates/async-each": "^1.0.2",
|
||||
"@xen-orchestra/backups": "^0.71.0",
|
||||
"@xen-orchestra/backups": "^0.71.1",
|
||||
"@xen-orchestra/log": "^0.7.1",
|
||||
"app-conf": "^3.0.0",
|
||||
"execa": "^5.0.0",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"@vueuse/core": "^13.0.0",
|
||||
"@vueuse/math": "^13.0.0",
|
||||
"@vueuse/shared": "^13.0.0",
|
||||
"@xen-orchestra/web-core": "^0.48.1",
|
||||
"@xen-orchestra/web-core": "^0.48.2",
|
||||
"complex-matcher": "^1.1.0",
|
||||
"d3-time-format": "^4.1.0",
|
||||
"decorator-synchronized": "^0.6.0",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@xen-orchestra/proxy",
|
||||
"version": "0.29.54",
|
||||
"version": "0.29.55",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "XO Proxy used to remotely execute backup jobs",
|
||||
"keywords": [
|
||||
@@ -33,7 +33,7 @@
|
||||
"@vates/disposable": "^0.1.6",
|
||||
"@vates/task": "^0.6.2",
|
||||
"@xen-orchestra/async-map": "^0.1.2",
|
||||
"@xen-orchestra/backups": "^0.71.0",
|
||||
"@xen-orchestra/backups": "^0.71.1",
|
||||
"@xen-orchestra/fs": "^4.7.0",
|
||||
"@xen-orchestra/log": "^0.7.1",
|
||||
"@xen-orchestra/mixin": "^0.2.0",
|
||||
|
||||
@@ -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.28.1",
|
||||
"version": "0.28.2",
|
||||
"description": "REST API to manage your XOA",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"private": false,
|
||||
@@ -36,7 +36,7 @@
|
||||
"@vates/async-each": "^1.0.2",
|
||||
"@vates/task": "^0.6.1",
|
||||
"@vates/types": "^1.22.0",
|
||||
"@xen-orchestra/backups": "^0.71.0",
|
||||
"@xen-orchestra/backups": "^0.71.1",
|
||||
"@xen-orchestra/log": "^0.7.1",
|
||||
"@xen-orchestra/xapi": "^8.7.0",
|
||||
"complex-matcher": "^1.1.0",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@xen-orchestra/web-core",
|
||||
"type": "module",
|
||||
"version": "0.48.1",
|
||||
"version": "0.48.2",
|
||||
"private": false,
|
||||
"exports": {
|
||||
"./*": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xen-orchestra/web",
|
||||
"version": "0.46.1",
|
||||
"version": "0.46.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
@@ -32,7 +32,7 @@
|
||||
"@vueuse/integrations": "^13.0.0",
|
||||
"@vueuse/math": "^13.0.0",
|
||||
"@vueuse/shared": "^13.0.0",
|
||||
"@xen-orchestra/web-core": "^0.48.1",
|
||||
"@xen-orchestra/web-core": "^0.48.2",
|
||||
"complex-matcher": "^1.1.0",
|
||||
"d3-time-format": "^4.1.0",
|
||||
"human-format": "^1.2.1",
|
||||
|
||||
17
CHANGELOG.md
17
CHANGELOG.md
@@ -1,5 +1,22 @@
|
||||
# ChangeLog
|
||||
|
||||
## **next**
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- [Dashboard] Fix infinite loader on dashboards (PR [#9660](https://github.com/vatesfr/xen-orchestra/pull/9660))
|
||||
- [REST API] Fix `no such VDI ...` error when trying to fetch `/vms/:id/vdis` and `/vms/:id/dashboard` (PR [#9662](https://github.com/vatesfr/xen-orchestra/pull/9662))
|
||||
- [Replication] fix the fall back to full when going 6.2.->6.3 (PR [#9660](https://github.com/vatesfr/xen-orchestra/pull/9660))
|
||||
|
||||
### Released packages
|
||||
|
||||
- @xen-orchestra/backups 0.71.1
|
||||
- @xen-orchestra/web-core 0.48.2
|
||||
- @xen-orchestra/proxy 0.29.55
|
||||
- @xen-orchestra/rest-api 0.28.2
|
||||
- @xen-orchestra/web 0.46.2
|
||||
- xo-server 5.198.3
|
||||
|
||||
## **6.3.0** (2026-03-31)
|
||||
|
||||
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />
|
||||
|
||||
@@ -15,10 +15,6 @@
|
||||
|
||||
> Users must be able to say: “I had this issue, happy to know it's fixed”
|
||||
|
||||
- [Dashboard] Fix infinite loader on dashboards (PR [#9660](https://github.com/vatesfr/xen-orchestra/pull/9660))
|
||||
- [REST API] Fix `no such VDI ...` error when trying to fetch `/vms/:id/vdis` and `/vms/:id/dashboard` (PR [#9662](https://github.com/vatesfr/xen-orchestra/pull/9662))
|
||||
- [Replication] fix the fall back to full when going 6.2.->6.3 (PR [#9660](https://github.com/vatesfr/xen-orchestra/pull/9660))
|
||||
|
||||
### Packages to release
|
||||
|
||||
> When modifying a package, add it here with its release type.
|
||||
@@ -35,8 +31,4 @@
|
||||
|
||||
<!--packages-start-->
|
||||
|
||||
- @xen-orchestra/backups patch
|
||||
- @xen-orchestra/rest-api patch
|
||||
- @xen-orchestra/web-core patch
|
||||
|
||||
<!--packages-end-->
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "xo-server",
|
||||
"version": "5.198.2",
|
||||
"version": "5.198.3",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Server part of Xen-Orchestra",
|
||||
"keywords": [
|
||||
@@ -48,7 +48,7 @@
|
||||
"@vates/xml": "^2.0.0",
|
||||
"@vates/xml-rpc": "^1.0.0",
|
||||
"@xen-orchestra/async-map": "^0.1.2",
|
||||
"@xen-orchestra/backups": "^0.71.0",
|
||||
"@xen-orchestra/backups": "^0.71.1",
|
||||
"@xen-orchestra/cron": "^1.0.6",
|
||||
"@xen-orchestra/defined": "^0.0.2",
|
||||
"@xen-orchestra/disk-transform": "^1.2.2",
|
||||
@@ -58,7 +58,7 @@
|
||||
"@xen-orchestra/mixin": "^0.2.0",
|
||||
"@xen-orchestra/mixins": "^0.18.0",
|
||||
"@xen-orchestra/qcow2": "^1.2.0",
|
||||
"@xen-orchestra/rest-api": "^0.28.1",
|
||||
"@xen-orchestra/rest-api": "^0.28.2",
|
||||
"@xen-orchestra/self-signed": "^0.2.1",
|
||||
"@xen-orchestra/template": "^0.1.0",
|
||||
"@xen-orchestra/vmware-explorer": "^0.12.0",
|
||||
|
||||
Reference in New Issue
Block a user