Hi guys,
Consider the following use case: we released application v1.0 into production. Later on a tester finds a bug and we have to reproduce that bug in our DEVenvironment. We would like to deploy our application to DEV with the configuration that was in past. But the configuration (values of variables) has been changed since the release.
There is a question from my side - is it possible to deploy previous version with the configuration that existed in past? Is it possible to check history/changes in configuration (with comments like in version control systems)? If answers to either question is “no” - do you plan to implement such functionality?