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

Fix Tempo build-info #295

Merged
merged 2 commits into from Oct 30, 2020
Merged

Conversation

dgzlopes
Copy link
Member

What this PR does:
This PR adds:

  • branch
  • revision (commit hash)
  • version

To the build_info.

Which issue(s) this PR fixes:
Fixes #222

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
@dgzlopes dgzlopes changed the title Add missing build-info Fix Tempo build-info Oct 30, 2020
Makefile Outdated
@@ -1,3 +1,9 @@
# Version number
VERSION=$(shell cat "./VERSION" 2> /dev/null)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for the version is it possible to reuse ./tools/image-tag?

it's what we use in CI to detect the version when we build the docker images.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's possible. Changed!

Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
@joe-elliott
Copy link
Member

Thanks for the contribution!

@joe-elliott joe-elliott merged commit 5d8d2f6 into grafana:master Oct 30, 2020
@dgzlopes dgzlopes deleted the add-tempo-build-info branch October 30, 2020 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix tempo_build_info
2 participants