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

chore(agora): use edge for app version and tag name placeholder, update data version to align with agora-data-manger (AG-1681) #3015

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

hallieswan
Copy link
Collaborator

@hallieswan hallieswan commented Feb 18, 2025

Description

agora-app displays two values for the Site Version in the footer: an app version and a commit SHA (looked up using a tag name). These values are set to the current release in the infra code. However, keeping the example values in .env.example and config.json aligned with the actual latest release adds extra overhead. Instead, we would like to use "edge" as the placeholder in these files.

Separately, the data manifest version was recently updated in agora-data-manager. This PR updates the agora-data value to match.

Related Issues

Validation

Update APP_VERSION and TAG_NAME in apps/agora/app/.env to match the values in .env.example.
Update DATA_VERSION in apps/agora/data.env to "72".
Run agora: agora-build-images && nx run agora-apex:serve-detach.
View the footer:
AG-1681

Note: since "edge" is not a git tag in sage-monorepo, the commit SHA is not displayed in the footer. The dev can change the value to an actual git tag if they would like to see the SHA displayed.

Copy link
Contributor

@sagely1 sagely1 left a comment

Choose a reason for hiding this comment

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

LGTM!

@hallieswan hallieswan added this pull request to the merge queue Feb 21, 2025
Merged via the queue into Sage-Bionetworks:main with commit c506775 Feb 21, 2025
12 of 13 checks passed
@hallieswan hallieswan deleted the agora/AG-1681 branch February 21, 2025 21:35
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.

2 participants