K8s provider v2.3 release note#1073
Merged
RichardChen820 merged 2 commits intoAzure:mainfrom Jun 27, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Kubernetes provider release notes for versions 2.3.1 and 2.3.0.
- Adds release notes for 2.3.1 with enhancements and a bug fix regarding conditional refresh.
- Updates 2.3.0 notes to include enhancements like hierarchical secret data output and dependency upgrades.
Comments suppressed due to low confidence (2)
releaseNotes/KubernetesProvider.md:13
- [nitpick] Consider rephrasing for clarity, for example: 'Fixed a bug that caused the conditional refresh to fail after the controller restarted.'
* Fixed a bug that caused the conditional refresh does not work after controller restart. [#119](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/119)
releaseNotes/KubernetesProvider.md:19
- [nitpick] Consider rephrasing 'in a manner same as the hierarchical format ConfigMap' to 'in the same manner as a hierarchical ConfigMap' for improved readability.
* Added support for outputting the Secret data in hierarchical format by specifying the new property `secretData.separator`. This feature is useful if you'd like to use the Secret in a manner same as the hierarchical format ConfigMap. [#111](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/111)
Member
the suggested rephrasing sounds reasonable |
zhenlan
reviewed
Jun 25, 2025
zhenlan
reviewed
Jun 26, 2025
e3ee7b4 to
c7ceccb
Compare
zhenlan
approved these changes
Jun 27, 2025
c7ceccb to
15b1a37
Compare
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.
K8s provider v2.3 release note