Update dependency prometheus/blackbox_exporter to v0.25.0 #761
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.17.0
->0.25.0
Release Notes
prometheus/blackbox_exporter (prometheus/blackbox_exporter)
v0.25.0
: 0.25.0 / 2024-04-09Compare Source
v0.24.0
: 0.24.0 / 2023-05-16Compare Source
v0.23.0
: 0.23.0 / 2022-12-02Compare Source
probe_ssl_last_chain_info
metric. #943Add probe_dns_query_succeeded
metric. #990v0.22.0
: 0.22.0 / 2022-08-02Compare Source
skip_resolve_phase_with_proxy
option. #944authenticated requests. #948
v0.21.1
: 0.21.1 / 2022-06-17Compare Source
v0.21.0
: 0.21.0 / 2022-05-30Compare Source
This Prometheus release is built with go1.18, which contains two noticeable
changes related to TLS and HTTP:
Blackbox Exporter users can override this with the
min_version
parameter oftls_config.
This doesn't apply to self-signed root certificates.
v0.20.0
: 0.20.0 / 2022-03-16Compare Source
v0.19.0
: 0.19.0 / 2021-05-10Compare Source
In the HTTP probe,
no_follow_redirects
has been changed tofollow_redirects
.This release accepts both, with a precedence to the
no_follow_redirects
parameter.In the next release,
no_follow_redirects
will be removed.v0.18.0
: 0.18.0 / 2020-10-12Compare 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.
This PR has been generated by Renovate Bot.