Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes of k8s provider v2.1.0 #954

Merged
Merged
Changes from 2 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
10 changes: 10 additions & 0 deletions releaseNotes/KubernetesProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 2.1.0 -

### Enhancements
* Added support for load balancing mode, which enables your workloads to distribute requests to App Configuration across all available replicas. This enhancement improves the scalability of applications that typically experience high request volumes to App Configuration, ensuring they remain within quota limits. Load balancing mode is disabled by default and can be activated by setting `loadBalancingEnabled` to `true`. [#55](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/55)
* Added support for refreshing ConfigMap without using sentinel keys. The Kubernetes provider will monitor the changes of selected key-values/feature flags and refresh the target ConfigMap only if the data updates. [#40](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/40)
linglingye001 marked this conversation as resolved.
Show resolved Hide resolved
* Added support for refreshing Secrets only if data from Key Vault is updated. This enhancement can reduce the overall resource overhead and improve the performance of your workload.
linglingye001 marked this conversation as resolved.
Show resolved Hide resolved

### Bug fixes
* Fixed a bug where empty string label filter is not converted to a null label. [#67](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/67)
linglingye001 marked this conversation as resolved.
Show resolved Hide resolved

## 2.0.0 - September 11, 2024

### Breaking changes
Expand Down