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

include github hash with version #52

Closed
wants to merge 1 commit into from
Closed

Conversation

nhayfield
Copy link
Collaborator

@nhayfield nhayfield commented Dec 1, 2021

Summary

Includes both github has and version in the top right of the app

Related issues

https://app.zenhub.com/workspaces/pomerium-5f0d1eec340a620025c4dfa0/issues/pomerium/internal/598

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@@ -37,7 +37,7 @@ const TopTabs = (): JSX.Element => {
</Grid>
<Grid item xs={2}>
<Typography align="center" variant="subtitle2">
Version: {version}
Version: {cliVersion + ' ' + gitHash}
Copy link
Contributor

Choose a reason for hiding this comment

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

We should probably still include the main version. Something like:

Version: ${version}-${gitHash}
Pomerium-CLI Version: ${cliVersion}

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

can you add it to the metadata then. it gives me warnings including from package.json

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i guess i can do it
also this is a design change and will look bad

@nhayfield nhayfield closed this Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants