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.6.0 package update #27460

Merged
merged 3 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
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
16 changes: 4 additions & 12 deletions tempo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: tempo
version: 2.5.0
epoch: 5
version: 2.6.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,23 +12,15 @@ environment:
- build-base
- busybox
- ca-certificates-bundle
- go
- go-1.22 # TODO: Back to latest `go` once a new version is released (> 2.6.0)

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

- uses: go/bump
with:
deps: go.opentelemetry.io/collector/config/[email protected] go.opentelemetry.io/collector/config/[email protected] go.opentelemetry.io/collector/receiver/[email protected] go.opentelemetry.io/collector/[email protected] go.opentelemetry.io/collector/[email protected] go.opentelemetry.io/collector/exporter/[email protected] github.com/open-telemetry/opentelemetry-collector-contrib/receiver/[email protected] github.com/open-telemetry/opentelemetry-collector-contrib/receiver/[email protected] github.com/open-telemetry/opentelemetry-collector-contrib/receiver/[email protected] github.com/open-telemetry/opentelemetry-collector-contrib/receiver/[email protected] github.com/open-telemetry/opentelemetry-collector-contrib/exporter/[email protected] github.com/mostynb/[email protected] github.com/Azure/azure-sdk-for-go/sdk/[email protected] google.golang.org/[email protected]

- uses: patch
with:
patches: opentelemetry.patch

- runs: |
go mod vendor
make ${{package.name}}
Expand Down
123 changes: 0 additions & 123 deletions tempo/opentelemetry.patch

This file was deleted.