-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update module github.com/prometheus/client_golang to v1.20.5 #118
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-prometheus-client_golang-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
2 times, most recently
from
August 20, 2024 15:02
2f1e65e
to
39dd9b3
Compare
renovate
bot
changed the title
Update module github.com/prometheus/client_golang to v1.20.0
Update module github.com/prometheus/client_golang to v1.20.1
Aug 20, 2024
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
from
August 23, 2024 22:13
39dd9b3
to
21898c8
Compare
renovate
bot
changed the title
Update module github.com/prometheus/client_golang to v1.20.1
Update module github.com/prometheus/client_golang to v1.20.2
Aug 23, 2024
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
from
September 5, 2024 07:46
21898c8
to
2d187cd
Compare
renovate
bot
changed the title
Update module github.com/prometheus/client_golang to v1.20.2
Update module github.com/prometheus/client_golang to v1.20.3
Sep 5, 2024
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
3 times, most recently
from
September 11, 2024 07:35
02171ec
to
5d7a67f
Compare
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
from
September 17, 2024 09:36
5d7a67f
to
77ee2fd
Compare
renovate
bot
changed the title
Update module github.com/prometheus/client_golang to v1.20.3
Update module github.com/prometheus/client_golang to v1.20.4
Sep 17, 2024
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
4 times, most recently
from
October 2, 2024 03:34
517c49b
to
e37746c
Compare
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
2 times, most recently
from
October 15, 2024 14:03
d2a4abf
to
15f5979
Compare
renovate
bot
changed the title
Update module github.com/prometheus/client_golang to v1.20.4
Update module github.com/prometheus/client_golang to v1.20.5
Oct 15, 2024
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
3 times, most recently
from
October 19, 2024 16:38
3511ad6
to
8d9d7d5
Compare
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
5 times, most recently
from
November 13, 2024 21:25
6348320
to
5f86ea4
Compare
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
from
November 15, 2024 01:03
5f86ea4
to
565260f
Compare
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
from
December 4, 2024 06:03
565260f
to
8804a05
Compare
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
from
December 4, 2024 17:58
8804a05
to
a739d13
Compare
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
from
December 12, 2024 04:14
a739d13
to
0698195
Compare
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
3 times, most recently
from
December 25, 2024 21:10
5fc013a
to
d05feed
Compare
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
from
December 26, 2024 08:26
d05feed
to
db337df
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
v1.19.1
->v1.20.5
Release Notes
prometheus/client_golang (github.com/prometheus/client_golang)
v1.20.5
: / 2024-10-15Compare Source
We decided to revert the
testutil
change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced
testutil
package/module with more flexible and safer APIs.Thanks to @dashpole @dgrisonnet @kakkoyun @ArthurSens @vesari @logicalhan @krajorama @bwplotka who helped in this patch release! 🤗
Changelog
[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645
v1.20.4
Compare Source
v1.20.3
Compare Source
v1.20.2
Compare Source
v1.20.1
Compare Source
v1.20.0
Compare Source
Thanks everyone for contributions!
collectors.NewGoCollector()
collector. Given its popular usage, expect your binary to expose two additional metric.Changes
go_memstat_lookups_total
metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577go_gc_gogc_percent
,go_gc_gomemlimit_bytes
andgo_sched_gomaxprocs_threads
as those are recommended by the Go team. #1559runtime/metrics
sourcing each metric (if relevant). #1568 #1578zstd
on scrape, controlled by the requestAccept-Encoding
header. #1496WithLimit
parameter to all API methods that supports it. #1544process_network_receive_bytes_total
andprocess_network_transmit_bytes_total
. #1555instrumentation wrapping supports new and future extra responseWriter methods. #1480
All commits
New Contributors
Full Changelog: prometheus/client_golang@v1.19.1...v1.20.0
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.