From 9442686b94b873cad72f41a751ba77cc0d108fe1 Mon Sep 17 00:00:00 2001 From: Alejandro Aizel Date: Wed, 9 Sep 2026 15:10:39 +0200 Subject: [PATCH] F OpenNebula/one#8038: Add whats new for issue 8038 --- .../software/release_information/release_notes/whats_new.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/software/release_information/release_notes/whats_new.md b/content/software/release_information/release_notes/whats_new.md index d679cb8b1..8cf779464 100644 --- a/content/software/release_information/release_notes/whats_new.md +++ b/content/software/release_information/release_notes/whats_new.md @@ -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.