Skip to content
Merged
Changes from 1 commit
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
15 changes: 15 additions & 0 deletions releaseNotes/KubernetesProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## 2.2.0 - MM DD, 2025

### Enhancements

* Added support for on-demand refresh, which enables you to trigger an on-demand refresh to get the latest data from App Configuration and Key Vault by modifying `metadata.annotations` section. This enhancement makes the refresh process more flexible and responsive to real-time needs. [#87](https://github.com/Azure/AppConfiguration-KubernetesProvider/pull/87)
Comment thread
linglingye001 marked this conversation as resolved.
Outdated
* Added support for the `variants`, `allocation`, and `telemetry` properties for feature flags added by the [Microsoft.FeatureManagement.*](https://github.com/Azure/AppConfiguration?tab=readme-ov-file#feature-management-libraries) libraries. While variant feature flags can still be toggled on or off, they also allow for different configurations, ranging from simple primitives to complex JSON objects. Variant feature flags are particularly useful for feature rollouts, configuration rollouts, and feature experimentation (also known as A/B testing).
Comment thread
linglingye001 marked this conversation as resolved.
Outdated
* 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)
* Upgraded dependent packages. [#96](https://github.com/Azure/AppConfiguration-KubernetesProvider/pull/96)

### Bug Fixes

* Fixed a bug that the order of feature flags is inconsistent in every refresh. [#75](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/75)
Comment thread
linglingye001 marked this conversation as resolved.
Outdated
* 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 specified `selectors.snapshotName`. [#93](https://github.com/Azure/AppConfiguration-KubernetesProvider/pull/93)
Comment thread
linglingye001 marked this conversation as resolved.
Outdated


## 2.1.1 - January 8, 2025

### Enhancements
Expand Down