Skip to content

Releases: webdevops/azure-devops-exporter

24.9.0

14 Sep 14:21
Compare
Choose a tag to compare
  • switch to golang 1.23 and update dependencies
  • add automemlimit
  • split arg init and arg parse, fix init order (#95, thanks to @moredatapls)
  • add buildDefinitionID to agentPoolBuildWait (#101, thanks to @akorsos)
  • allow fetching all builds and other than completed (#102, #94, thanks to @Breee)

Important

I've lost access to Azure DevOps (ADO) instance so i cannot provide proper support anymore.
The exporter will still be updated but don't expect active development.

Also Microsoft seems to have lost interest in ADO in favor of GitHub, the development of ADO actions has
nearly stopped, they don't fix use of deprecated Azure APIs and even features which are supported in
GitHub for a long time are not backported to ADO.

24.6.0

01 Jun 10:46
Compare
Choose a tag to compare
  • update dependencies
  • fix an issue where the resty clients weren't initialized correctly (#89, thanks to @moredatapls)
  • add metrics from tags (#83, thanks to @gucaldeira)

24.3.0

31 Mar 12:27
Compare
Choose a tag to compare
  • add azure authentication, refactored to use azidentity with workload identity support (#77, thanks to @moredatapls)
  • update dependencies

24.2.0

17 Feb 11:48
Compare
Choose a tag to compare
  • added Delay Functionality for ADO usage (thanks to @Eldarrin)
  • update dependencies
  • switch to golang 1.22

23.2.0

11 Feb 15:33
Compare
Choose a tag to compare
  • update dependencies

22.9.0

17 Sep 20:50
Compare
Choose a tag to compare
  • update dependencies
  • smaller cleanups

22.8.0

07 Aug 14:54
Compare
Choose a tag to compare
  • switch to golang 1.19
  • update dependencies

22.7.0

30 Jul 20:15
Compare
Choose a tag to compare
  • switch to golang 1.18
  • update dependencies
  • make AZURE_DEVOPS_AGENTPOOL optional (collect all agentpools)
  • add servicediscovery (caching of project list)
  • update build system (dockerbased crosscompiling)
  • add azure_devops_api_request histogram metric (request tracing)
  • bugfixes (thanks to @pge-bw)
  • add result label for buildStatus metric (thanks to @pge-bw)

21.8.1

28 Aug 21:45
Compare
Choose a tag to compare
  • switch to golang 1.17
  • update dependencies

21.8.0

09 Aug 17:53
Compare
Choose a tag to compare
  • renamed AZURE_DEVOPS_FILTER_AGENTPOOL to AZURE_DEVOPS_AGENTPOOL
  • added possibility to load access token from file via AZURE_DEVOPS_ACCESS_TOKEN_FILE
  • added organization to host url for on premise installations
  • updated dependencies