Skip to content

Commit

Permalink
Kubernetes provider release notes v1.3.0 (#894)
Browse files Browse the repository at this point in the history
* release notes for k8s provider v1.3.0

* update

* add release date
  • Loading branch information
linglingye001 authored Apr 17, 2024
1 parent db4e0a5 commit 23348db
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.3.0 - April 17, 2024

### Enhancements
* Added support for replica auto-discovery. For App Configuration stores with geo-replication enabled, the Kubernetes provider will now automatically discover replicas and attempt to connect to them when it fails to connect to user-provided endpoint. This capability allows workloads to leverage geo-replication for enhanced resiliency without redeployment. Replica discovery is enabled by default and can be disabled by setting `replicaDiscoveryEnabled` to `false`.
* Added support for storing Key Vault references of TLS certificates to [Kubernetes TLS Secrets](https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets). [#821](https://github.com/Azure/AppConfiguration/issues/821)
* Added support for downloading snapshot's key-values from Azure App Configuration, which is useful to safely deploy configuration changes.

## 1.2.0 - March 1, 2024

### Enhancements
Expand Down

0 comments on commit 23348db

Please sign in to comment.