You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releaseNotes/KubernetesProvider.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@
10
10
11
11
### Bug Fixes
12
12
13
-
* Fixed a bug that caused the conditional refresh does not work after controller restart. [#119](https://github.com/Azure/AppConfiguration-KubernetesProvider/issues/119)
13
+
* 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)
14
14
15
15
## 2.3.0 - May 30, 2025
16
16
17
17
### Enhancements
18
18
19
-
* 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)
19
+
* 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)
0 commit comments