Skip to content

Commit

Permalink
fix: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeauchamp committed Apr 5, 2022
1 parent b45384a commit 3e0927b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions @xen-orchestra/backups/Backup.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ exports.Backup = class Backup {
}

const vmIds = extractIdsFromSimplePattern(job.vms)

Task.info('vms', { vms: vmIds })

remoteAdapters = getAdaptersByRemote(remoteAdapters)
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [REST API] Expose networks, VBDs, VDIs and VIFs
- [Console] Supports host and VM consoles behind HTTP proxies [#6133](https://github.com/vatesfr/xen-orchestra/pull/6133)
- [Backup] Add the ability to restore a backup to ensure the backup is production ready [#6148](https://github.com/vatesfr/xen-orchestra/pull/6148)

### Bug fixes

Expand All @@ -35,6 +36,7 @@
>
> In case of conflict, the highest (lowest in previous list) `$version` wins.
- xo-web minor
- @vates/decorate-with major
- xen-api major
- @xen-orchestra/xapi minor
Expand Down

0 comments on commit 3e0927b

Please sign in to comment.