feat: technical release (#5657)

This commit is contained in:
Julien Fontanet 2021-03-10 11:11:27 +01:00 committed by GitHub
parent b32dc0e450
commit b479956bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 38 additions and 30 deletions

View File

@ -7,7 +7,7 @@
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"dependencies": {
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.6.1",
"@xen-orchestra/backups": "^0.7.0",
"@xen-orchestra/fs": "^0.13.0",
"filenamify": "^4.1.0",
"getopts": "^2.2.5",

View File

@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"version": "0.6.1",
"version": "0.7.0",
"engines": {
"node": ">=14.5"
},
@ -36,7 +36,7 @@
"yazl": "^2.5.1"
},
"peerDependencies": {
"@xen-orchestra/xapi": "^0.4.3"
"@xen-orchestra/xapi": "^0.4.4"
},
"license": "AGPL-3.0-or-later",
"author": {

View File

@ -18,7 +18,7 @@
"preferGlobal": true,
"dependencies": {
"golike-defer": "^0.5.1",
"xen-api": "^0.29.1"
"xen-api": "^0.30.0"
},
"scripts": {
"postversion": "npm publish"

View File

@ -36,12 +36,12 @@
"@vates/decorate-with": "^0.0.1",
"@vates/disposable": "^0.1.0",
"@vates/parse-duration": "^0.1.0",
"@xen-orchestra/backups": "^0.6.1",
"@xen-orchestra/backups": "^0.7.0",
"@xen-orchestra/emit-async": "^0.0.0",
"@xen-orchestra/fs": "^0.13.0",
"@xen-orchestra/log": "^0.2.0",
"@xen-orchestra/self-signed": "^0.1.0",
"@xen-orchestra/xapi": "^0.4.3",
"@xen-orchestra/xapi": "^0.4.4",
"ajv": "^6.10.0",
"app-conf": "^0.9.0",
"async-iterator-to-stream": "^1.1.0",
@ -65,7 +65,7 @@
"source-map-support": "^0.5.16",
"stoppable": "^1.0.6",
"xdg-basedir": "^4.0.0",
"xen-api": "^0.29.1",
"xen-api": "^0.30.0",
"xo-common": "^0.6.0"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/xapi",
"version": "0.4.3",
"version": "0.4.4",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/xapi",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
@ -24,7 +24,7 @@
"rimraf": "^3.0.0"
},
"peerDependencies": {
"xen-api": "^0.29.1"
"xen-api": "^0.30.0"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",

View File

@ -1,5 +1,27 @@
# ChangeLog
## _next_
### Enhancements
- [VIF] To edit MAC address on a VIF, user has to be operator of the VIF and administrator of its network [#4700](https://github.com/vatesfr/xen-orchestra/issues/4700) (PR [#5631](https://github.com/vatesfr/xen-orchestra/pull/5631))
- [Backup/CR] Ability to set a specific schedule to always run full backups [#5541](https://github.com/vatesfr/xen-orchestra/issues/5541) (PR [#5648](https://github.com/vatesfr/xen-orchestra/pull/5648))
### Bug fixes
- [Editable number] When you are trying to edit a number and it's failing, display an error (PR [#5634](https://github.com/vatesfr/xen-orchestra/pull/5634))
- [VM/Network] Fix `an error has occurred` when trying to sort the table by the network's name (PR [#5639](https://github.com/vatesfr/xen-orchestra/pull/5639))
- [Backup] Try harder to avoid orphan VDI snapshots, especially with iSCSI SRs [#4926](https://github.com/vatesfr/xen-orchestra/issues/4926)
- [Backup] Disabled or unavailable remotes and SRs don't prevent job from running [#5353](https://github.com/vatesfr/xen-orchestra/issues/5353) (PR [#5651](https://github.com/vatesfr/xen-orchestra/pull/5651))
### Released packages
- xen-api 0.30.0
- @xen-orchestra/xapi 0.4.4
- @xen-orchestra/backups 0.7.0
- xo-server 5.77.0
- xo-web 5.79.0
## **5.56.0** (2021-02-26)
<img id="latest" src="https://badgen.net/badge/channel/latest/yellow" alt="Channel: latest" />

View File

@ -7,18 +7,10 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [VIF] To edit MAC address on a VIF, user has to be operator of the VIF and administrator of its network [#4700](https://github.com/vatesfr/xen-orchestra/issues/4700) (PR [#5631](https://github.com/vatesfr/xen-orchestra/pull/5631))
- [Backup/CR] Ability to set a specific schedule to always run full backups [#5541](https://github.com/vatesfr/xen-orchestra/issues/5541) (PR [#5648](https://github.com/vatesfr/xen-orchestra/pull/5648))
### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Editable number] When you are trying to edit a number and it's failing, display an error (PR [#5634](https://github.com/vatesfr/xen-orchestra/pull/5634))
- [VM/Network] Fix `an error has occurred` when trying to sort the table by the network's name (PR [#5639](https://github.com/vatesfr/xen-orchestra/pull/5639))
- [Backup] Try harder to avoid orphan VDI snapshots, especially with iSCSI SRs [#4926](https://github.com/vatesfr/xen-orchestra/issues/4926)
- [Backup] Disabled or unavailable remotes and SRs don't prevent job from running [#5353](https://github.com/vatesfr/xen-orchestra/issues/5353) (PR [#5651](https://github.com/vatesfr/xen-orchestra/pull/5651))
### Packages to release
> Packages will be released in the order they are here, therefore, they should
@ -35,9 +27,3 @@
> - major: if the change breaks compatibility
>
> In case of conflict, the highest (lowest in previous list) `$version` wins.
- xen-api minor
- @xen-orchestra/xapi patch
- @xen-orchestra/backups minor
- xo-server minor
- xo-web minor

View File

@ -42,7 +42,7 @@
"human-format": "^0.11.0",
"lodash": "^4.17.4",
"pw": "^0.0.4",
"xen-api": "^0.29.1"
"xen-api": "^0.30.0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",

View File

@ -1,7 +1,7 @@
{
"private": false,
"name": "xen-api",
"version": "0.29.1",
"version": "0.30.0",
"license": "ISC",
"description": "Connector to the Xen API",
"keywords": [

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-server",
"version": "5.76.0",
"version": "5.77.0",
"license": "AGPL-3.0-or-later",
"description": "Server part of Xen-Orchestra",
"keywords": [
@ -39,7 +39,7 @@
"@vates/multi-key-map": "^0.1.0",
"@vates/parse-duration": "0.1.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/backups": "^0.6.1",
"@xen-orchestra/backups": "^0.7.0",
"@xen-orchestra/cron": "^1.0.6",
"@xen-orchestra/defined": "^0.0.0",
"@xen-orchestra/emit-async": "^0.0.0",
@ -48,7 +48,7 @@
"@xen-orchestra/mixin": "^0.0.0",
"@xen-orchestra/self-signed": "^0.1.0",
"@xen-orchestra/template": "^0.1.0",
"@xen-orchestra/xapi": "^0.4.3",
"@xen-orchestra/xapi": "^0.4.4",
"ajv": "^6.1.1",
"app-conf": "^0.9.0",
"archiver": "^5.0.0",
@ -139,7 +139,7 @@
"vhd-lib": "^1.0.0",
"ws": "^7.1.2",
"xdg-basedir": "^4.0.0",
"xen-api": "^0.29.1",
"xen-api": "^0.30.0",
"xo-acl-resolver": "^0.4.1",
"xo-collection": "^0.4.1",
"xo-common": "^0.6.0",

View File

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