Skip to content

Releases: anas-aso/ssllabs_exporter

v0.4.2

17 Apr 14:55
21ca8c1
Compare
Choose a tag to compare

Fixed

  • #38 The API client to SSLLabs was not initialized due to a missing parameter.

v0.4.1

14 Apr 14:33
b536722
Compare
Choose a tag to compare

Changed

  • #37 Use Go 1.20 docker image to build the binary file.

v0.4.0

14 Apr 14:24
292be03
Compare
Choose a tag to compare

Changed

v0.3.0

19 Apr 14:30
6330115
Compare
Choose a tag to compare

Fixed

  • #21 Fix a failing test due to Go 1.15 upgrade (Thanks @zerkms for the PR).
  • #25 Make sure the response body is always closed.

Added

  • #24 Add flag to not cache unsuccessful assessments due to intermittent ssllabs issue.

Changed

  • #26 Switch to zerolog for a consistent logging format and less allocations.
  • #27 Go 1.16
  • #28 Upgrade Prometheus client and Zerolog dependencies.

v0.2.0

10 Apr 17:02
56db0cd
Compare
Choose a tag to compare

Fixed

  • #10 Fix the reported probe time as sometimes SSLabs responds by a very old value
  • #12 Fix goroutines leaks

Added

  • #11 Add support for caching results
  • #13 more tests coverage for the main package

Changed

  • #13 Rename metric ssllabs_grade_age_seconds to ssllabs_grade_time_seconds
  • #13 --timeout flag value changed from int to time.Duration formats to ease readability
  • #10 the reported probe time is generated by the exporter now instead of using the returned value from SSLLabs API

v0.1.0

16 Mar 19:57
e55b819
Compare
Choose a tag to compare

Added

  • #7 expose build parameters in ssllabs_exporter and SSLLabs API in ssllabs_api.

Changed

  • #4 [breaking change] Expose SSLLabs grades in a grade label and set the metric value to 0, 1 or -1 to distinguish different failure cases.

Initial release

17 Feb 14:33
2b71fe5
Compare
Choose a tag to compare
v0.0.1

Add license. (#1)