Fix missing comma separator on bare-metal and DO

* Introduced in bare-metal and DigitalOcean in #544
while addressing possible ordering race, but after
the v1.16 upgrade validation
This commit is contained in:
Dalton Hubble
2019-09-23 10:56:22 -07:00
parent 078f084220
commit 8703f2c3c5
4 changed files with 11 additions and 3 deletions

View File

@ -4,6 +4,14 @@ Notable changes between versions.
## Latest
#### Bare-Metal
* Fix Terraform missing comma error ([#549](https://github.com/poseidon/typhoon/pull/549))
#### DigitalOcean
* Fix Terraform missing comma error ([#549](https://github.com/poseidon/typhoon/pull/549))
## v1.16.0
* Kubernetes [v1.16.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md#v1160) ([#543](https://github.com/poseidon/typhoon/pull/543))