-
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
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.5 #67
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
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
from
August 23, 2024 20:22
26d4082
to
7e28463
Compare
renovate
bot
changed the title
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.1
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.2
Aug 23, 2024
renovate
bot
changed the title
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.2
chore(renovate): 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
from
September 5, 2024 16:02
7e28463
to
b09b92f
Compare
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
from
September 17, 2024 11:35
b09b92f
to
b10e68d
Compare
renovate
bot
changed the title
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.3
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.4
Sep 17, 2024
renovate
bot
changed the title
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.4
chore(renovate): 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
from
October 15, 2024 10:39
b10e68d
to
e20be5a
Compare
renovate
bot
changed the title
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.5
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.5 - autoclosed
Oct 28, 2024
auto-merge was automatically disabled
October 28, 2024 00:01
Pull request was closed
renovate
bot
deleted the
renovate/github.com-prometheus-client_golang-1.x
branch
October 28, 2024 00:01
renovate
bot
changed the title
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.5 - autoclosed
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.5
Oct 28, 2024
renovate
bot
restored the
renovate/github.com-prometheus-client_golang-1.x
branch
October 28, 2024 03:04
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
from
October 28, 2024 03:04
e20be5a
to
bd9c15c
Compare
renovate
bot
changed the title
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.5
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.5 - autoclosed
Oct 29, 2024
auto-merge was automatically disabled
October 29, 2024 05:13
Pull request was closed
renovate
bot
deleted the
renovate/github.com-prometheus-client_golang-1.x
branch
October 29, 2024 05:13
renovate
bot
changed the title
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.5 - autoclosed
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.5
Oct 29, 2024
renovate
bot
restored the
renovate/github.com-prometheus-client_golang-1.x
branch
October 29, 2024 06:24
renovate
bot
changed the title
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.5
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.5 - autoclosed
Nov 9, 2024
auto-merge was automatically disabled
November 9, 2024 13:47
Pull request was closed
renovate
bot
deleted the
renovate/github.com-prometheus-client_golang-1.x
branch
November 9, 2024 13:47
renovate
bot
changed the title
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.5 - autoclosed
chore(renovate): Update module github.com/prometheus/client_golang to v1.20.5
Nov 10, 2024
renovate
bot
force-pushed
the
renovate/github.com-prometheus-client_golang-1.x
branch
from
November 10, 2024 00:46
dcf06b4
to
bd9c15c
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.20.0
->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
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.