Skip to content

Commit 532bb9b

Browse files
authored
Upgrade cortex to v1.17.0 (#46)
* Upgrade cortex to v1.17.0 Signed-off-by: Friedrich Gonzalez <[email protected]> * mod vendor Signed-off-by: Friedrich Gonzalez <[email protected]> * Fix kuberesolver import Signed-off-by: Friedrich Gonzalez <[email protected]> * pass empty passwordfile, not needed Signed-off-by: Friedrich Gonzalez <[email protected]> --------- Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 1a5b719 commit 532bb9b

File tree

2,350 files changed

+196533
-43491
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,350 files changed

+196533
-43491
lines changed

go.mod

Lines changed: 106 additions & 79 deletions
Large diffs are not rendered by default.

go.sum

Lines changed: 1074 additions & 243 deletions
Large diffs are not rendered by default.

pkg/bench/query_runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func newQueryClient(url, tenantName, username, password string) (v1.API, error)
145145
Address: url,
146146
RoundTripper: &httpmiddleware.TenantIDRoundTripper{
147147
TenantName: tenantName,
148-
Next: config_util.NewBasicAuthRoundTripper(username, config_util.Secret(password), "", api.DefaultRoundTripper),
148+
Next: config_util.NewBasicAuthRoundTripper(username, config_util.Secret(password), "", "", api.DefaultRoundTripper),
149149
},
150150
})
151151

pkg/commands/analyse_prometheus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func (cmd *PrometheusAnalyseCommand) run(_ *kingpin.ParseContext) error {
6969

7070
rt := api.DefaultRoundTripper
7171
if cmd.username != "" {
72-
rt = config.NewBasicAuthRoundTripper(cmd.username, config.Secret(cmd.password), "", api.DefaultRoundTripper)
72+
rt = config.NewBasicAuthRoundTripper(cmd.username, config.Secret(cmd.password), "", "", api.DefaultRoundTripper)
7373
}
7474
promClient, err := api.NewClient(api.Config{
7575
Address: cmd.address,

vendor/cloud.google.com/go/compute/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/iam/CHANGES.md

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/iam/apiv1/iampb/iam_policy.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/iam/apiv1/iampb/options.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/iam/apiv1/iampb/policy.pb.go

Lines changed: 48 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)