Skip to content

Releases: julien-wff/docker-exporter

v2.2.1

26 Mar 11:21
Compare
Choose a tag to compare
  • Bump dependencies
    • github.com/docker/docker: v24 -> v26
    • github.com/prometheus/client_golang: v1.17 -> v1.19
  • Upgrade from go 1.21.3 to go 1.22.1

v2.2.0

10 Nov 11:18
Compare
Choose a tag to compare
  • Revert the usage of pathfile.Walk
  • Allow to disable volume size calculation

Full Changelog: v2.1.1...v2.2.0

v2.1.1

08 Nov 14:37
Compare
Choose a tag to compare
  • Fix x/net vulnerability
  • Use filepath.Walk instead of du

Full Changelog: v2.1.0...v2.1.1

v2.1.0

07 Nov 21:18
Compare
Choose a tag to compare
  • Custom request timeout
  • Parallel volume size calculation

Full Changelog: v2.0.0...v2.1.0

v2.0.0

07 Nov 16:02
Compare
Choose a tag to compare

Complete go rewrite with the same features

Full Changelog: 1.1.2...v2.0.0

1.1.2

13 Sep 09:37
Compare
Choose a tag to compare

Fix: reset metrics so deleted elements are not present anymore

Full Changelog: 1.1.1...1.1.2

1.1.1

23 Aug 20:19
Compare
Choose a tag to compare

Fixes wrong image tags and some opencontainers labels

Full Changelog: 1.1.0...1.1.1

1.1.0

23 Aug 19:48
Compare
Choose a tag to compare

Main changes :

  • better image names
  • opencontainers labels
  • various github actions improvements

Full Changelog: 1.0.0...1.1.0

1.0.0

23 Aug 17:39
Compare
Choose a tag to compare

Initial release of the exporter