Fix possible deadlock for provisioning bare-metal clusters

* Closes #235
This commit is contained in:
Dalton Hubble
2018-06-14 22:43:01 -07:00
parent 51906bf398
commit ed0b781296
3 changed files with 37 additions and 1 deletions

View File

@ -4,7 +4,11 @@ Notable changes between versions.
## Latest
* Update etcd from v3.3.6 to v3.3.7
* Update etcd from v3.3.6 to v3.3.7 ([#243](https://github.com/poseidon/typhoon/pull/243))
#### Bare-Metal
* Fix possible deadlock when provisioning clusters larger than 10 nodes ([#244](https://github.com/poseidon/typhoon/pull/244))
#### Addons