mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
feat: technical release (#10334)
* feat(@xen-orchestra/xapi): 8.10.5 * feat(@xen-orchestra/backups): 0.74.2 * feat(@xen-orchestra/proxy): 0.31.9 * feat(xo-server): 5.208.2 * chore(CHANGELOG): update next
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"dependencies": {
|
||||
"@vates/async-each": "^1.0.3",
|
||||
"@xen-orchestra/async-map": "^0.1.4",
|
||||
"@xen-orchestra/backups": "^0.74.1",
|
||||
"@xen-orchestra/backups": "^0.74.2",
|
||||
"@xen-orchestra/fs": "^4.9.3",
|
||||
"filenamify": "^6.0.0",
|
||||
"getopts": "^2.2.5",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
||||
},
|
||||
"version": "0.74.1",
|
||||
"version": "0.74.2",
|
||||
"engines": {
|
||||
"node": ">=14.18"
|
||||
},
|
||||
@@ -67,7 +67,7 @@
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@xen-orchestra/xapi": "^8.10.4"
|
||||
"@xen-orchestra/xapi": "^8.10.5"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"author": {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vates/async-each": "^1.0.3",
|
||||
"@xen-orchestra/backups": "^0.74.1",
|
||||
"@xen-orchestra/backups": "^0.74.2",
|
||||
"@xen-orchestra/backup-archive": "^1.1.2",
|
||||
"@xen-orchestra/disk-transform": "^1.3.3",
|
||||
"@xen-orchestra/fs": "^4.9.3",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vates/async-each": "^1.0.3",
|
||||
"@xen-orchestra/backups": "^0.74.1",
|
||||
"@xen-orchestra/backups": "^0.74.2",
|
||||
"@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.8",
|
||||
"version": "0.31.9",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"description": "XO Proxy used to remotely execute backup jobs",
|
||||
"keywords": [
|
||||
@@ -33,13 +33,13 @@
|
||||
"@vates/disposable": "^0.1.6",
|
||||
"@vates/task": "^0.7.0",
|
||||
"@xen-orchestra/async-map": "^0.1.4",
|
||||
"@xen-orchestra/backups": "^0.74.1",
|
||||
"@xen-orchestra/backups": "^0.74.2",
|
||||
"@xen-orchestra/fs": "^4.9.3",
|
||||
"@xen-orchestra/log": "^0.7.2",
|
||||
"@xen-orchestra/mixin": "^0.2.1",
|
||||
"@xen-orchestra/mixins": "^0.20.2",
|
||||
"@xen-orchestra/self-signed": "^0.2.1",
|
||||
"@xen-orchestra/xapi": "^8.10.4",
|
||||
"@xen-orchestra/xapi": "^8.10.5",
|
||||
"ajv": "^8.0.3",
|
||||
"app-conf": "^3.0.0",
|
||||
"async-iterator-to-stream": "^1.1.0",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"dependencies": {
|
||||
"@vates/async-each": "^1.0.3",
|
||||
"@vates/read-chunk": "^1.2.1",
|
||||
"@xen-orchestra/backups": "^0.74.1",
|
||||
"@xen-orchestra/backups": "^0.74.2",
|
||||
"@xen-orchestra/fs": "^4.9.3",
|
||||
"@xen-orchestra/log": "^0.7.2",
|
||||
"@xen-orchestra/vmware-explorer": "^0.15.0",
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
"@vates/task": "^0.7.0",
|
||||
"@vates/types": "^2.0.1",
|
||||
"@xen-orchestra/acl": "^1.6.1",
|
||||
"@xen-orchestra/backups": "^0.74.1",
|
||||
"@xen-orchestra/backups": "^0.74.2",
|
||||
"@xen-orchestra/log": "^0.7.2",
|
||||
"@xen-orchestra/xapi": "^8.10.4",
|
||||
"@xen-orchestra/xapi": "^8.10.5",
|
||||
"complex-matcher": "^1.1.1",
|
||||
"golike-defer": "^0.5.1",
|
||||
"inversify": "^6.2.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xen-orchestra/xapi",
|
||||
"version": "8.10.4",
|
||||
"version": "8.10.5",
|
||||
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi",
|
||||
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
||||
"repository": {
|
||||
|
||||
19
CHANGELOG.md
19
CHANGELOG.md
@@ -1,9 +1,26 @@
|
||||
# ChangeLog
|
||||
|
||||
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />
|
||||
## **next**
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [XO6/Traffic rules] Add possibility of editing a traffic rule (PR [#10056](https://github.com/vatesfr/xen-orchestra/pull/10056))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- [Backups] Fix slow replication startup and fallback to full on qcow2 (PR [#10319](https://github.com/vatesfr/xen-orchestra/pull/10319))
|
||||
|
||||
### Released packages
|
||||
|
||||
- @xen-orchestra/xapi 8.10.5
|
||||
- @xen-orchestra/backups 0.74.2
|
||||
- @xen-orchestra/proxy 0.31.9
|
||||
- xo-server 5.208.2
|
||||
|
||||
## **6.8.0** (2026-08-31)
|
||||
|
||||
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [XO6/Pool] Add forget action on page Site (PR [#10130](https://github.com/vatesfr/xen-orchestra/pull/10130))
|
||||
|
||||
@@ -11,14 +11,10 @@
|
||||
|
||||
> Users must be able to say: "Nice enhancement, I'm eager to test it"
|
||||
|
||||
- [XO6/Traffic rules] Add possibility of editing a traffic rule (PR [#10056](https://github.com/vatesfr/xen-orchestra/pull/10056))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
> Users must be able to say: "I had this issue, happy to know it's fixed"
|
||||
|
||||
- [Backups] Fix slow replication startup and fallback to full on qcow2 (PR [#10319](https://github.com/vatesfr/xen-orchestra/pull/10319))
|
||||
|
||||
### Packages to release
|
||||
|
||||
> When modifying a package, add it here with its release type.
|
||||
@@ -35,6 +31,4 @@
|
||||
|
||||
<!--packages-start-->
|
||||
|
||||
- @xen-orchestra/backups patch
|
||||
- @xen-orchestra/xapi patch
|
||||
<!--packages-end-->
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "xo-server",
|
||||
"version": "5.208.1",
|
||||
"version": "5.208.2",
|
||||
"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.4",
|
||||
"@xen-orchestra/backups": "^0.74.1",
|
||||
"@xen-orchestra/backups": "^0.74.2",
|
||||
"@xen-orchestra/cron": "^1.0.7",
|
||||
"@xen-orchestra/defined": "^0.0.2",
|
||||
"@xen-orchestra/disk-transform": "^1.3.3",
|
||||
@@ -64,7 +64,7 @@
|
||||
"@xen-orchestra/self-signed": "^0.2.1",
|
||||
"@xen-orchestra/template": "^0.1.1",
|
||||
"@xen-orchestra/vmware-explorer": "^0.15.0",
|
||||
"@xen-orchestra/xapi": "^8.10.4",
|
||||
"@xen-orchestra/xapi": "^8.10.5",
|
||||
"@xen-orchestra/xva": "^1.0.3",
|
||||
"ajv": "^8.0.3",
|
||||
"app-conf": "^3.0.0",
|
||||
|
||||
Reference in New Issue
Block a user