Skip to content

Commit

Permalink
Release notes of k8s provider v2.1.0 (#954)
Browse files Browse the repository at this point in the history
* resolve conflicts

* add bug fix

* update

* update

* update
  • Loading branch information
linglingye001 authored Nov 6, 2024
1 parent 37f0b3b commit a0561d0
Showing 1 changed file with 10 additions and 0 deletions.
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 - November 6, 2024

### 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 monitoring all selected key-values. The target ConfigMaps and Secrets will be refreshed if any of key-values are updated. Watching the sentinel key for refresh helps ensure data integrity of configuration changes but it's now optional. [#40](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/40)

### Bug fixes
* Fixed a bug where ConfigMaps and Secrets may be regenerated even if there is no data change. [#75](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/75)
* Fixed a bug where key-values with no label are not loaded if the label filter is specified as empty string. [#76](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/76)

## 2.0.0 - September 11, 2024

### Breaking changes
Expand Down

0 comments on commit a0561d0

Please sign in to comment.