upgrade testing for new changes #578
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Usually I use the
-C
for chaos deployment of changes to test them, but I'm wondering if there is a way to do that withabra app upgrade
command so I can test the upgrade process for a release that is not released yetThoughts are welcome
@ammaratef45 we removed
-C
from upgrade due to various confusions in the UI/UX.To test an upgrade, you can create a local git tag and just run the upgrade. It should detect local-first tags and not just rely on the catalogue. This was implemented at some point and may not be completely functional. Raise issues appropriately 🙃