Warning state
We'd like to implement Canary Deploy in some of our projects.
We have seen and tried different methods but for our needs the best solution would be this one:
go, during deployment, to select the canary target and start the deployment only on that target(s).
It works fine, however the problem is that at the end of the process we see the outcome in green and this is very misleading because in reality the deployment was successful but only on the selected target(s).
We tried to manually edit the status but it seems it is only possible to put in the status Cancelled, Failed, Success.
It is a pity because that small detail makes this method unusable.
Please consider including an intermediate state (yellow, orange or any other color) in editing the status, I think it would be useful for many other purpose too.