Releases: prometheus/blackbox_exporter
Releases · prometheus/blackbox_exporter
0.26.0 / 2025-02-26
- [CHANGE] adopt log/slog, drop go-kit/log #1311
- [FEATURE] Add metric to record tls ciphersuite negotiated during handshake #1203
- [FEATURE] Add a way to export labels with content matched by the probe #1284
- [FEATURE] Reports Certificate Serial number #1333
- [ENHANCEMENT] Enable misspell linter #1248
- [ENHANCEMENT] Fix incorrect parameters name in documentation #1126
- [ENHANCEMENT] Add stale workflow to start sync with stale.yaml in prometheus #1170
- [ENHANCEMENT] Update CONFIGURATION.md to clarify that valid_status_codes expects a list #1335
- [ENHANCEMENT] Skip failing IPv6 tests in test CI Pipeline #1342
- [ENHANCEMENT] Add RabbitMQ probe example #1349
- [BUGFIX] Only register grpc TLS metrics on successful handshake #1338
0.25.0 / 2024-04-09
0.24.0 / 2023-05-16
0.23.0 / 2022-12-02
- [SECURITY] Update Exporter Toolkit (CVE-2022-46146) #979
- [FEATURE] Support multiple Listen Addresses and systemd socket activation #979
- [FEATURE] Add leaf certificate details in a new
probe_ssl_last_chain_info
metric. #943 - [FEATURE] DNS: Add
Add probe_dns_query_succeeded
metric. #990
0.22.0 / 2022-08-02
0.21.1 / 2022-06-17
- [BUGFIX] Fix a data race in HTTP probes. #929
0.21.0 / 2022-05-30
This Prometheus release is built with go1.18, which contains two noticeable
changes related to TLS and HTTP:
- TLS 1.0 and 1.1 disabled by default client-side.
Blackbox Exporter users can override this with themin_version
parameter of
tls_config. - Certificates signed with the SHA-1 hash function are rejected.
This doesn't apply to self-signed root certificates.
- [BUGFIX] Prevent setting negative timeouts when using a small scrape interval. #869
0.21.0-rc.0 / 2022-05-10
This Prometheus release is built with go1.18, which contains two noticeable
changes related to TLS and HTTP:
- TLS 1.0 and 1.1 disabled by default client-side.
Blackbox Exporter users can override this with themin_version
parameter of
tls_config. - Certificates signed with the SHA-1 hash function are rejected.
This doesn't apply to self-signed root certificates.
- [BUGFIX] Prevent setting negative timeouts when using a small scrape interval. #869
0.20.0 / 2022-03-16
- [FEATURE] Add support for grpc health check. #835
- [FEATURE] Add hostname parameter. #823
- [ENHANCEMENT] Add body_size_limit option to http module. #836
- [ENHANCEMENT] Change default user agent. #557
- [ENHANCEMENT] Add control of recursion desired flag for DNS probes. #859
- [ENHANCEMENT] Delay init of http phase values. #865
- [BUGFIX] Fix IP hash. #863
0.20.0-rc.0 / 2022-02-17
- [FEATURE] Add hostname parameter. #823
- [FEATURE] Add support for grpc health check. #835
- [ENHANCEMENT] Change default user agent. #557
- [ENHANCEMENT] Add control of recursion desired flag for DNS probes. #859
- [ENHANCEMENT] Add body_size_limit option to http module. #836
- [ENHANCEMENT] Delay init of http phase values. #865
- [BUGFIX] Fix IP hash. #863