Skip to content

Commit

Permalink
Kubernetes provider 1.2.0 release notes (#866)
Browse files Browse the repository at this point in the history
* update release notes for k8s provider v1.2.0

* resolve comments

* modify version to 1.1.1

* update

* update version

* update

* update
  • Loading branch information
linglingye001 authored Mar 1, 2024
1 parent fdc2453 commit 7622e06
Showing 1 changed file with 7 additions and 0 deletions.
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]

## 1.2.0 -

### Enhancements
* Added support for downloading feature flags from Azure App Configuration.
* Added support for setting `nodeSelector`, `affinity` and `tolerations` when using helm to install Azure App Configuration Kubernetes Provider. It's useful for node assignment management. [#858](https://github.com/Azure/AppConfiguration/issues/858)
* Added support for setting `autoscaling` when using helm to install Azure App Configuration Kubernetes Provider. By default, `autoscaling` is disabled. However, if you have multiple `AzureAppConfigurationProvider` resources to produce multiple ConfigMaps/Secrets, you can enable horizontal pod autoscaling by setting `autoscaling.enabled` to `true`.

## 1.1.0 - December 22, 2023

### Enhancements
Expand Down

0 comments on commit 7622e06

Please sign in to comment.