-
Notifications
You must be signed in to change notification settings - Fork 544
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
Vendor update weaveworks/common #4922
Merged
pstibrany
merged 8 commits into
main
from
krajo/20230504-native-cortex-requests-seconds
May 10, 2023
+6,546
−1,301
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
002dc0f
Vendor update weaveworks/common
krajorama 1ef29a7
Update config descriptions
krajorama bb4f86a
Update weaveworks/common to master
pstibrany fb2c2b3
Add CHANGELOG entries.
pstibrany d87665b
Mention grpc dependency update.
pstibrany 35bc7a9
Merge branch 'main' into krajo/20230504-native-cortex-requests-seconds
pstibrany 9a6ae48
Use full version number for kuberesolver.
pstibrany 7377e0b
Merge branch 'main' into krajo/20230504-native-cortex-requests-seconds
pstibrany File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,10 @@ require ( | |
github.com/prometheus/prometheus v1.8.2-0.20220620125440-d7e7b8e04b5e | ||
github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/spf13/afero v1.8.2 | ||
github.com/spf13/afero v1.9.2 | ||
github.com/stretchr/testify v1.8.2 | ||
github.com/uber/jaeger-client-go v2.30.0+incompatible | ||
github.com/weaveworks/common v0.0.0-20230119144549-0aaa5abd1e63 | ||
github.com/weaveworks/common v0.0.0-20230509123641-102db1b5bbb9 | ||
go.uber.org/atomic v1.10.0 | ||
go.uber.org/goleak v1.2.1 | ||
golang.org/x/crypto v0.7.0 | ||
|
@@ -136,6 +136,7 @@ require ( | |
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect | ||
github.com/fatih/color v1.14.1 // indirect | ||
github.com/felixge/httpsnoop v1.0.3 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/go-errors/errors v1.4.1 // indirect | ||
github.com/go-logfmt/logfmt v0.6.0 // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
|
@@ -208,7 +209,7 @@ require ( | |
github.com/rs/cors v1.9.0 // indirect | ||
github.com/rs/xid v1.4.0 // indirect | ||
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect | ||
github.com/sercand/kuberesolver v2.4.0+incompatible // indirect | ||
github.com/sercand/kuberesolver/v4 v4.0.0 // indirect | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it's worth calling out this change, which was required by the gRPC update, just in case it works differently. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also added to changelog. |
||
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect | ||
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect | ||
github.com/spf13/cobra v1.5.0 // indirect | ||
|
@@ -253,9 +254,6 @@ replace github.com/prometheus/prometheus => github.com/grafana/mimir-prometheus | |
// - https://github.com/hashicorp/memberlist/pull/263 | ||
replace github.com/hashicorp/memberlist => github.com/grafana/memberlist v0.3.1-0.20220714140823-09ffed8adbbe | ||
|
||
// In sync with github.com/weaveworks/common v0.0.0-20230119144549-0aaa5abd1e63 | ||
replace google.golang.org/grpc => google.golang.org/grpc v1.47.0 | ||
|
||
// gopkg.in/yaml.v3 | ||
// + https://github.com/go-yaml/yaml/pull/691 | ||
// + https://github.com/go-yaml/yaml/pull/876 | ||
|
Oops, something went wrong.
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.
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.
could go in changelog; some users will like the ability to restrict more headers
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.
I'm adding a PR in weaveworks common to add the flag description as well.
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.
Added to changelog.