Skip to content

Commit

Permalink
grafana-mimir: bump the epoch and expand on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nghiand16 committed Jan 11, 2025
1 parent 643aed4 commit 0613a14
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 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.15.0
epoch: 0
epoch: 1
description: Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
copyright:
- license: AGPL-3.0-or-later
Expand Down Expand Up @@ -35,6 +35,8 @@ pipeline:
with:
modroot: .
packages: ./cmd/mimir
ldflags: |
-X github.com/grafana/mimir/pkg/util/version.Version=${{package.version}}
output: grafana-mimir

subpackages:
Expand All @@ -48,11 +50,6 @@ subpackages:
ldflags: |
-X github.com/grafana/mimir/pkg/util/version.Version=${{package.version}}
output: ${{range.key}}
test:
pipeline:
- name: Test the ${{range.key}} binary
runs: |
${{range.key}} version

update:
enabled: true
Expand All @@ -67,5 +64,8 @@ update:
test:
pipeline:
- runs: |
grafana-mimir -version
grafana-mimir --version
grafana-mimir -version | grep ${{package.version}}
grafana-mimir --version | grep ${{package.version}}
metaconvert --help
mimirtool version | ${{package.version}}
query-tee --help

0 comments on commit 0613a14

Please sign in to comment.