diff --git a/docs/api-content/api-docs/3-postman-collection.md b/docs/api-content/api-docs/3-postman-collection.md index f38d74c020..1b5f9cc284 100644 --- a/docs/api-content/api-docs/3-postman-collection.md +++ b/docs/api-content/api-docs/3-postman-collection.md @@ -31,7 +31,7 @@ Two forms of authentication are available to interact with the Spectro Cloud API or * An API Key with an ApiKey value. -Learn more about [authentication methods](https://docs.spectrocloud.com/user-management/user-authentication) in Palette documentation. +Learn more about [authentication methods](/user-management/authentication/api-key) in Palette documentation. ## Import the Postman Collection diff --git a/docs/docs-content/clusters/public-cloud/azure/architecture.md b/docs/docs-content/clusters/public-cloud/azure/architecture.md index 4922b87062..058f9bc6ce 100644 --- a/docs/docs-content/clusters/public-cloud/azure/architecture.md +++ b/docs/docs-content/clusters/public-cloud/azure/architecture.md @@ -112,8 +112,27 @@ Use the `managedControlPlane.sku` parameter, as shown in the examples, to specif +## Upgrade Channels +You can configure the upgrade channel for Azure AKS cluster control planes. You have the ability to set the upgrade channel in the Kubernetes YAML file, allowing you to embed the upgrade channel in the cluster profile. The following values are supported: +- `none` +- `patch` +- `stable` +- `rapid` +- `node-image` + + +Add the `managedControlPlane.autoUpgradeProfile` parameter block to the cluster profile to configure the upgrade channel. The following example shows how to configure the upgrade channel to `rapid`. + +```yaml +managedControlPlane: + autoUpgradeProfile: + upgradeChannel: rapid +``` + + +To learn more about the upgrade channels, refer to the [Azure Upgrade Channel](https://learn.microsoft.com/en-us/azure/aks/auto-upgrade-cluster) documentation. ## Tags diff --git a/docs/docs-content/release-notes.md b/docs/docs-content/release-notes.md index a2704ba524..300b74aba8 100644 --- a/docs/docs-content/release-notes.md +++ b/docs/docs-content/release-notes.md @@ -34,7 +34,8 @@ Check out the following sections to learn about all the new features and improve - Self-hosted Palette installations, and Private Cloud Gateway (PCG), now support the ability to control the node affinity for the internal Palette components. You can configure the Palette Enterprise, or PCG cluster to deploy all internal component pods on control plane nodes. This is an option you enable during the install. -- Palette has been updated with a new feature that allows you and your team to receive platform notifications. This feature will keep you informed of any upcoming changes, news, or releases related to Palette. Additionally, you can now access product information and more through the new widget located in the bottom right corner of the Palette user interface. + +- Palette, in a multi-SaaS environment, has been updated with a new feature that allows you and your team to receive platform notifications. This feature will keep you informed of any upcoming changes, news, or releases related to Palette. Additionally, you can now access product information and more through the new widget located in the bottom right corner of the Palette user interface. - The enhanced pack experience introduced in Palette 4.0.0 for add-on packs is now available to all packs. @@ -46,9 +47,12 @@ Check out the following sections to learn about all the new features and improve - Palette now displays a warning message when you are about to trigger an action from the UI that will cause nodes to repave. Use these warnings to avoid triggering a node repave when it is not desired. +- You can now configure auto upgrade channels for Azure AKS clusters. Refer to the [Azure Architecture](./clusters//public-cloud/azure/architecture.md#upgrade-channels) documentation for more information. + + #### Deprecations and Removals -- The previous support widget used to create support tickets has been replaced with a new and improved widget. Use the new widget to create support tickets, access the Palette documentation, and more. +- The support widget previously used in Palette SaaS environments to create support tickets has been replaced with a new and improved widget. Use the new widget to create support tickets, access the Palette documentation, and more. #### Known Issues diff --git a/docs/docs-content/vertex/supported-platforms.md b/docs/docs-content/vertex/supported-platforms.md index 2db86f7d44..7d5ffe4540 100644 --- a/docs/docs-content/vertex/supported-platforms.md +++ b/docs/docs-content/vertex/supported-platforms.md @@ -42,4 +42,4 @@ The term *IaaS* refers to Palette using compute nodes that are not managed by a | **Service** | **Azure Gov Support?**| | --- | --- | -| **IaaS** | ✅ | \ No newline at end of file +| **IaaS** | ❌ | \ No newline at end of file