Releases: ribbybibby/ssl_exporter
v1.0.1
v1.0.0
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
v1.0.0-rc.0 fix tests
0.6.0 - 2019-09-21
- 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
- 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
- Support client authentication
0.3.0 - 2019-02-13
- Export organisational units
- Fix the example target
0.2.0 - 03.12.2017
- No appreciable changes in the code, but:
- Tested
- Dockerised
0.1.0 - 06.11.2017
- Initial release