Releases: webdevops/azure-resourcegraph-exporter
Releases · webdevops/azure-resourcegraph-exporter
24.9.0
- switch to golang 1.23 and update deps
- add auto memlimit
24.2.0
- switch to golang 1.22
- update dependencies
23.12.0
- switch to golang 1.21
- update dependencies
- shorten useragent name (to make version visible in arm client)
23.6.0
- added workload identity auth support
- migrated to zap logger
- update dependencies
22.9.0
- update dependencies
- embed templates into binary
- update build system
22.8.0
- switch to golang 1.19
- migrate to new azure-sdk-for-go
22.5.0
- add
/query
webui for testing
- improve dynamic subscription list fetching (default subscription list will update automatically if new subscriptions are found)
- switch to golang 1.18
- update dependencies
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
- includes the regression fix
22.2.0
BREAKING CHANGES
- implement azuretracing metrics (replaces
azure_resourcegraph_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)
- update go dependencies