Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ This page will contain the list of new features in OpenNebula 7.6.0.
## OpenNebula Core
- Restricted-attribute configuration can now [protect a complete vector attribute]({{% relref "oned#oned-conf-restricted-attributes-configuration" %}}), such as `DISK`, `NIC`, or `PCI`, without listing each attribute within the vector separately.

## Sunstone
- Redesigned multi-step creation forms with a responsive layout, adaptive step navigation, and a dedicated creation header with progress and cancellation controls [#8038](https://github.com/OpenNebula/one/issues/8038).

## API and CLI
- New parameter `--keep-ha` for CLI command `onezone serversync`, which keeps local [RAFT configuration]({{% relref "frontend_ha.md#server-sync-ha" %}}). Usefull for asymmetric HA deployments.

Expand Down
Loading