Skip to content

Commit

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

## **next**

### Enhancements

- [About] Clicking on commit version number opens a new tab [#7427](https://github.com/vatesfr/xen-orchestra/issues/7427) (PR [#7430](https://github.com/vatesfr/xen-orchestra/pull/7430))

### Bug fixes

- [Jobs] Fix `t.value is undefined` when saving a new job (broken in XO 5.91)
- [XOSTOR] Move `ignore file sytems` outside of advanced settings (PR [#7429](https://github.com/vatesfr/xen-orchestra/pull/7429))
- Allow unauthenticated access to `robots.txt`
- [SR/XOSTOR] VG `linstor_group` removed if SR creation failed. (Deletion occurs only if `xo-server` was responsible for this VG creation) (PR [#7426](https://github.com/vatesfr/xen-orchestra/pull/7426))

Expand Down
7 changes: 0 additions & 7 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@

> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [About] Clicking on commit version number opens a new tab [#7427](https://github.com/vatesfr/xen-orchestra/issues/7427) (PR [#7430](https://github.com/vatesfr/xen-orchestra/pull/7430))

### Bug fixes

> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Jobs] Fix `t.value is undefined` when saving a new job (broken in XO 5.91)
- [XOSTOR] Move `ignore file sytems` outside of advanced settings (PR [#7429](https://github.com/vatesfr/xen-orchestra/pull/7429))

### Packages to release

> When modifying a package, add it here with its release type.
Expand All @@ -32,6 +27,4 @@
<!--packages-start-->

- 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.139.0",
"version": "5.140.0",
"license": "AGPL-3.0-or-later",
"description": "Web interface client for Xen-Orchestra",
"keywords": [
Expand Down

0 comments on commit 5099158

Please sign in to comment.