Skip to content

Releases: ribbybibby/ssl_exporter

v1.0.1

16 Jun 16:25
Compare
Choose a tag to compare

Changelog

5ca5c8c release 1.0.1
dc2882c Fix emailAddresses (#33)
8ef058e Modify build and release processes (#32)
41830d4 Fix connection leak (#31)
1305aac renew test certificates (#28)

v1.0.0

17 Mar 18:18
Compare
Choose a tag to compare

This release introduces significant changes to the metric structure, removing most of the metrics and leaving ssl_cert_not_after and ssl_cert_not_before but with metadata attached as labels.

In addition to that change, this release also adds a new metric ssl_tls_version_info which reports the TLS version used in the probe.

Changelog

b7cdf62 update release process notes in README
c98cb10 cut 1.0.0 release
66ae153 add a grafana dashboard (#25)
13519dd add goreleaser
e3477cf add TLS version metric (#24)
80765ab add a github action to build the docker image
78ce406 fix tests
11e3e4c move metadata out of metrics and into labels
000c8a8 add tests for notBefore and notAfter
486b47f describe not before metric
0983ffd use the parsed target when connecting with the http client
874f02f fix docker instructions in README
5b927d8 fix example queries in README
81ff845 bump go version in .promu.yaml
0089529 build with go 1.13 explicitly in the Dockerfile
0a4a402 remove unnecessary STATICCHECK_IGNORE from Makefile
6d5223c use promhttp.Handler()
81504f6 make it work with Go 1.13

1.0.0-rc.0 - 2020-02-25

25 Feb 08:53
Compare
Choose a tag to compare
v1.0.0-rc.0

fix tests

0.6.0 - 2019-09-21

21 Sep 09:59
Compare
Choose a tag to compare
  • Reinstate the http client for https://* addresses for the sake of proxying

This removes support for ldaps://* targets. Please use the form *:636 instead.

0.5.0 - 2019-03-24

24 Mar 21:10
Compare
Choose a tag to compare
  • Modify the exporter to act as a TLS client, rather than a HTTPS client
  • Make some attempt to convert targets into a valid format
  • Fix an issue where the subject_ou metric was only exported if there were subject IPs

This is a significant update to the way the exporter works but should be mostly backwards compatible.

The only potentially breaking change is that the name of the success metric has changed from ssl_https_connect_success to ssl_tls_connect_success.

0.4.0 - 2019-03-19

19 Mar 14:14
Compare
Choose a tag to compare
  • Support client authentication

0.3.0 - 2019-02-13

13 Feb 16:20
380d1bf
Compare
Choose a tag to compare
  • Export organisational units
  • Fix the example target

0.2.0 - 03.12.2017

03 Dec 12:52
Compare
Choose a tag to compare
  • No appreciable changes in the code, but:
  • Tested
  • Dockerised

0.1.0 - 06.11.2017

06 Nov 14:58
Compare
Choose a tag to compare
  • Initial release