Skip to content

Update CHANGELOG with EOL Notification support and PDB Manager#5828

Open
swgriffith wants to merge 1 commit into
masterfrom
swgriffith-patch-2
Open

Update CHANGELOG with EOL Notification support and PDB Manager#5828
swgriffith wants to merge 1 commit into
masterfrom
swgriffith-patch-2

Conversation

@swgriffith

Copy link
Copy Markdown
Member

This pull request updates the CHANGELOG.md to announce new AKS features and enhancements. The most significant additions are the introduction of AKS end of support notifications and the preview release of automatic Pod Disruption Budget (PDB) management.

New feature announcements:

  • Added a section announcing AKS end of support notifications, which automatically alert users when their cluster's Kubernetes version is nearing or past its end of support date. Alerts are sent at key intervals and do not require additional monitoring configuration.
  • Announced the preview of Automatic Pod Disruption Budget management, which automates PDB creation and scaling actions to prevent upgrade drain failures, reducing the need for manual intervention.Added AKS end of support notifications and automatic Pod Disruption Budget management features to the changelog.

Added AKS end of support notifications and automatic Pod Disruption Budget management features to the changelog.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates CHANGELOG.md to announce two new AKS capabilities: end of support notifications (GA) and automatic Pod Disruption Budget (PDB) management (preview), keeping the release notes current with newly available features.

Changes:

  • Added a Features bullet announcing AKS end of support notifications and how to surface those notifications.
  • Added a Preview features bullet announcing automatic PDB management (preview) and its upgrade/drain benefits.

Comment thread CHANGELOG.md
* [Azure Container Linux](https://learn.microsoft.com/azure/azure-linux/azure-container-linux-overview) is generally available (GA) as an OS option on AKS starting AKS v1.34. You can deploy ACL node pools in a new AKS cluster or add ACL node pools to your existing clusters. AKS also supports migrating existing node pools to ACL using in-place OS SKU migration or by creating new ACL node pools. For detailed migration steps, considerations, and rollback instructions, see [Migrate existing nodes to ACL](https://learn.microsoft.com/azure/azure-linux/tutorial-migrate-azure-container-linux-aks).
* [Azure Policy add-on](https://learn.microsoft.com/azure/governance/policy/concepts/policy-for-kubernetes) now generates ValidatingAdmissionPolicies (VAP) for all customers. This enforces CEL-based policies inside the API server process for minimal latency and enables fail-closed enforcement.

* [AKS end of support notifications](https://learn.microsoft.com/en-us/azure/aks/aks-end-of-support-notifications) are now available. AKS automatically notifies you when your cluster's Kubernetes version is approaching or has passed its end of support date, with alerts sent at two weeks out, one week out, and weekly after the support date passes—no monitoring add-on or maintenance window configuration required. Notifications are published to Azure Resource Graph and can be surfaced via email alerts or real-time Event Grid webhooks.
Comment thread CHANGELOG.md

* [Azure Linux 3.0 confidential VM (CVM)](https://learn.microsoft.com/azure/aks/use-azure-linux) is now available in preview in Fairfax (US Gov) regions. Register the `AzureLinuxCVMPreview` feature to enable it.
* [In-place node pool resize](https://learn.microsoft.com/azure/aks/resize-node-pool) is now available in preview. Resize the VM size of an existing VMSS-based node pool in place via `az aks nodepool update --node-vm-size`, without manually creating and migrating to a new node pool.
* [Automatic Pod Disruption Budget management](https://learn.microsoft.com/en-us/azure/aks/automatic-pod-disruption-budget-management) is now available in preview. The AKS extension automatically creates PDBs for unprotected deployments and temporarily scales up replicas to unblock node drain when a PDB would prevent eviction, then scales back down—eliminating manual intervention during upgrade drain failures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants