right now if a build doesn't succeed/doesn't pass tests, f8 won't do a rolling upgrade to the next environment. but what if a build does make it through our testing/approval gates and we later determine we need to rollback? it'd be great to see a historical set (last 3? last 5?) builds that made it successfully to "production" or past some gate that we can chose from when we wish to rollback
We can hopefully take advantage of kubernetes deployment history which does exactly that, although rollback is manual right now. Openshift deploymentconfigs have the option of rolling back via the API iirc.
right now if a build doesn't succeed/doesn't pass tests, f8 won't do a rolling upgrade to the next environment. but what if a build does make it through our testing/approval gates and we later determine we need to rollback? it'd be great to see a historical set (last 3? last 5?) builds that made it successfully to "production" or past some gate that we can chose from when we wish to rollback