Add release notes for Kubernetes Provider v2.6.0#1146
Open
Conversation
Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com> Agent-Logs-Url: https://github.com/Azure/AppConfiguration/sessions/3a3214a7-eee7-4e3c-bd31-e8a85d4a2c82
Copilot created this pull request from a session on behalf of
linglingye001
March 26, 2026 09:00
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new release-notes entry for the Azure App Configuration Kubernetes Provider v2.6.0 in the central documentation/reference repo.
Changes:
- Added a
2.6.0release section dated March 27, 2026. - Documented two enhancements: snapshot reference loading behavior and Entra ID audience configuration support.
Comment on lines
+9
to
+10
| * 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) |
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release notes for Azure App Configuration Kubernetes Provider v2.6.0 (March 27, 2026).