You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now support the dropdown input type. This improvement allows users to enforce the configuration of cluster profile
36
-
variables using predefined values only, reducing input errors and enhancing cluster profile validation.
38
+
39
+
- Palette supports encryption at host of your Azure Kubernetes cluster using
40
+
[End-to-End encryption with platform-managed keys](https://learn.microsoft.com/en-us/azure/virtual-machines/disk-encryption#encryption-at-host---end-to-end-encryption-for-your-vm-data).
41
+
This ensures that encryption starts on the VM host itself, including temporary disks, operating system (OS), and data
42
+
disk caches. Refer to the Azure Encryption At Host for Azure IaaS guide for further information.
43
+
44
+
- Velero has been upgraded to version 1.16, which is used internally by Palette for backing up and restoring clusters.
45
+
Existing clusters with backups configured will be automatically updated to Velero version 1.16, ensuring continuous
46
+
access to backup and restore functionality. Refer to the
47
+
[Backup and Restore](../clusters/cluster-management/backup-restore/backup-restore.md) page to learn more about backup
48
+
and restore tools in Palette.
49
+
37
50
- When creating Azure IaaS clusters, you can disable automatic creation of route table entries for pod-to-pod
38
51
communication using the `cloud.cloudControllerManager.configureCloudRoutes` parameter. This improvement is useful when
39
52
using Calico or Cilium Container Network Interfaces (CNIs), which support pod networking across nodes by default
40
53
without requiring these route tables and entries. Refer to the
41
54
[Create and Manage Azure IaaS Cluster](../clusters/public-cloud/azure/create-azure-cluster.md#deploy-an-azure-cluster)
42
55
guide for more information.
43
56
57
+
<!-- prettier-ignore-start -->
58
+
59
+
-[Palette Management Appliance](../enterprise-version/install-palette/palette-management-appliance.md) and
60
+
[VerteX Management Appliance](../vertex/install-palette-vertex/vertex-management-appliance.md) now automatically
61
+
delete the `provider_extract` directory after deployment, removing unused files. Additionally, Palette and VerteX
62
+
management appliance now use <VersionedLinktext="Palette eXtended Kubernetes Edge (PXK-E)"url="/integrations/packs/?pack=edge-k8s" /> 1.32.8 and <VersionedLinktext="Piraeus Operator"url="/integrations/packs/?pack=piraeus-operator" /> 2.9.0 internally.
63
+
64
+
<!-- prettier-ignore-end -->
65
+
66
+
#### Bug Fixes
67
+
68
+
- Fixed an issue that prevented the
69
+
[Virtual Machine Migration Assistant](../vm-management/vm-migration-assistant/vm-migration-assistant.md) from
70
+
successfully upgrading several resources in the `konveyor-forklift` namespace.
71
+
72
+
- Fixed an issue that caused a public NAT gateway to be incorrectly provisioned for
73
+
[Azure IaaS clusters](../clusters/public-cloud/azure/create-azure-cluster.md) configured to use private networks.
74
+
75
+
- Fixed an issue that prevented the [Azure Service Operator (ASO)](https://azure.github.io/azure-service-operator/) from
76
+
attaching the worker pool subnet to the NAT Gateway for
77
+
[Azure IaaS clusters](../clusters/public-cloud/azure/create-azure-cluster.md) using static placement.
78
+
44
79
#### Deprecations and Removals
45
80
46
81
-[EKS-optimized Amazon Linux 2 (AL2) AMIs](https://docs.aws.amazon.com/eks/latest/userguide/eks-ami-deprecation-faqs.html)
@@ -53,11 +88,17 @@ tags: ["release-notes"]
53
88
54
89
### Edge
55
90
91
+
:::info
92
+
93
+
The [CanvOS](https://github.com/spectrocloud/CanvOS) version corresponding to the 4.7.c Palette release is 4.7.15.
94
+
95
+
:::
96
+
56
97
#### Features
57
98
58
99
<!-- prettier-ignore-start -->
59
100
60
-
- Overlay networks are now supported for the following cluster types. Refer to our [Enable Overlay Network](../clusters/edge/networking/vxlan-overlay.md#supported-clusters) guide for a comprehensive list of supported cluster combinations.
101
+
- Overlay networks are exiting Tech Preview status and are now production-ready. They are now supported for the following cluster types. Refer to our [Enable Overlay Network](../clusters/edge/networking/vxlan-overlay.md#supported-clusters) guide for a comprehensive list of supported cluster combinations.
61
102
62
103
- <VersionedLinktext="Palette eXtended Kubernetes Edge (PXK-E)"url="/integrations/packs/?pack=edge-k8s" /> - FIPS, single and multi-node clusters
0 commit comments