You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Being able to check the current deployed versions of software ensures that updates are completed correctly
Describe the solution you'd like
version number baked into the binary on build
build_info metric exposed via prometheus that includes version/build_time/etc
Describe alternatives you've considered
It's possible to scrape the docker versions, but tags can be somewhat unreliable and can be changed
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Being able to check the current deployed versions of software ensures that updates are completed correctly
Describe the solution you'd like
version number baked into the binary on build
build_info metric exposed via prometheus that includes version/build_time/etc
Describe alternatives you've considered
It's possible to scrape the docker versions, but tags can be somewhat unreliable and can be changed
The text was updated successfully, but these errors were encountered: