Releases: Azure/AppConfiguration-KubernetesProvider
Releases · Azure/AppConfiguration-KubernetesProvider
v2.1.0
What's Changed
- Refresh secret when data change by @linglingye001 in #53
- Refresh ConfigMap when data change by @linglingye001 in #59
- Add more test cases for different scenarios by @linglingye001 in #64
- Load balance support by @linglingye001 in #65
- Set label filter to nil when it's empty string by @linglingye001 in #70
- Fix sentinel refresh and nil pointer issue by @linglingye001 in #77
- bump up version 2.1.0 by @linglingye001 in #78
- Fix nil pointer when empty secret refresh by @linglingye001 in #79
- Merge release/v2/stable to main by @linglingye001 in #80
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Update Dockerfile for multi-arch image build by @linglingye001 in #36
- Merge release/v1 to main by @RichardChen820 in #37
- Not running on windows node by @RichardChen820 in #30
- Bump up version to 2.0.0-preview by @RichardChen820 in #42
- Workload identity support namespaced service account by @RichardChen820 in #39
- Upgrade package by @linglingye001 in #44
- Deduplicate feature flags by @linglingye001 in #50
- Treat getting settings from one client failure as warning by @RichardChen820 in #48
- Add node affinity and toleration configuration by @RichardChen820 in #46
- K8s provider conformance test plugin by @linglingye001 in #43
- Setup golangci lint action by @linglingye001 in #51
- Add Correlation Context header for extension by @RichardChen820 in #47
- Update extension test plugin conformance file by @linglingye001 in #52
- Add timeout parameter in GolintCI by @linglingye001 in #54
- Revise the error message for selector object verification by @RichardChen820 in #56
- Bump up version to 2.0.0 by @RichardChen820 in #58
- Add data collection section in readme by @RichardChen820 in #57
- Require to opt-in for the global service account by @RichardChen820 in #60
- Fix vulnerability by @linglingye001 in #68
- Merge Release/v2/preview to main by @RichardChen820 in #73
Full Changelog: v1.3.1...v2.0.0
v1.3.1
What's Changed
- Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #31
- Fix the secret creation and update issue by @RichardChen820 in #34
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Support generating cert based TLS type secret by @RichardChen820 in #10
- Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in #22
- Add Snapshot selector support by @RichardChen820 in #17
- Improve the readability of error message by @RichardChen820 in #24
- Failover support by @linglingye001 in #20
- Refactor the SRV lookup timeout by @RichardChen820 in #26
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Feature flag support by @linglingye001 in #7
- Update feature flag refresh section by @linglingye001 in #9
- Merge release/v1.1 to main by @linglingye001 in #12
- Add missing default value for feature flag refresh by @RichardChen820 in #13
- Snake casing for Microsoft Feature Management schema by @linglingye001 in #15
New Contributors
- @RichardChen820 made their first contribution in #13
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
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 anull
value. #848