Add Terraform v0.11.x support and migration docs

* Add explicit "providers" section to modules for Terraform v0.11.x
* Retain support for Terraform v0.10.4+
* Add migration guide from Terraform v0.10.x to v0.11.x for those managing
existing clusters (action required!)
This commit is contained in:
Dalton Hubble
2018-01-12 06:56:08 -08:00
parent d8db296932
commit bbe295a3f1
8 changed files with 226 additions and 12 deletions

View File

@ -4,6 +4,10 @@ Notable changes between versions.
## Latest
* Add Terraform v0.11.x support
* Add explicit "providers" section to modules for Terraform v0.11.x
* Retain support for Terraform v0.10.4+
* Add [migration guide](https://github.com/poseidon/typhoon/blob/master/docs/topics/maintenance.md) from Terraform v0.10.x to v0.11.x (action required!)
* Update etcd from 3.2.13 to 3.2.14
* Update kube-dns from v1.14.7 to v1.14.8
* Use separate service account for kube-dns