feat: technical release (#7266)

This commit is contained in:
Mathieu 2023-12-27 16:07:51 +01:00 committed by GitHub
parent 579f0b91d5
commit d655a3e222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 16 additions and 21 deletions

View File

@ -22,7 +22,7 @@
"fuse-native": "^2.2.6",
"lru-cache": "^7.14.0",
"promise-toolbox": "^0.21.0",
"vhd-lib": "^4.8.1"
"vhd-lib": "^4.9.0"
},
"scripts": {
"postversion": "npm publish --access public"

View File

@ -44,7 +44,7 @@
"proper-lockfile": "^4.1.2",
"tar": "^6.1.15",
"uuid": "^9.0.0",
"vhd-lib": "^4.8.1",
"vhd-lib": "^4.9.0",
"xen-api": "^2.0.0",
"yazl": "^2.5.1"
},

View File

@ -10,7 +10,7 @@
"@xen-orchestra/log": "^0.6.0",
"lodash": "^4.17.21",
"node-fetch": "^3.3.0",
"vhd-lib": "^4.8.1"
"vhd-lib": "^4.9.0"
},
"engines": {
"node": ">=14"

View File

@ -34,7 +34,7 @@
"json-rpc-protocol": "^0.13.2",
"lodash": "^4.17.15",
"promise-toolbox": "^0.21.0",
"vhd-lib": "^4.8.1",
"vhd-lib": "^4.9.0",
"xo-common": "^0.8.0"
},
"private": false,

View File

@ -17,6 +17,8 @@
- [SR] show an icon on SR during VDI coalescing (with XCP-ng 8.3+) (PR [#7241](https://github.com/vatesfr/xen-orchestra/pull/7241))
- [VDI/Export] Expose NBD settings in the XO and REST APIs api (PR [#7251](https://github.com/vatesfr/xen-orchestra/pull/7251))
- [Menu/Proxies] Added a warning icon if unable to check proxies upgrade (PR [#7237](https://github.com/vatesfr/xen-orchestra/pull/7237))
- [Host/Network/PIF] Display and ability to edit IPv6 field [#5400](https://github.com/vatesfr/xen-orchestra/issues/5400) (PR [#7218](https://github.com/vatesfr/xen-orchestra/pull/7218))
- [VM] Trying to increase the memory of a running VM will now propose the option to automatically restart it and increasing its memory [#7069](https://github.com/vatesfr/xen-orchestra/issues/7069) (PR [#7244](https://github.com/vatesfr/xen-orchestra/pull/7244))
### Bug fixes
@ -38,10 +40,10 @@
- xo-server-auth-saml 0.11.0
- xo-server-transport-email 1.0.0
- xo-server-transport-slack 0.0.1
- vhd-lib 4.8.1
- xo-cli 0.23.0
- xo-server 5.131.0
- xo-web 5.131.0
- vhd-lib 4.9.0
- xo-server 5.132.0
- xo-web 5.132.0
## **5.89.0** (2023-11-30)

View File

@ -7,9 +7,6 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [Host/Network/PIF] Display and ability to edit IPv6 field [#5400](https://github.com/vatesfr/xen-orchestra/issues/5400) (PR [#7218](https://github.com/vatesfr/xen-orchestra/pull/7218))
- [VM] Trying to increase the memory of a running VM will now propose the option to automatically restart it and increasing its memory [#7069](https://github.com/vatesfr/xen-orchestra/issues/7069) (PR [#7244](https://github.com/vatesfr/xen-orchestra/pull/7244))
### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed”
@ -30,8 +27,4 @@
<!--packages-start-->
- vhd-lib minor
- xo-server minor
- xo-web minor
<!--packages-end-->

View File

@ -31,7 +31,7 @@
"lodash": "^4.17.21",
"promise-toolbox": "^0.21.0",
"uuid": "^9.0.0",
"vhd-lib": "^4.8.1"
"vhd-lib": "^4.9.0"
},
"scripts": {
"postversion": "npm publish",

View File

@ -1,7 +1,7 @@
{
"private": false,
"name": "vhd-lib",
"version": "4.8.1",
"version": "4.9.0",
"license": "AGPL-3.0-or-later",
"description": "Primitives for VHD file handling",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/vhd-lib",

View File

@ -10,6 +10,6 @@
"readable-stream": "^4.4.2",
"source-map-support": "^0.5.21",
"throttle": "^1.0.3",
"vhd-lib": "^4.8.1"
"vhd-lib": "^4.9.0"
}
}

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.131.0",
"version": "5.132.0",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@ -128,7 +128,7 @@
"unzipper": "^0.10.5",
"uuid": "^9.0.0",
"value-matcher": "^0.2.0",
"vhd-lib": "^4.8.1",
"vhd-lib": "^4.9.0",
"ws": "^8.2.3",
"xdg-basedir": "^5.1.0",
"xen-api": "^2.0.0",

View File

@ -26,7 +26,7 @@
"pako": "^2.0.4",
"promise-toolbox": "^0.21.0",
"tar-stream": "^3.1.6",
"vhd-lib": "^4.8.1",
"vhd-lib": "^4.9.0",
"xml2js": "^0.4.23"
},
"devDependencies": {

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-web",
"version": "5.131.0",
"version": "5.132.0",
"license": "AGPL-3.0-or-later",
"description": "Web interface client for Xen-Orchestra",
"keywords": [