-
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
patch(deps): update patch versions #253
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/patch-versions
base: master
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.
Open
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/patch-versions
branch
2 times, most recently
from
June 4, 2024 18:42
baa9ba3
to
4d041fe
Compare
renovate
bot
changed the title
patch(deps): update module github.com/scaleway/scaleway-sdk-go to v1.0.0-beta.27
patch(deps): update patch versions
Jun 4, 2024
renovate
bot
force-pushed
the
renovate/patch-versions
branch
6 times, most recently
from
June 21, 2024 14:47
bf6b2c1
to
5d28c49
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
3 times, most recently
from
July 2, 2024 20:03
62b9adb
to
b748efb
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
from
July 9, 2024 13:17
b748efb
to
4d9ba87
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
4 times, most recently
from
July 24, 2024 23:39
990b6a6
to
440384f
Compare
ℹ 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/patch-versions
branch
from
July 29, 2024 08:14
440384f
to
26362eb
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
3 times, most recently
from
August 11, 2024 17:40
d0c6000
to
94ddfd7
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
2 times, most recently
from
August 19, 2024 08:15
1f97bc1
to
a4da6c3
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
3 times, most recently
from
August 28, 2024 04:29
38106f7
to
102b990
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
5 times, most recently
from
October 7, 2024 08:14
2cf0f92
to
516f732
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
3 times, most recently
from
October 15, 2024 11:07
4c3ae0c
to
f400edc
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
4 times, most recently
from
October 25, 2024 15:42
8bd5ac5
to
ccd0df4
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
2 times, most recently
from
October 29, 2024 18:45
a21560a
to
9f505ce
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
2 times, most recently
from
November 11, 2024 11:07
bc052c0
to
8cb87a9
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
2 times, most recently
from
November 18, 2024 09:52
457bd67
to
33a1895
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
2 times, most recently
from
November 25, 2024 12:08
a680b47
to
1184f19
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
3 times, most recently
from
December 6, 2024 04:21
d9d8ebd
to
b030c7a
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
4 times, most recently
from
December 16, 2024 03:20
ed1f220
to
accdf24
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
from
December 16, 2024 10:17
accdf24
to
9d8666c
Compare
renovate
bot
force-pushed
the
renovate/patch-versions
branch
from
December 23, 2024 09:56
9d8666c
to
43af667
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.4
->v1.20.5
v0.13.0
->v0.13.2
v1.0.0-beta.26
->v1.0.0-beta.30
v2.27.2
->v2.27.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
prometheus/exporter-toolkit (github.com/prometheus/exporter-toolkit)
v0.13.2
Compare Source
What's Changed
Full Changelog: prometheus/exporter-toolkit@v0.13.1...v0.13.2
v0.13.1
Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/exporter-toolkit@v0.13.0...v0.13.1
scaleway/scaleway-sdk-go (github.com/scaleway/scaleway-sdk-go)
v1.0.0-beta.30
Compare Source
What's Changed
Feats
condition
field by @scaleway-bot in https://github.com/scaleway/scaleway-sdk-go/pull/2154Fixes
Documentation
Chores
go/pull/2163
Full Changelog: scaleway/scaleway-sdk-go@v1.0.0-beta.29...v1.0.0-beta.30
v1.0.0-beta.29
Compare Source
What's Changed
Features
Fixes
Others
Full Changelog: scaleway/scaleway-sdk-go@v1.0.0-beta.28...v1.0.0-beta.29
v1.0.0-beta.28
Compare Source
feat
Fixes
Documentation
Full Changelog: scaleway/scaleway-sdk-go@v1.0.0-beta.27...v1.0.0-beta.28
v1.0.0-beta.27
Compare Source
What's Changed
Full Changelog: scaleway/scaleway-sdk-go@v1.0.0-beta.26...v1.0.0-beta.27
urfave/cli (github.com/urfave/cli/v2)
v2.27.5
Compare Source
What's Changed
UseShortOptionHandling
description by @BlackHole1 in https://github.com/urfave/cli/pull/1956Full Changelog: urfave/cli@v2.27.4...v2.27.5
v2.27.4
Compare Source
What's Changed
Full Changelog: urfave/cli@v2.27.3...v2.27.4
v2.27.3
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.27.2...v2.27.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.