9fed8d1bed
makeAllocTaskServices did not do a nil check on AllocatedResources which causes a panic when upgrading directly from 0.8 to 0.10. While skipping 0.9 is not supported we intend to fix serious crashers caused by such upgrades to prevent cluster outages. I did a quick audit of the client package and everywhere else that accesses AllocatedResources appears to be properly guarded by a nil check. |
||
---|---|---|
.. | ||
catalog_testing.go | ||
check_watcher.go | ||
check_watcher_test.go | ||
client.go | ||
group_test.go | ||
int_test.go | ||
structs.go | ||
unit_test.go | ||
version_checker.go | ||
version_checker_test.go |