Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

0.9.63: More robust cleanup of removed hosts for deployment groups

Compare
Choose a tag to compare
@davidxia davidxia released this 13 Dec 17:29
· 391 commits to master since this release
Instead of the previous method where we would try to undeploy from hosts
that were no longer registered, instead just apply a straightforward filter
to the removed hosts list.

This is clearer and works without generating a bunch of unnecessary tasks.
Also, the previous version would only work if the set of UP hosts for the
deployment group changed. This version doesn't have that flaw.