mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
feat: technical release (#10084)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xen-orchestra/backup-archive",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Helper to handle generic backup archives",
|
||||
"license": "ISC",
|
||||
"author": "",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"dependencies": {
|
||||
"@vates/async-each": "^1.0.3",
|
||||
"@xen-orchestra/async-map": "^0.1.3",
|
||||
"@xen-orchestra/backups": "^0.73.5",
|
||||
"@xen-orchestra/backups": "^0.73.6",
|
||||
"@xen-orchestra/fs": "^4.9.1",
|
||||
"filenamify": "^6.0.0",
|
||||
"getopts": "^2.2.5",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
||||
},
|
||||
"version": "0.73.5",
|
||||
"version": "0.73.6",
|
||||
"engines": {
|
||||
"node": ">=14.18"
|
||||
},
|
||||
@@ -37,7 +37,7 @@
|
||||
"@xen-orchestra/log": "^0.7.2",
|
||||
"@xen-orchestra/qcow2": "^1.3.1",
|
||||
"@xen-orchestra/template": "^0.1.1",
|
||||
"@xen-orchestra/backup-archive": "^1.0.2",
|
||||
"@xen-orchestra/backup-archive": "^1.0.3",
|
||||
"app-conf": "^3.0.0",
|
||||
"compare-versions": "^6.0.0",
|
||||
"d3-time-format": "^4.1.0",
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vates/async-each": "^1.0.3",
|
||||
"@xen-orchestra/backups": "^0.73.5",
|
||||
"@xen-orchestra/backup-archive": "^1.0.2",
|
||||
"@xen-orchestra/backups": "^0.73.6",
|
||||
"@xen-orchestra/backup-archive": "^1.0.3",
|
||||
"@xen-orchestra/disk-transform": "^1.3.1",
|
||||
"@xen-orchestra/fs": "^4.9.1",
|
||||
"@xen-orchestra/qcow2": "^1.3.1",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vates/async-each": "^1.0.3",
|
||||
"@xen-orchestra/backups": "^0.73.5",
|
||||
"@xen-orchestra/backups": "^0.73.6",
|
||||
"@xen-orchestra/log": "^0.7.2",
|
||||
"app-conf": "^3.0.0",
|
||||
"execa": "^5.0.0",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@xen-orchestra/proxy",
|
||||
"version": "0.31.0",
|
||||
"version": "0.31.1",
|
||||
"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.7.0",
|
||||
"@xen-orchestra/async-map": "^0.1.3",
|
||||
"@xen-orchestra/backups": "^0.73.5",
|
||||
"@xen-orchestra/backups": "^0.73.6",
|
||||
"@xen-orchestra/fs": "^4.9.1",
|
||||
"@xen-orchestra/log": "^0.7.2",
|
||||
"@xen-orchestra/mixin": "^0.2.1",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"@vates/task": "^0.7.0",
|
||||
"@vates/types": "^1.28.0",
|
||||
"@xen-orchestra/acl": "^1.4.0",
|
||||
"@xen-orchestra/backups": "^0.73.5",
|
||||
"@xen-orchestra/backups": "^0.73.6",
|
||||
"@xen-orchestra/log": "^0.7.2",
|
||||
"@xen-orchestra/xapi": "^8.9.0",
|
||||
"complex-matcher": "^1.1.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xen-orchestra/web",
|
||||
"version": "0.55.1",
|
||||
"version": "0.55.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
19
CHANGELOG.md
19
CHANGELOG.md
@@ -1,5 +1,24 @@
|
||||
# ChangeLog
|
||||
|
||||
## **next**
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [vm stats] Reduce the memory consumption of the rrd stats (PR [#10039](https://github.com/vatesfr/xen-orchestra/pull/10039))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- [VDI] Fix progress bar appearing half-filled when used space is at 100% [Forum#100200](https://xcp-ng.org/forum/post/100200) (PR [#10027](https://github.com/vatesfr/xen-orchestra/pull/10027))
|
||||
- [Backups] Improve resume of backup merge failure for VHD files (PR [#10053](https://github.com/vatesfr/xen-orchestra/pull/10053))
|
||||
|
||||
### Released packages
|
||||
|
||||
- @xen-orchestra/backup-archive 1.0.3
|
||||
- @xen-orchestra/backups 0.73.6
|
||||
- @xen-orchestra/proxy 0.31.1
|
||||
- @xen-orchestra/web 0.55.2
|
||||
- xo-server 5.205.1
|
||||
|
||||
## **6.6.0** (2026-06-30)
|
||||
|
||||
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />
|
||||
|
||||
@@ -11,16 +11,10 @@
|
||||
|
||||
> Users must be able to say: "Nice enhancement, I'm eager to test it"
|
||||
|
||||
- [vm stats] Reduce the memory consumption of the rrd stats (PR [#10039](https://github.com/vatesfr/xen-orchestra/pull/10039))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
> Users must be able to say: "I had this issue, happy to know it's fixed"
|
||||
|
||||
- [VDI] Fix progress bar appearing half-filled when used space is at 100% [Forum#100200](https://xcp-ng.org/forum/post/100200) (PR [#10027](https://github.com/vatesfr/xen-orchestra/pull/10027))
|
||||
|
||||
- [Backups] Improve resume of backup merge failure for VHD files (PR [#10053](https://github.com/vatesfr/xen-orchestra/pull/10053))
|
||||
|
||||
### Packages to release
|
||||
|
||||
> When modifying a package, add it here with its release type.
|
||||
@@ -37,9 +31,4 @@
|
||||
|
||||
<!--packages-start-->
|
||||
|
||||
- @xen-orchestra/backup-archive patch
|
||||
- @xen-orchestra/backups patch
|
||||
- @xen-orchestra/web patch
|
||||
- xo-server patch
|
||||
|
||||
<!--packages-end-->
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "xo-server",
|
||||
"version": "5.205.0",
|
||||
"version": "5.205.1",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "Server part of Xen-Orchestra",
|
||||
"keywords": [
|
||||
@@ -50,7 +50,7 @@
|
||||
"@vates/xml": "^2.0.0",
|
||||
"@vates/xml-rpc": "^1.0.0",
|
||||
"@xen-orchestra/async-map": "^0.1.3",
|
||||
"@xen-orchestra/backups": "^0.73.5",
|
||||
"@xen-orchestra/backups": "^0.73.6",
|
||||
"@xen-orchestra/cron": "^1.0.7",
|
||||
"@xen-orchestra/defined": "^0.0.2",
|
||||
"@xen-orchestra/disk-transform": "^1.3.1",
|
||||
|
||||
Reference in New Issue
Block a user