feat: technical release (patch) (#5132)

This commit is contained in:
Pierre Donias
2020-07-03 14:24:40 +02:00
committed by GitHub
parent 44a0cce7f2
commit b6a255d96f
6 changed files with 26 additions and 18 deletions

View File

@@ -49,7 +49,7 @@
"strip-indent": "^2.0.0",
"xdg-basedir": "^3.0.0",
"xo-lib": "^0.9.0",
"xo-vmdk-to-vhd": "^1.2.0"
"xo-vmdk-to-vhd": "^1.2.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",

View File

@@ -1,5 +1,25 @@
# ChangeLog
## **next**
### Enhancements
- [Home] Remove 'tags' filter from the filter selector since tags have their own selector (PR [#5121](https://github.com/vatesfr/xen-orchestra/pull/5121))
- [Backup/New] Add "XOA Proxy" to the excluded tags by default (PR [#5128](https://github.com/vatesfr/xen-orchestra/pull/5128))
- [Backup/overview] Don't open backup job edition in a new tab (PR [#5130](https://github.com/vatesfr/xen-orchestra/pull/5130))
### Bug fixes
- [Restore legacy, File restore legacy] Fix mount error in case of existing proxy remotes (PR [#5124](https://github.com/vatesfr/xen-orchestra/pull/5124))
- [File restore] Don't fail with `TypeError [ERR_INVALID_ARG_TYPE]` on LVM partitions
- [Import/OVA] Fix import of bigger OVA files (>8GB .vmdk disk) (PR [#5129](https://github.com/vatesfr/xen-orchestra/pull/5129))
### Released packages
- xo-vmdk-to-vhd 1.2.1
- xo-server 5.62.0
- xo-web 5.62.0
## **5.48.0** (2020-06-30)
![Channel: latest](https://badgen.net/badge/channel/latest/yellow)

View File

@@ -7,18 +7,10 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [Home] Remove 'tags' filter from the filter selector since tags have their own selector (PR [#5121](https://github.com/vatesfr/xen-orchestra/pull/5121))
- [Backup/New] Add "XOA Proxy" to the excluded tags by default (PR [#5128](https://github.com/vatesfr/xen-orchestra/pull/5128))
- [Backup/overview] Don't open backup job edition in a new tab (PR [#5130](https://github.com/vatesfr/xen-orchestra/pull/5130))
### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Restore legacy, File restore legacy] Fix mount error in case of existing proxy remotes (PR [#5124](https://github.com/vatesfr/xen-orchestra/pull/5124))
- [File restore] Don't fail with `TypeError [ERR_INVALID_ARG_TYPE]` on LVM partitions
- [Import/OVA] Fix import of bigger OVA files (>8GB .vmdk disk) (PR [#5129](https://github.com/vatesfr/xen-orchestra/pull/5129))
### Packages to release
> Packages will be released in the order they are here, therefore, they should
@@ -35,7 +27,3 @@
> - major: if the change breaks compatibility
>
> In case of conflict, the highest (lowest in previous list) `$version` wins.
- xo-vmdk-to-vhd patch
- xo-server minor
- xo-web minor

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.61.1",
"version": "5.62.0",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@@ -139,7 +139,7 @@
"xo-collection": "^0.4.1",
"xo-common": "^0.5.0",
"xo-remote-parser": "^0.5.0",
"xo-vmdk-to-vhd": "^1.2.0",
"xo-vmdk-to-vhd": "^1.2.1",
"yazl": "^2.4.3"
},
"devDependencies": {

View File

@@ -1,7 +1,7 @@
{
"private": false,
"name": "xo-vmdk-to-vhd",
"version": "1.2.0",
"version": "1.2.1",
"license": "AGPL-3.0-or-later",
"description": "JS lib streaming a vmdk file to a vhd",
"keywords": [

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-web",
"version": "5.61.1",
"version": "5.62.0",
"license": "AGPL-3.0-or-later",
"description": "Web interface client for Xen-Orchestra",
"keywords": [
@@ -145,7 +145,7 @@
"xo-common": "^0.5.0",
"xo-lib": "^0.8.0",
"xo-remote-parser": "^0.5.0",
"xo-vmdk-to-vhd": "^1.2.0"
"xo-vmdk-to-vhd": "^1.2.1"
},
"scripts": {
"build": "NODE_ENV=production gulp build",