open-nomad/command/agent/consul
Michael Schurter 9fed8d1bed client: fix panic from 0.8 -> 0.10 upgrade
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.
2019-11-01 07:47:03 -07:00
..
catalog_testing.go agent + consul 2018-09-13 10:43:40 -07:00
check_watcher.go Update command/agent/consul/check_watcher.go 2019-07-18 07:08:27 -07:00
check_watcher_test.go consul: add test for check watcher deadlock 2019-07-18 08:24:09 -07:00
client.go client: fix panic from 0.8 -> 0.10 upgrade 2019-11-01 07:47:03 -07:00
group_test.go client: fix panic from 0.8 -> 0.10 upgrade 2019-11-01 07:47:03 -07:00
int_test.go Remove old comment; it's been fixed! 2019-01-14 09:56:53 -08:00
structs.go move cstructs.DeviceNetwork to drivers pkg 2019-01-08 09:11:47 -05:00
unit_test.go support script checks for task group services (#6197) 2019-09-03 15:09:04 -04:00
version_checker.go agent + consul 2018-09-13 10:43:40 -07:00
version_checker_test.go Replace Consul TLSSkipVerify handling 2018-03-14 17:43:06 -07:00