-
Notifications
You must be signed in to change notification settings - Fork 816
Chore: Update prometheus, thanos and promql-engine #6105
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
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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 hidden or 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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
module github.com/cortexproject/cortex | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
toolchain go1.22.5 | ||
|
||
require ( | ||
github.com/Masterminds/squirrel v1.5.4 | ||
|
@@ -10,7 +12,7 @@ require ( | |
github.com/aws/aws-sdk-go v1.54.19 | ||
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 | ||
github.com/cespare/xxhash v1.1.0 | ||
github.com/cortexproject/promqlsmith v0.0.0-20240328172224-5e341f0dd08e | ||
github.com/cortexproject/promqlsmith v0.0.0-20240506042652-6cfdd9739a5e | ||
github.com/dustin/go-humanize v1.0.1 | ||
github.com/efficientgo/core v1.0.0-rc.2 | ||
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb | ||
|
@@ -46,14 +48,14 @@ require ( | |
github.com/prometheus/client_model v0.6.1 | ||
github.com/prometheus/common v0.55.0 | ||
// Prometheus maps version 2.x.y to tags v0.x.y. | ||
github.com/prometheus/prometheus v0.53.1-0.20240625160125-1abeebacb870 | ||
github.com/prometheus/prometheus v0.53.2-0.20240718123124-e9dec5fc537b | ||
github.com/segmentio/fasthash v1.0.3 | ||
github.com/sony/gobreaker v1.0.0 | ||
github.com/spf13/afero v1.11.0 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/thanos-io/objstore v0.0.0-20240622095743-1afe5d4bc3cd | ||
github.com/thanos-io/promql-engine v0.0.0-20240515161521-93aa311933cf | ||
github.com/thanos-io/thanos v0.36.0-rc.0 | ||
github.com/thanos-io/promql-engine v0.0.0-20240718195911-cdbd6dfed36b | ||
github.com/thanos-io/thanos v0.35.2-0.20240722172812-990a60b72647 | ||
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. Seems like we downgraded from thanos version 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. |
||
github.com/uber/jaeger-client-go v2.30.0+incompatible | ||
github.com/weaveworks/common v0.0.0-20230728070032-dd9e68f319d5 | ||
go.etcd.io/etcd/api/v3 v3.5.15 | ||
|
@@ -82,7 +84,7 @@ require ( | |
github.com/google/go-cmp v0.6.0 | ||
github.com/sercand/kuberesolver/v4 v4.0.0 | ||
go.opentelemetry.io/collector/pdata v1.12.0 | ||
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a | ||
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 | ||
google.golang.org/protobuf v1.34.2 | ||
) | ||
|
||
|
@@ -93,9 +95,9 @@ require ( | |
cloud.google.com/go/compute/metadata v0.3.0 // indirect | ||
cloud.google.com/go/iam v1.1.8 // indirect | ||
cloud.google.com/go/storage v1.40.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.0 // indirect | ||
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect | ||
|
@@ -209,13 +211,13 @@ require ( | |
github.com/zhangyunhao116/umap v0.0.0-20221211160557-cb7705fafa39 // indirect | ||
go.mongodb.org/mongo-driver v1.14.0 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.opentelemetry.io/collector/semconv v0.101.0 // indirect | ||
go.opentelemetry.io/collector/semconv v0.104.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect | ||
go.opentelemetry.io/contrib/propagators/autoprop v0.38.0 // indirect | ||
go.opentelemetry.io/contrib/propagators/b3 v1.13.0 // indirect | ||
go.opentelemetry.io/contrib/propagators/jaeger v1.13.0 // indirect | ||
go.opentelemetry.io/contrib/propagators/ot v1.13.0 // indirect | ||
go.opentelemetry.io/contrib/propagators/autoprop v0.53.0 // indirect | ||
go.opentelemetry.io/contrib/propagators/b3 v1.28.0 // indirect | ||
go.opentelemetry.io/contrib/propagators/jaeger v1.28.0 // indirect | ||
go.opentelemetry.io/contrib/propagators/ot v1.28.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.28.0 // indirect | ||
go.opentelemetry.io/proto/otlp v1.3.1 // indirect | ||
go.uber.org/goleak v1.3.0 // indirect | ||
|
@@ -229,17 +231,17 @@ require ( | |
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/tools v0.22.0 // indirect | ||
gonum.org/v1/gonum v0.12.0 // indirect | ||
gonum.org/v1/gonum v0.15.0 // indirect | ||
google.golang.org/api v0.183.0 // indirect | ||
google.golang.org/genproto v0.0.0-20240528184218-531527333157 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect | ||
gopkg.in/telebot.v3 v3.2.1 // indirect | ||
k8s.io/apimachinery v0.29.3 // indirect | ||
k8s.io/client-go v0.29.3 // indirect | ||
k8s.io/klog/v2 v2.120.1 // indirect | ||
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect | ||
k8s.io/apimachinery v0.30.2 // indirect | ||
k8s.io/client-go v0.30.2 // indirect | ||
k8s.io/klog/v2 v2.130.1 // indirect | ||
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect | ||
) | ||
|
||
// Override since git.apache.org is down. The docs say to fetch from github. | ||
|
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.