Skip to content

Update CHANGELOG.md - #5820

Open
wdarko1 wants to merge 13 commits into
Azure:masterfrom
wdarko1:release-note-update-5-29-26
Open

Update CHANGELOG.md#5820
wdarko1 wants to merge 13 commits into
Azure:masterfrom
wdarko1:release-note-update-5-29-26

Conversation

@wdarko1

@wdarko1 wdarko1 commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Update May 2026 release note with

NAP changes

  • Custom Linux OS Settings
  • NAP related updates for Machine API Integration
  • GPU Operator Support
  • AMD GPU SKU support
  • Restriction for new subscriptions where NAP will block users setting labels agentpool, storageprofile, storagetier, accelerator, and labels with a prefix of kubernetes.azure.com. Breaking change for existing subscriptions will happen Sept 30.

VM Node Pools

  • Mixed SKU Autoscaling now available in Public Preview

Add NAP related updated for Machine API Integration
Clarified Node Auto Provisioning (NAP) changes regarding machine manager role and deletion policies in 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

Updates the AKS changelog to document new Node Auto Provisioning (NAP) capabilities and behavioral changes related to Machine API integration, so customers can understand new supported scenarios and upcoming cluster behavior changes.

Changes:

  • Added NAP feature notes for custom Linux OS settings and AMD GPU SKU support via AKSNodeClass.
  • Added NAP behavioral changes covering label restrictions, Machine API representation, subnet/identity constraints, and upcoming node naming changes.

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Revise details on machine api node pool name in NAP clusters
Copilot AI review requested due to automatic review settings June 10, 2026 23:54

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
wdarko1 added 2 commits June 10, 2026 17:25
Added information about mixed SKU autoscaling in Virtual Machine node pools to the changelog.
Copilot AI review requested due to automatic review settings June 25, 2026 13:19

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
wdarko1 added 2 commits June 25, 2026 06:24
Corrected capitalization of 'Nvidia' to 'NVIDIA' and made minor grammatical adjustments in the changelog.
Copilot AI review requested due to automatic review settings June 25, 2026 13:27

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 6, 2026 17:00

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Updated Node Auto Provisioning (NAP) features for Linux nodes and GPU support with additional documentation links.
Copilot AI review requested due to automatic review settings July 13, 2026 16:05

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 22, 2026 19:07

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

CHANGELOG.md:39

  • Minor grammar/linking cleanup: add an article before "NVIDIA GPU Operator" and remove the unnecessary comma before "and" in the "See ..." sentence.
* Node Auto Provisioning (NAP) managed clusters can now support AMD GPU SKUs, NVIDIA GPU Operator, and custom driver installation via the AKSNodeClass. See our [AKSNodeClass documentation](https://learn.microsoft.com/azure/aks/node-auto-provisioning-aksnodeclass), and [GPU Operator on AKS documentation](https://learn.microsoft.com/azure/aks/nvidia-gpu-operator?tabs=nap-nodes) for more information.

Comment thread CHANGELOG.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 24, 2026 14:59

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (2)

CHANGELOG.md:39

  • The phrasing and punctuation make this entry harder to scan ("can now support" + "See our ..., and ..."). Consider using a more direct sentence and combining the two references without the extra comma.
* Node Auto Provisioning (NAP) managed clusters can now support AMD GPU SKUs, NVIDIA GPU Operator, and custom driver installation via the AKSNodeClass. See our [AKSNodeClass documentation](https://learn.microsoft.com/azure/aks/node-auto-provisioning-aksnodeclass), and [GPU Operator on AKS documentation](https://learn.microsoft.com/azure/aks/nvidia-gpu-operator?tabs=nap-nodes) for more information.

CHANGELOG.md:59

  • "will now be granted" is grammatically awkward and makes it unclear whether this is effective already in this release or a future change. Use a consistent present-tense release-note style (for example, "is now granted").
* The cluster identity of Node Auto Provisioning (NAP) enabled clusters will now be granted the `AKS Nodepool Machine Manager` role.

Comment thread CHANGELOG.md Outdated
@wdarko1
wdarko1 requested a review from xuexu6666 July 24, 2026 17:14
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 24, 2026 17:15

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (2)

CHANGELOG.md:39

  • Minor grammar: the comma after the first documentation link breaks the "X and Y" structure. Removing it improves readability and matches the style used in nearby bullets.
* Node Auto Provisioning (NAP) managed clusters can now support AMD GPU SKUs, NVIDIA GPU Operator, and custom driver installation via the AKSNodeClass. See our [AKSNodeClass documentation](https://learn.microsoft.com/azure/aks/node-auto-provisioning-aksnodeclass), and [GPU Operator on AKS documentation](https://learn.microsoft.com/azure/aks/nvidia-gpu-operator?tabs=nap-nodes) for more information.

CHANGELOG.md:61

  • The node naming pattern uses literal-looking placeholders (e.g., nodepool-name and ########), which can be misread as exact strings to expect. Consider using explicit placeholders (for example, <nodepool-name> and <8-digit-id>) to make it clear what parts vary.
* The naming convention for Node Auto Provisioning (NAP) managed nodes is now `aks-aksmanagedap-nodepool-name-########-vm` instead of `nodepool-name-hash`.

Comment thread CHANGELOG.md
Comment on lines +59 to +61
* The cluster identity of Node Auto Provisioning (NAP) enabled clusters will now be granted the `AKS Nodepool Machine Manager` role.
* Custom subnets are no longer permitted on Node Auto Provisioning (NAP) managed clusters using system-assigned identities. For custom subnets with NAP managed clusters, use user-assigned identities. To set up a user-assigned identity, see our [documentation](https://learn.microsoft.com/azure/aks/user-assigned-managed-identity).
* The naming convention for Node Auto Provisioning (NAP) managed nodes is now `aks-aksmanagedap-nodepool-name-########-vm` instead of `nodepool-name-hash`.
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