-
Notifications
You must be signed in to change notification settings - Fork 532
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
fix(deps): update github.com/thanos-io/objstore digest to f90c89a (main) #9534
Merged
aknuds1
merged 1 commit into
main
from
deps-update/main-github.com-thanos-io-objstore-digest
Oct 14, 2024
Merged
fix(deps): update github.com/thanos-io/objstore digest to f90c89a (main) #9534
aknuds1
merged 1 commit into
main
from
deps-update/main-github.com-thanos-io-objstore-digest
Oct 14, 2024
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
requested review from
stevesg,
grafanabot and
a team
as code owners
October 7, 2024 03:47
renovate
bot
changed the title
Update github.com/thanos-io/objstore digest to 8897e65 (main)
fix(deps): update github.com/thanos-io/objstore digest to 8897e65 (main)
Oct 9, 2024
renovate
bot
changed the title
fix(deps): update github.com/thanos-io/objstore digest to 8897e65 (main)
Update github.com/thanos-io/objstore digest to 8897e65 (main)
Oct 9, 2024
renovate
bot
force-pushed
the
deps-update/main-github.com-thanos-io-objstore-digest
branch
from
October 10, 2024 19:11
db98759
to
4c2afa9
Compare
renovate
bot
changed the title
Update github.com/thanos-io/objstore digest to 8897e65 (main)
Update github.com/thanos-io/objstore digest to f90c89a (main)
Oct 10, 2024
renovate
bot
changed the title
Update github.com/thanos-io/objstore digest to f90c89a (main)
fix(deps): update github.com/thanos-io/objstore digest to f90c89a (main)
Oct 11, 2024
renovate
bot
changed the title
fix(deps): update github.com/thanos-io/objstore digest to f90c89a (main)
Update github.com/thanos-io/objstore digest to f90c89a (main)
Oct 11, 2024
renovate
bot
force-pushed
the
deps-update/main-github.com-thanos-io-objstore-digest
branch
from
October 14, 2024 10:05
4c2afa9
to
a5d7dbf
Compare
renovate
bot
changed the title
Update github.com/thanos-io/objstore digest to f90c89a (main)
fix(deps): update github.com/thanos-io/objstore digest to f90c89a (main)
Oct 14, 2024
aknuds1
force-pushed
the
deps-update/main-github.com-thanos-io-objstore-digest
branch
from
October 14, 2024 17:13
a5d7dbf
to
6edcffd
Compare
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
aknuds1
force-pushed
the
deps-update/main-github.com-thanos-io-objstore-digest
branch
from
October 14, 2024 17:21
6edcffd
to
19da86c
Compare
aknuds1
approved these changes
Oct 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Includes a fix for thanos-io/objstore#146, i.e. some S3 implementations were broken by thanos-io/objstore#138.
aknuds1
deleted the
deps-update/main-github.com-thanos-io-objstore-digest
branch
October 14, 2024 17:40
grafanabot
pushed a commit
that referenced
this pull request
Oct 15, 2024
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (cherry picked from commit 3c97a61)
narqo
added a commit
that referenced
this pull request
Oct 15, 2024
… to f90c89a (main) (#9625) * Update github.com/thanos-io/objstore digest to f90c89a (#9534) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (cherry picked from commit 3c97a61) * update changelog Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com> --------- Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Varankin <vladimir.varankin@grafana.com>
aknuds1
added a commit
that referenced
this pull request
Nov 4, 2024
* [release-2.14] fix(deps): update github.com/thanos-io/objstore digest to f90c89a (main) (#9625) * Update github.com/thanos-io/objstore digest to f90c89a (#9534) Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (cherry picked from commit 3c97a61) * update changelog Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com> --------- Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Varankin <vladimir.varankin@grafana.com> * 2.14.1 Prepare patch release (#9796) * bump patch version Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com> * rebuild assets Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com> --------- Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com> * MQE: Fix handling of string results (#9803) This would previously panic after the query was closed * chore(deps): update grafana/mimirtool docker tag to v2.14.1 (#9806) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Revert upgrade to google.golang.org/grpc v1.66.2 (#9811) * Revert "Don't free buffers after reading query stream (#9721)" This reverts commit f7b6017. * Revert: Upgrade to google.golang.org/grpc v1.66.2 / modify certain protobuf messages to retain their unmarshaling buffer (#9401) Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com> * Revert "Distributor.queryIngesterStream: Free gRPC buffers upon error (#9756)" This reverts commit eda1a4b. --------- Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com> * Improve lock contention affecting read and write latencies during TSDB head compaction (cherry-pick Prometheus PR 15242) (#9822) * Cherry-pick Prometheus PR 15242 Signed-off-by: Marco Pracucci <marco@pracucci.com> * Added CHANGELOG entry Signed-off-by: Marco Pracucci <marco@pracucci.com> * Updated CHANGELOG Signed-off-by: Marco Pracucci <marco@pracucci.com> --------- Signed-off-by: Marco Pracucci <marco@pracucci.com> --------- Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com> Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com> Signed-off-by: Marco Pracucci <marco@pracucci.com> Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Varankin <vladimir.varankin@grafana.com> Co-authored-by: Joshua Hesketh <joshua.hesketh@grafana.com> Co-authored-by: Đurica Yuri Nikolić <durica.nikolic@grafana.com> Co-authored-by: Marco Pracucci <marco@pracucci.com>
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:
fd10502
->f90c89a
Configuration
📅 Schedule: Branch creation - "before 9am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.