Show application version in footer with runtime fallback#553
Open
rogene-bcgov with Copilot wants to merge 3 commits into
Open
Show application version in footer with runtime fallback#553rogene-bcgov with Copilot wants to merge 3 commits into
rogene-bcgov with Copilot wants to merge 3 commits into
Conversation
Copilot
AI
changed the title
[WIP] Enhance application footer to display app version number
Add app version number in application footer
Jun 25, 2026
rogene-bcgov
marked this pull request as ready for review
June 25, 2026 20:43
Copilot
AI
changed the title
Add app version number in application footer
Show application version in footer with runtime fallback
Jun 25, 2026
|
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.



The app footer did not expose a deploy/version identifier, and in environments where
APP_VERSIONwas unset the footer area appeared blank. This change surfaces the deployed version in the global footer and keeps it visible even when the preferred runtime value is missing.Runtime version wiring
RUNTIME_APP_VERSIONfrom the client runtime config.window.RUNTIME_APP_VERSIONfromAPP_VERSIONin the nginx startup script, alongside the existing OpenShift runtime values.Footer version display
APP_VERSION, fall back toOPENSHIFT_BUILD_COMMIT, then to a static placeholder so the footer never disappears.Fallback behavior
APP_VERSION.Thanks for the PR!
After merge, new images are deployed and promoted to DEV: