Skip to content

Releases: orange-cloudfoundry/credhub_exporter

v0.5.0

20 Jan 03:24
bfdac93
Compare
Choose a tag to compare

Changelog

  • bfdac93 Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0 (#20)
  • a46e0ec unit-test on all commits

v0.4.0

21 Oct 03:23
3e465ae
Compare
Choose a tag to compare

Changelog

3e465ae Bump github.com/prometheus/common from 0.31.1 to 0.32.1 (#19)

v0.3.0

11 Oct 07:18
Compare
Choose a tag to compare

Changelog

bump dependencies internal dependencies:

- go 1.15
+ go 1.17
require( 
-   code.cloudfoundry.org/credhub-cli v0.0.0-20210705130154-e13c0e0f2a0a
+   code.cloudfoundry.org/credhub-cli v0.0.0-20211004130317-313b3a1fa385
-   github.com/prometheus/common v0.29.0
+   github.com/prometheus/common v0.31.1
)

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)