Closed avozicov closed 7 years ago
This issue is caused by excluding application env from app hash (this change was done while implementing blue/green as a request from @eistrati if I'm not mistaken) and deepify related functionality list, undeploy, etc, was not adjusted to these changes, so deepify undeploy removes everything that matches provided hash without looking at resource env.
Pre-requisites:
Steps to reproduce:
BUG:
Both stage and dev environments are being undeployed when application hash was used as undeploy option without specified environment
This issue can be critical for the case when prod environment was successful deployed and dev environment was failed on next deploy, as a result - user can accidentally remove production environment from his account without any warning before submitting undeploy option
Note:
Please refer to attachment for more details: