From 93b59e8098fc7c00dc7030564c1cacb8524ccc8c Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Sat, 4 Jan 2025 09:52:48 +0000 Subject: [PATCH] grafana-mimir/2.15.0 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- grafana-mimir.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/grafana-mimir.yaml b/grafana-mimir.yaml index dce36e4bc6f..680ab2c59f4 100644 --- a/grafana-mimir.yaml +++ b/grafana-mimir.yaml @@ -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 @@ -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: .