Skip to content

Releases: webdevops/azure-resourcegraph-exporter

24.9.0

14 Sep 18:28
Compare
Choose a tag to compare
  • switch to golang 1.23 and update deps
  • add auto memlimit

24.2.0

17 Feb 14:25
Compare
Choose a tag to compare
  • switch to golang 1.22
  • update dependencies

23.12.0

17 Dec 15:29
Compare
Choose a tag to compare
  • switch to golang 1.21
  • update dependencies
  • shorten useragent name (to make version visible in arm client)

23.6.0

15 Jun 21:59
Compare
Choose a tag to compare
  • added workload identity auth support
  • migrated to zap logger
  • update dependencies

22.9.0

18 Sep 13:06
Compare
Choose a tag to compare
  • update dependencies
  • embed templates into binary
  • update build system

22.8.0

07 Aug 19:31
Compare
Choose a tag to compare
  • switch to golang 1.19
  • migrate to new azure-sdk-for-go

22.5.0

22 May 19:00
Compare
Choose a tag to compare
  • 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

14 Feb 22:48
Compare
Choose a tag to compare

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

11 Feb 15:50
Compare
Choose a tag to compare

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

08 Jan 13:34
Compare
Choose a tag to compare
  • fix Azure environment support (eg AzureChinaCloud)
  • update go dependencies