Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions releaseNotes/KubernetesProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

[Image][image] | [Sample][sample]

## 2.6.0 - March 27, 2026

### Enhancements

* Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically loads all key-values from the referenced snapshot. This enables dynamically switching between snapshots at runtime. [#166](https://github.com/Azure/AppConfiguration-KubernetesProvider/pull/166)
* Added support for specifying the Entra ID audience for authentication with Azure App Configuration. [#164](https://github.com/Azure/AppConfiguration-KubernetesProvider/pull/164)
Comment on lines +9 to +10
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

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

The linked PRs don’t appear to match the described enhancements: PR #166 is titled "Fix the link to the authentication doc" and PR #164 is a revert of a Golang sample code change, but these bullets attribute snapshot references and Entra ID audience support to them. Please verify and update the PR links (or the bullet descriptions) so the release notes point to the correct changes.

Copilot uses AI. Check for mistakes.

## 2.5.3 - Mar 4, 2026

### Enhancements
Expand Down
Loading