Skip to content

Commit ce29b9f

Browse files
K8s provider release notes v2.2.0 (#1021)
* k8s provider release notes v2.2.0 * update * update release date
1 parent 16fa1db commit ce29b9f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

releaseNotes/KubernetesProvider.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
[Image][image] | [Sample][sample]
44

5+
## 2.2.0 - March 11, 2025
6+
7+
### Enhancements
8+
9+
* Added support for on-demand refresh of ConfigMap and Secret. While you can set up automatic data refresh, there are times when you might want to trigger an on-demand refresh to get the latest data from App Configuration and Key Vault. To do this, you can modify the `metadata.annotations` section. This enhancement makes the refresh process more flexible and better suited to your workflow. [#87](https://github.com/Azure/AppConfiguration-KubernetesProvider/pull/87)
10+
* Added support for variant feature flags.
11+
* Added support for injecting additional telemetry metadata to feature flags if telemetry is enabled, including `FeatureFlagId`, `FeatureFlagReference`, and `ETag`. [#94](https://github.com/Azure/AppConfiguration-KubernetesProvider/pull/94)
12+
* Upgraded dependent packages. [#96](https://github.com/Azure/AppConfiguration-KubernetesProvider/pull/96)
13+
14+
### Bug Fixes
15+
16+
* Fixed a bug where the order of feature flags might not be retained between refreshes. [#75](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/75)
17+
* Fixed a regression bug in version 2.1.0 that may cause the Kubernetes provider to crash with an `invalid memory address or nil pointer dereference` error when `selectors.snapshotName` is specified. [#93](https://github.com/Azure/AppConfiguration-KubernetesProvider/pull/93)
18+
19+
520
## 2.1.1 - January 8, 2025
621

722
### Enhancements

0 commit comments

Comments
 (0)