Skip to content

Commit

Permalink
feat(xo-web): 5.155.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Sep 10, 2024
1 parent a9ad679 commit fd18bee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@

### Enhancements

- [Pool/Networks] Networks can be sorted by VLANs
- [Pool/Networks] Networks can be filtered by VLANs, e.g. `VLAN:10`
- [REST API] Add `pifs` and `vm-controllers` collections
- [REST API/Dashboard] Add name and type of the backup in the backup job issues (PR [#7958](https://github.com/vatesfr/xen-orchestra/pull/7958))
- [Perf-alert] Display warning if no guest tools are detected while monitoring VM memory (PR [#7886](https://github.com/vatesfr/xen-orchestra/pull/7886))
- [V2V] Fix computation of `memory_static_max`
- [i18n] Update Japanese translations (Thanks [@kohju](https://github.com/kohju)!) (PR [#7972](https://github.com/vatesfr/xen-orchestra/pull/7972))

### Bug fixes

- [Incremental Backup & Replication] Remove most of `Couldn't delete snapshot data` errors when using _Purge snapshot data when using CBT_ [#7826](https://github.com/vatesfr/xen-orchestra/pull/7826) (PR [#7960](https://github.com/vatesfr/xen-orchestra/pull/7960))
- [Dashboard/Health] Fix alarm table not showing any alarms (PR [#7965](https://github.com/vatesfr/xen-orchestra/pull/7965))

### Released packages

Expand All @@ -21,6 +25,7 @@
- xo-server 5.154.0
- xo-server-perf-alert 0.5.0
- xo-server-sdn-controller 1.0.10
- xo-web 5.155.0

## **5.98.0** (2024-08-30)

Expand Down
6 changes: 0 additions & 6 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,13 @@

> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [Pool/Networks] Networks can be sorted by VLANs
- [Pool/Networks] Networks can be filtered by VLANs, e.g. `VLAN:10`
- [i18n] Update Japanese translations (Thanks [@kohju](https://github.com/kohju)!) (PR [#7972](https://github.com/vatesfr/xen-orchestra/pull/7972))
- **XO 6**:
- [Dashboard] Display backup issues data (PR [#7974](https://github.com/vatesfr/xen-orchestra/pull/7974))

### Bug fixes

> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Dashboard/Health] Fix alarm table not showing any alarms (PR [#7965](https://github.com/vatesfr/xen-orchestra/pull/7965))

### Packages to release

> When modifying a package, add it here with its release type.
Expand All @@ -42,6 +37,5 @@
- @xen-orchestra/lite minor
- @xen-orchestra/web minor
- @xen-orchestra/web-core minor
- xo-web minor

<!--packages-end-->
2 changes: 1 addition & 1 deletion packages/xo-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "xo-web",
"version": "5.154.0",
"version": "5.155.0",
"license": "AGPL-3.0-or-later",
"description": "Web interface client for Xen-Orchestra",
"keywords": [
Expand Down

0 comments on commit fd18bee

Please sign in to comment.