Skip to content

Releases: orange-cloudfoundry/credhub_exporter

v0.2.5

07 Jul 15:06
Compare
Choose a tag to compare

Changelog

273a8f8 implement missing log.level cmdline flag

v0.2.4

07 Jul 14:10
Compare
Choose a tag to compare

Changelog

c685d52 bump dependencies

⚠️ breaking changes in log cmd-line arguments, use --log.stream stderr instead of --log.format logger:stderr

v0.2.3

25 Mar 13:13
004469d
Compare
Choose a tag to compare

Changelog

004469d Merge pull request #16 from orange-cloudfoundry/automated-dependencies-update
7150769 Auto-updated dependencies
bf60e32 add auto-update workflow
d1db4fc Merge pull request #15 from mchabane/patch-1
a5aa5e8 Update README.md

v0.2.2

25 Jan 15:13
Compare
Choose a tag to compare

Changelog

5e4f394 install CI/CD auto-release, bump dependencies

v0.2.0

06 Apr 15:02
Compare
Choose a tag to compare

Changelog

  • new strategy for metrics updates with ⚠️ breaking changes ⚠️
    • credhub is queried and metrics are written in a background routine every configured intervals (default 6h)
    • metrics are reset on each loop
    • prometheus can be configured to scrape the exporter every minutes or so
  • flag --metrics.udpate-interval ($CREDHUB_EXPORTER_METRICS_UPDATE_INTERVAL) has been added
  • flag --flush-metrics-cache has been removed since it's now the default and only behaviour
  • internal golang dependencies updated

v0.1.7

19 Feb 09:24
97216de
Compare
Choose a tag to compare

Changelog

  • Added flush-metrics-cache CREDHUB_EXPORTER_FLUSH_METRICS_CACHE argument which will clear the credentialMetrics and certificateExpiresMetrics vectors on each run of the collectors. (thanks @Freakin)

v0.1.6

27 Dec 09:18
Compare
Choose a tag to compare

Changelog

  • fix program crash when cannot create credub client for some reason #9 (thanks @jtuchscherer)

v0.1.5

05 Oct 08:24
Compare
Choose a tag to compare
  • handle error when reading certificates (thanks @damzog)

v0.1.4

22 Aug 09:25
Compare
Choose a tag to compare
  • #5 Support for specifying credhub root path or creds name matching query string
  • #6 Keep deployment-name flag instead of director label

v0.1.3

17 Aug 23:37
Compare
Choose a tag to compare
add last scrap timestamp