Releases: webdevops/azure-keyvault-exporter
Releases · webdevops/azure-keyvault-exporter
22.2.2
- fix regression with env var
METRIC_AZURERM_API_REQUEST_LABELS
not using apiEndpoint
value
22.2.1
BREAKING CHANGES
- changed azuretracing metrics
- renamed
endpoint
to apiEndpoint
to avoid prometheus-operator label clash
- fix not working autoreset for azuretracing
- add
tenantID
22.2.0
BREAKING CHANGES
- implement azuretracing metrics (replaces
azurerm_ratelimit
metric)
- add
azurerm_api_ratelimit
metric on /metrics
endpoint
- add
azurerm_api_request*
metrics on /metrics
endpoint
- using alpine as build system and strip debug symbols (smaller container image)
22.1.0
- fix Azure environment support (eg. AzureChinaCloud)
- improve logging
- update dependencies
21.8.0
- switch to golang 1.17
- update dependencies
- add gid to Dockerfile
- add flag for lowercase resourceids
21.5.1
- add object names as label (secretName, keyName, certificateName)
21.5.0
- switch to golang 1.16
- update dependencies
- add full AZURE_ENVIRONMENT support (eg. azure china)
- add azurerm_keyvault_entries metric
- add azurerm_ratelimit metric
- refactoring and bugfixing
20.11.0
- update golang dependencies
- image now build by GitHub actions and pushed to Docker Hub and Quay
- switch to multi arch build (amd64 & arm64)
20.8.0
- Switch to Calendar Versioning with
YY.MM.MICRO format
(year, month, increment)
- switch to golang 1.15
- update dependencies
- implement azure environment support (public cloud, government cloud, …)
- implement logrus
- improve logging
- small bugfixes
- changed param names
(switched from master
to main
as default branch)
0.7.0
- Fix wrong Azure api endpoint
- Move accessible state to azurerm_keyvault_status
- Update dependencies