diff --git a/CHANGELOG.md b/CHANGELOG.md index 7915ec838..5d77fad41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ - [Jobs] Add `host.emergencyShutdownHost` to the list of methods that jobs can call (PR [#5818](https://github.com/vatesfr/xen-orchestra/pull/5818)) - [Host/Load-balancer] Log vm and host names when a VM is migrated + category (density, performance, ...) (PR [#5808](https://github.com/vatesfr/xen-orchestra/pull/5808)) - [VM/disks] Ability to rescan ISO SRs (PR [#5814](https://github.com/vatesfr/xen-orchestra/pull/5814)) +- [VM/snapshots] Identify VM's current snapshot with an icon next to the snapshot's name (PR [#5824](https://github.com/vatesfr/xen-orchestra/pull/5824)) +- [VM/new disk] Auto-fill disk name input with generated unique name (PR [#5828](https://github.com/vatesfr/xen-orchestra/pull/5828)) ### Bug fixes @@ -33,8 +35,8 @@ - xo-server-netbox 0.1.2 - xo-server-perf-alert 0.3.2 - xo-server-load-balancer 0.7.0 -- xo-server 5.79.6 -- xo-web 5.83.0 +- xo-server 5.80.0 +- xo-web 5.84.0 ## **5.59.0** (2021-05-31) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index a6cc62139..154c5e87a 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -7,9 +7,6 @@ > Users must be able to say: “Nice enhancement, I'm eager to test it” -- [VM/snapshots] Identify VM's current snapshot with an icon next to the snapshot's name (PR [#5824](https://github.com/vatesfr/xen-orchestra/pull/5824)) -- [VM/new disk] Auto-fill disk name input with generated unique name (PR [#5828](https://github.com/vatesfr/xen-orchestra/pull/5828)) - ### Bug fixes > Users must be able to say: “I had this issue, happy to know it's fixed” @@ -30,6 +27,3 @@ > - major: if the change breaks compatibility > > In case of conflict, the highest (lowest in previous list) `$version` wins. - -- xo-server minor -- xo-web minor diff --git a/packages/xo-server/package.json b/packages/xo-server/package.json index 670cb28f4..f5da93694 100644 --- a/packages/xo-server/package.json +++ b/packages/xo-server/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-server", - "version": "5.79.6", + "version": "5.80.0", "license": "AGPL-3.0-or-later", "description": "Server part of Xen-Orchestra", "keywords": [ diff --git a/packages/xo-web/package.json b/packages/xo-web/package.json index 5c71ada40..2126c5a9c 100644 --- a/packages/xo-web/package.json +++ b/packages/xo-web/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xo-web", - "version": "5.83.0", + "version": "5.84.0", "license": "AGPL-3.0-or-later", "description": "Web interface client for Xen-Orchestra", "keywords": [