From 8ef997f3e37a106cd58d5b389e1c1395a72b4b66 Mon Sep 17 00:00:00 2001 From: Richard Chen Date: Wed, 25 Jun 2025 10:42:06 +0800 Subject: [PATCH 1/2] K8s provider v2.3 release note --- releaseNotes/KubernetesProvider.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/releaseNotes/KubernetesProvider.md b/releaseNotes/KubernetesProvider.md index b7582471..32c99752 100644 --- a/releaseNotes/KubernetesProvider.md +++ b/releaseNotes/KubernetesProvider.md @@ -2,6 +2,23 @@ [Image][image] | [Sample][sample] +## 2.3.1 - June 25, 2025 + +### Enhancements + +* Upgraded dependent packages. [#122](https://github.com/Azure/AppConfiguration-KubernetesProvider/pull/122) + +### Bug Fixes + +* Fixed a bug that caused the conditional refresh does not work after controller restart. [#119](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/119) + +## 2.3.0 - May 30, 2025 + +### Enhancements + +* Added support for outputting the Secret data in hierarchical format by specifying the new property `secretData.separator`. This feature is useful if you'd like to use the Secret in a manner same as the hierarchical format ConfigMap. [#111](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/111) +* Upgraded dependent packages. [#115](https://github.com/Azure/AppConfiguration-KubernetesProvider/pull/115) + ## 2.2.4 - May 13, 2025 ### Enhancements From 15b1a37bc61345ea49d3d10d9e68d1321a54b151 Mon Sep 17 00:00:00 2001 From: Richard Chen Date: Fri, 27 Jun 2025 11:18:50 +0800 Subject: [PATCH 2/2] update --- releaseNotes/KubernetesProvider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releaseNotes/KubernetesProvider.md b/releaseNotes/KubernetesProvider.md index 32c99752..44207536 100644 --- a/releaseNotes/KubernetesProvider.md +++ b/releaseNotes/KubernetesProvider.md @@ -10,13 +10,13 @@ ### Bug Fixes -* Fixed a bug that caused the conditional refresh does not work after controller restart. [#119](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/119) +* Fixed a bug that caused the refreshing doesn't honor the change of sentinel key after controller restart. [#119](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/119) ## 2.3.0 - May 30, 2025 ### Enhancements -* Added support for outputting the Secret data in hierarchical format by specifying the new property `secretData.separator`. This feature is useful if you'd like to use the Secret in a manner same as the hierarchical format ConfigMap. [#111](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/111) +* Added support for outputting the Secret data in hierarchical format by specifying the new property `spec.secret.target.secretData` if the Secret is consumed as a mounted file. See [here](https://learn.microsoft.com/azure/azure-app-configuration/reference-kubernetes-provider?tabs=default#:~:text=spec.secret.target.secretData) for detail. [#111](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/111) * Upgraded dependent packages. [#115](https://github.com/Azure/AppConfiguration-KubernetesProvider/pull/115) ## 2.2.4 - May 13, 2025