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.15.0 package update #38759

Closed
wants to merge 1 commit into from
Closed
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.14.2
epoch: 2
version: 2.15.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: 2db2c4d9de8565c52fcef3050b95b8a2808b407e
expected-commit: 24e4281c138d873772076c5ac276a0f20f633d0d

# 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/crypto@v0.31.0 golang.org/x/net@v0.33.0
modroot: .

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