Skip to content
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

grafana-mimir/2.13.0 package update #23231

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions grafana-mimir.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: grafana-mimir
version: 2.12.0
epoch: 4
version: 2.13.0
epoch: 0
description: Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
copyright:
- license: AGPL-3.0-or-later
Expand All @@ -18,17 +18,12 @@ pipeline:
with:
repository: https://github.com/grafana/mimir
tag: mimir-${{package.version}}
expected-commit: c7aab9e039d63397d2293114ad063b03626e247b
expected-commit: 4775ec156855ba1eb498e564f09abad35053a44f

# the repo has an ssh://git@github.com URI for mimir-prometheus
# so just rm the file and default to the https URL for go.mod
- runs: rm .gitconfig

- uses: go/bump
with:
deps: golang.org/x/net@v0.23.0 github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.6.0 github.com/hashicorp/go-retryablehttp@v0.7.7
modroot: .

- uses: go/build
with:
modroot: .
Expand Down