Skip to content

Commit

Permalink
add entry changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ggunullu committed Sep 19, 2023
1 parent e946806 commit 7666a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [Netbox] Don't delete VMs that have been created manually in XO-synced cluster [Forum#7639](https://xcp-ng.org/forum/topic/7639) (PR [#7008](https://github.com/vatesfr/xen-orchestra/pull/7008))
- [Kubernetes] search domain field is now optional [#7028](https://github.com/vatesfr/xen-orchestra/pull/7028)

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion packages/xo-web/src/xo-app/hub/recipes/recipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default decorate([
nameservers,
nbNodes: +nbNodes,
network: network.id,
searches: searches.lenghth > 0 ? searches : undefined,
searches: searches.length > 0 ? searches : undefined,
sr: sr.id,
sshKey,
vipAddress,
Expand Down

0 comments on commit 7666a85

Please sign in to comment.