bcgov / DITP-DevOps

Digital Identity and Trust Program Team's DevOps Documentation Repository
Apache License 2.0
2 stars 5 forks source link

Smoke Test the ACA-Py 0.9.0-rc0 release so we can get the final release out #90

Closed swcurran closed 1 year ago

swcurran commented 1 year ago

@WadeBarnes or someone — could you smoke test the ACA-Py 0.9.0-rc0 release so that we can be confident in putting out the final 0.9.0 release?

Perhaps document what you do in smoke testing so that others can do it in the future.

Please reassign if this should go to someone else.

swcurran commented 1 year ago

Per RocketChat message — we can’t use aries-cloudagent-container as the source of the smoke test, since that is stuck at Python 3.6 — we’ll need to get it updated to use Python 3.9. Adding ticket to update aries-cloudagent-container’s dockerfile.

WadeBarnes commented 1 year ago

I'll use the ghcr.io/hyperledger/aries-cloudagent-python:py3.9 0.9.0-rc0 image(s) for the smoke test.

WadeBarnes commented 1 year ago

I've smoke tested ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.9.0-rc0. Process:

swcurran commented 1 year ago

Nice! Thanks.

WadeBarnes commented 1 year ago

The A2A Issuer Agent is using indy storage, so I'm looking for a candidate service that's using askar storage to complete the testing.

swcurran commented 1 year ago

@loneil is looking at updating a Traction instance that he previously updated using the 0.8.3pre pseudo tagged image.

WadeBarnes commented 1 year ago

@loneil is looking at updating a Traction instance that he previously updated using the 0.8.3pre pseudo tagged image.

Great, that will cover the askar storage side. I'll leave it with @loneil.

loneil commented 1 year ago

For trying with Traction: https://github.com/bcgov/traction/pull/729

swcurran commented 1 year ago

Completed.