-
Notifications
You must be signed in to change notification settings - Fork 58
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
Entities Sprint 19.4a Release (includes Digital Business Card) #18233
Comments
severinbeauvais
changed the title
Entities Sprint 19.3b Release
Entities Sprint 19.3b Release - Digital Credentials
Oct 23, 2023
@amanji Do you have some simple way to smoke test Digital Credentials in Prod to verify that things are working properly (especially config/communication between modules/systems)? Update: Mihai verified that DBC is not visible in Prod for reg user and a sole prop, which is as expected because a FF still disables this feature. |
severinbeauvais
changed the title
Entities Sprint 19.3b Release - Digital Credentials
Entities Sprint 19.3b Release - Digital Business Card
Oct 25, 2023
severinbeauvais
changed the title
Entities Sprint 19.3b Release - Digital Business Card
Entities Sprint 19.3b Release (includes Digital Business Card)
Nov 3, 2023
severinbeauvais
changed the title
Entities Sprint 19.3b Release (includes Digital Business Card)
Entities Sprint 19.4a Release (includes Digital Business Card)
Nov 14, 2023
This was referenced Nov 16, 2023
This was referenced Nov 29, 2023
This was referenced Dec 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This release contains Entity + Digital Business Card changes.
Prior to moving into production, the following steps should be completed or confirmed:
Add release # to this ticket
Update version numbers in the code being released and list them here:
Business Edit UI v4.7.4unchanged in this releaseEnsure deployment steps are filled in - remove/replace placeholders
Create a draft release in GitHub and confirm the correct commits are present
Merge release branch back to master (if applicable)Change openshift builds/pipelines back to master (if applicable)Deployment Steps
Dev:
.
in entity vault, change GUNICORN_PROCESSES to 1are there any dependencies, such as an auth/pay deployment or keycloak changes?noare there any one-time scripts to be run, such as for data migration?credential_id
field from length 100 to length 10 indc_issued_credentials
tablecredential_revocation_id
field todc_issued_credentials
tablerevocation_registry_id
field todc_issued_credentials
tabledc_issued_business_user_credentials
tableversion_num
field inalembic_version
table has value of6e28f267db2a
Test:
.
credential_id
field from length 100 to length 10 indc_issued_credentials
tablecredential_revocation_id
field todc_issued_credentials
tablerevocation_registry_id
field todc_issued_credentials
tabledc_issued_business_user_credentials
tableversion_num
field inalembic_version
table has value of6e28f267db2a
Prod:
Edit UI v4.7.4not needed; is already in Prod.
credential_id
field from length 100 to length 10 indc_issued_credentials
tablecredential_revocation_id
field todc_issued_credentials
tablerevocation_registry_id
field todc_issued_credentials
tabledc_issued_business_user_credentials
tableversion_num
field inalembic_version
table has value of6e28f267db2a
Smoke Test Script
The text was updated successfully, but these errors were encountered: