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

tempo/2.7.0 package update #39434

Merged
merged 2 commits into from
Jan 14, 2025
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
12 changes: 4 additions & 8 deletions tempo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: tempo
version: 2.6.1
epoch: 3
version: "2.7.0"
epoch: 0
description: Grafana Tempo is a high volume, minimal dependency distributed tracing backend.
copyright:
- license: AGPL-3.0-or-later
Expand All @@ -12,19 +12,15 @@ environment:
- build-base
- busybox
- ca-certificates-bundle
- go-1.22 # TODO: Back to latest `go` once a new version is released (> 2.6.0)
- go

pipeline:
- uses: git-checkout
with:
expected-commit: f97027a0d8b5dd48b3de3a6eff97d4a698506547
expected-commit: b0da6b4815d34b5063ff78567f1abcc28466fc90
repository: https://github.com/grafana/tempo
tag: v${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/[email protected] golang.org/x/[email protected]

- runs: |
go mod vendor
make ${{package.name}}
Expand Down
Loading