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

feat(sidecar): add git commit hash to version tag #573

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

merklefruit
Copy link
Collaborator

@merklefruit merklefruit commented Dec 16, 2024

Closes #557

The sidecar version is also printed at startup:

❯ cargo r
    Blocking waiting for file lock on build directory
   Compiling bolt-sidecar v0.3.0-alpha
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.96s
     Running `target/debug/bolt-sidecar`

██████╗  ██████╗ ██╗  ████████╗
██╔══██╗██╔═══██╗██║  ╚══██╔══╝
██████╔╝██║   ██║██║     ██║
██╔══██╗██║   ██║██║     ██║
██████╔╝╚██████╔╝███████╗██║
╚═════╝  ╚═════╝ ╚══════╝╚═╝
Running version: v0.3.0-alpha-f511fc4
No .env file found, using environment variables

Copy link
Contributor

@mempirate mempirate left a comment

Choose a reason for hiding this comment

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

LGTM

@merklefruit merklefruit merged commit ca7c8e9 into unstable Dec 16, 2024
3 checks passed
@merklefruit merklefruit deleted the feat/sidecar-version branch December 16, 2024 11:16
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.

Add commit hash to returned sidecar version
3 participants