Skip to content

Releases: webdevops/azure-keyvault-exporter

22.2.2

14 Feb 22:25
Compare
Choose a tag to compare
  • fix regression with env var METRIC_AZURERM_API_REQUEST_LABELS not using apiEndpoint value

22.2.1

14 Feb 22:11
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

22.2.0

11 Feb 15:02
Compare
Choose a tag to compare

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

11 Jan 22:20
Compare
Choose a tag to compare
  • fix Azure environment support (eg. AzureChinaCloud)
  • improve logging
  • update dependencies

21.8.0

30 Aug 17:43
Compare
Choose a tag to compare
  • switch to golang 1.17
  • update dependencies
  • add gid to Dockerfile
  • add flag for lowercase resourceids

21.5.1

10 May 19:02
Compare
Choose a tag to compare
  • add object names as label (secretName, keyName, certificateName)

21.5.0

02 May 21:06
Compare
Choose a tag to compare
  • 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

16 Nov 19:31
Compare
Choose a tag to compare
  • 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

16 Aug 20:49
Compare
Choose a tag to compare
  • 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

05 Dec 18:05
Compare
Choose a tag to compare
  • Fix wrong Azure api endpoint
  • Move accessible state to azurerm_keyvault_status
  • Update dependencies