Skip to content

Commit

Permalink
Upgrade cortex to v1.17.0 (#46)
Browse files Browse the repository at this point in the history
* Upgrade cortex to v1.17.0

Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>

* mod vendor

Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>

* Fix kuberesolver import

Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>

* pass empty passwordfile, not needed

Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>

---------

Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
  • Loading branch information
friedrichg authored May 13, 2024
1 parent 1a5b719 commit 532bb9b
Show file tree
Hide file tree
Showing 2,350 changed files with 196,533 additions and 43,491 deletions.
185 changes: 106 additions & 79 deletions go.mod

Large diffs are not rendered by default.

1,317 changes: 1,074 additions & 243 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/bench/query_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func newQueryClient(url, tenantName, username, password string) (v1.API, error)
Address: url,
RoundTripper: &httpmiddleware.TenantIDRoundTripper{
TenantName: tenantName,
Next: config_util.NewBasicAuthRoundTripper(username, config_util.Secret(password), "", api.DefaultRoundTripper),
Next: config_util.NewBasicAuthRoundTripper(username, config_util.Secret(password), "", "", api.DefaultRoundTripper),
},
})

Expand Down
2 changes: 1 addition & 1 deletion pkg/commands/analyse_prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (cmd *PrometheusAnalyseCommand) run(_ *kingpin.ParseContext) error {

rt := api.DefaultRoundTripper
if cmd.username != "" {
rt = config.NewBasicAuthRoundTripper(cmd.username, config.Secret(cmd.password), "", api.DefaultRoundTripper)
rt = config.NewBasicAuthRoundTripper(cmd.username, config.Secret(cmd.password), "", "", api.DefaultRoundTripper)
}
promClient, err := api.NewClient(api.Config{
Address: cmd.address,
Expand Down
2 changes: 1 addition & 1 deletion vendor/cloud.google.com/go/compute/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions vendor/cloud.google.com/go/iam/CHANGES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/cloud.google.com/go/iam/apiv1/iampb/options.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 48 additions & 44 deletions vendor/cloud.google.com/go/iam/apiv1/iampb/policy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 532bb9b

Please sign in to comment.