From 98e35fc225ebaa00010c32522e9767c4f8863289 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Wed, 18 Oct 2023 08:26:20 -0700 Subject: [PATCH] docs: more release notes --- docs/docs-content/release-notes.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/docs-content/release-notes.md b/docs/docs-content/release-notes.md index 1dc56ec591..3f425ab1a5 100644 --- a/docs/docs-content/release-notes.md +++ b/docs/docs-content/release-notes.md @@ -19,7 +19,7 @@ Placeholder for text summary #### Breaking Changes -- API key values are no longer displayed in Palette. Palette will continue to support existing API keys, but will not display the values. Moving forward, Palette will not store the API key value in the database, but instead retain metadata about the key. Ensure you store the API key value in a secure location after its creation as the value will not be retrievable from Palette. To learn more about API keys, refer to the [API Key](user-management//authentication/api-key/api-key.md) documentation. +- API key values are no longer displayed in Palette. Palette will continue supporting existing API keys but not reveal the key value. Moving forward, Palette will not store the API key value in the database but instead retain metadata about the key. Ensure you store the API key value in a secure location after its creation, as the value will not be retrievable from Palette. To learn more about API keys, refer to the [API Key](user-management//authentication/api-key/api-key.md) documentation. - Multiple login sessions are no longer supported. If you are logged in to Palette and attempt to log in from another device, you will be logged out of the first session. This change only applies to the Palette User Interface (UI) and does not affect the API. @@ -30,10 +30,10 @@ Placeholder for text summary - Support for encrypting the root volume of EKS host clusters is now available. You can enable this feature when creating a host cluster. -- MAAS clusters can now be assigned tags so that Palette can deploy nodes onto the MAAS machines that match the provided tags. +- MAAS clusters can now be assigned tags so Palette can deploy nodes onto the MAAS machines matching the provided tags. -- Automatic SSL certificate renewal is now supported for clusters deployed through Palette. In the past this was a manual action that had to be performed by the user. Now, Palette will automatically renew the certificate before it expires. All infrastructure providers are supported with the exception of Edge and Cox Edge. +- Automatic SSL certificate renewal is now supported for clusters deployed through Palette. In the past, this was a manual action that had to be performed by the user. Now, Palette will automatically renew the certificate before it expires. This feature is available in all supported infrastructure providers except for Edge and Cox Edge. - Self-hosted Palette installations now support the ability to control the node affinity for the Palette components. You can configure the Palette Enterprise cluster to deploy all internal component pods on control plane nodes. To learn more about this feature, refer to the [Self-Hosted Palette](enterprise-version/install-palette/install-palette.md) documentation. @@ -46,7 +46,7 @@ Placeholder for text summary #### Features -- Edge hosts can now be configured with static IP addresses when added to an Edge cluster. You can configure the default gateway, DNS servers, IP address and the subnet mask for the host. +- Edge hosts can now be configured with static IP addresses when added to an Edge cluster. You can configure the default gateway, DNS servers, IP address, and the subnet mask for the host. #### Improvements @@ -63,6 +63,11 @@ Placeholder for text summary ### Virtual Machine Orchestrator (VMO) +#### Improvements + +- The default VMO virtual machine templates contain several new enhancements that help improve the virtual machine lifecycle and availability. + +- The VMO pack now contains all the required dependencies for Kubevirt. In the past, you had to install the dependencies manually. ### VerteX @@ -84,7 +89,7 @@ Placeholder for text summary #### Education -- The Palette documentation site got a refresh. The new site improves the navigation, search experience and adds new documentation features that improves the reader experience. +- The Palette documentation website has undergone a significant upgrade, improving content navigation and search experiences and adding new documentation features that enhance the reader experience. - Content versioning is now supported. You can now view the documentation for a specific version of Palette.