Skip to content

Releases: Azure/AppConfiguration-KubernetesProvider

v1.3.1

25 Apr 10:25
c86a99a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

17 Apr 09:44
26d0122
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

01 Mar 14:33
58007bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Release Note: https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/KubernetesProvider.md#120---march-1-2024

v1.1.0

26 Jan 07:43
04da47a
Compare
Choose a tag to compare

Azure App Configuration Kubernetes Provider v1.1.0 - December 22, 2023

Enhancements

  • Added the auth.workloadIdentity.managedIdentityClientIdReference property for workloadIdentity authentication. It enables the retrieval of the client ID of a user-assigned managed identity from a ConfigMap. #812
  • Added support for outputting the ConfigMap data in hierarchical format by specifying the new property configMapData.separator if the ConfigMap is consumed as a mounted file. This feature is useful if the configuration file loader used in your application can't load keys without converting them to the hierarchical format. #834

Bug fixes

  • Fixed a bug that may cause the Kubernetes provider to crash with an invalid memory address or nil pointer dereference error when a key-value pulled from App Configuration has a null value. #848