Skip to content

chore(deps): update prom/blackbox-exporter docker tag to v0.28.0 - #551

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/prom-blackbox-exporter-0.x
Open

chore(deps): update prom/blackbox-exporter docker tag to v0.28.0#551
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/prom-blackbox-exporter-0.x

Conversation

@renovate

@renovate renovate Bot commented Jan 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
prom/blackbox-exporter minor v0.17.0v0.28.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.

  • PR contains the label that identifies the chart, e.g. chart/<chart-name>

Release Notes

prometheus/blackbox_exporter (prom/blackbox-exporter)

v0.28.0: 0.28.0 / 2025-12-04

Compare Source

BREAKING CHANGES:

  • The --log.prober flag behavior has changed. The scrape probe logger is now an independent logger. Please review the README.md and adjust configurations as needed. #​1461
  • Log leveling has been improved for several prober modules. Changes include logging errors at ERROR level instead of INFO, and adjusting many prober logs from INFO to DEBUG level. To see more detailed probe logs, set --log.prober=debug. #​1461

Changes:

  • [CHANGE] Make default HTTP User-Agent compliant with RFC9110 (now Blackbox-Exporter/<version>) #​1446
  • [CHANGE] Config is not reloaded if the file content didn't change when using all reload methods #​1464
  • [FEATURE] Support HTTP/3 (QUIC) prober #​1425
  • [FEATURE] Add support for configuring gRPC metadata in gRPC prober #​956
  • [FEATURE] Implement byte matching in TCP query responses #​1441
  • [FEATURE] Add a new type of probe using unix domain sockets #​1480
  • [FEATURE] Support config reload automatically - feature flag config.enable-auto-reload, config.auto-reload-interval #​1464
  • [BUGFIX] Fix retrieving probe logs by target name when probed by multiple modules #​1257
  • [BUGFIX] Fix error handling in auto-reload config case #​1478
  • [BUGFIX] Fix debug param log output work regardless of log level #​1438

v0.27.0: 0.27.0 / 2025-06-26

Compare Source

  • [FEATURE] Support matching JSON body with CEL expressions #​1255
  • [BUGFIX] Fix condition when local dns lookup should happen #​1272
  • [BUGFIX] Stop scrape logger spam #​1381

v0.26.0: 0.26.0 / 2025-02-26

Compare Source

  • [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

v0.25.0: 0.25.0 / 2024-04-09

Compare Source

  • [FEATURE] Allow to get Probe logs by target #​1063
  • [FEATURE] Log errors from probe #​1091
  • [BUGFIX] Prevent logging confusing error message #​1059
  • [BUGFIX] Explicit registration of internal exporter metrics 1060

v0.24.0: 0.24.0 / 2023-05-16

Compare Source

  • [CHANGE] Make Proxy Connect Headers consistent with Prometheus #​1008
  • [FEATURE] Add hostname parameter for TCP probe #​981
  • [FEATURE] Add support for HTTP request body as file #​987

v0.23.0: 0.23.0 / 2022-12-02

Compare Source

  • [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

v0.22.0: 0.22.0 / 2022-08-02

Compare Source

  • [FEATURE] HTTP: Add skip_resolve_phase_with_proxy option. #​944
  • [ENHANCEMENT] OAuth: Use Blackbox Exporter user agent when doing OAuth2
    authenticated requests. #​948
  • [ENHANCEMENT] Print usage and help to stdout instead of stderr. #​928

v0.21.1: 0.21.1 / 2022-06-17

Compare Source

  • [BUGFIX] Fix a data race in HTTP probes. #​929

v0.21.0: 0.21.0 / 2022-05-30

Compare Source

This Prometheus release is built with go1.18, which contains two noticeable
changes related to TLS and HTTP:

  1. TLS 1.0 and 1.1 disabled by default client-side.
    Blackbox Exporter users can override this with the min_version parameter of
    tls_config.
  2. 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

v0.20.0: 0.20.0 / 2022-03-16

Compare Source

  • [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

v0.19.0: 0.19.0 / 2021-05-10

Compare Source

In the HTTP probe, no_follow_redirects has been changed to follow_redirects.
This release accepts both, with a precedence to the no_follow_redirects parameter.
In the next release, no_follow_redirects will be removed.

  • [CHANGE] HTTP probe: no_follow_redirects has been renamed to follow_redirects.
  • [FEATURE] Add support for decompression of HTTP responses. #​764
  • [FEATURE] Enable TLS and basic authentication. #​730
  • [FEATURE] HTTP probe: experimental OAuth2 support. #​784
  • [ENHANCEMENT] Add a health endpoint. #​752
  • [ENHANCEMENT] Add a metric for unknown probes. #​716
  • [ENHANCEMENT] Use preferred protocol first when resolving hostname. #​728
  • [ENHANCEMENT] Validating the configuration tries to compile regexes. #​729
  • [BUGFIX] HTTP probe: Fix error checking. #​723
  • [BUGFIX] HTTP probe: Fix how the tls phase is calculated. #​758

v0.18.0: 0.18.0 / 2020-10-12

Compare Source

[ENHANCEMENT] Expose probe_dns_duration_seconds metric (#​662)
[ENHANCEMENT] Add probe_icmp_reply_hop_limit (#​694)
[ENHANCEMENT] prober/tls: adding metric to expose certificate fingerprint info (#​678)
[BUGFIX] prober/tls: fix probe_ssl_last_chain_expiry_timestamp_seconds (#​681)
[BUGFIX] Fix incorrect content length reporting when using regexes (#​674)
[BUGFIX] Fix panic when running ICMPv4 probe with DontFragment (#​686)
[BUGFIX] Deal with URLs with literal IPv6 addresses (#​645)
[BUGFIX] Change DoT default port to 853 (#​655)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot added the dependency Depedency update label Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Depedency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants