UI: Add enterprise suffix to UI version number#18559
Closed
Conversation
This fix checks the Consul Binary type, and for non-Community (i.e. Enterprise) binary versions, a "+ent" suffix is added to the version number of Consul that is displayed in the UI so that operators viewing the UI can see their enterprise license reflected in the sidebar.
4 tasks
Contributor
Author
|
@WenInCode New PR with the correct branch name 👍 |
|
This pull request has been automatically flagged for inactivity because it has not been acted upon in the last 60 days. It will be closed if no new activity occurs in the next 30 days. Please feel free to re-open to resurrect the change if you feel this has happened by mistake. Thank you for your contributions. |
4 tasks
This was referenced Nov 21, 2023
|
Closing due to inactivity. If you feel this was a mistake or you wish to re-open at any time in the future, please leave a comment and it will be re-surfaced for the maintainers to review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This fix checks the Consul Binary type, and for non-Community (i.e. Enterprise) binary versions, a "+ent" suffix is added to the version number of Consul that is displayed in the UI so that operators viewing the UI can see their enterprise license reflected in the sidebar.
Testing & Reproduction steps
1.15.0)ui/packages/consul-ui/config/environment.jsand change line78to read:make ui-dockerto build the ui imagemake dev-dockersetups/peeringdirectorydocker-compose upNow, check out this branch and repeat the above steps 1-9.
Observe the index page and note the version number in the lower right corner of the UI now shows the version number with the "+ent" suffix appended, i.e.
Consul v1.17.0+entLinks
PR Checklist