Fix docs mentions of ELBs to NLBs

* Typhoon AWS clusters use an NLB rather than an ELB,
since v1.10.5
* Add a few missing links in CHANGES
This commit is contained in:
Dalton Hubble
2018-08-21 21:25:22 -07:00
parent bbf2c13eef
commit ea365b551a
4 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ Notable changes between versions.
#### AWS
* Remove firewall rule allowing ICMP packets to nodes
* Remove firewall rule allowing ICMP packets to nodes ([#285](https://github.com/poseidon/typhoon/pull/285))
#### Bare-Metal
@ -14,7 +14,7 @@ Notable changes between versions.
#### Google Cloud
* Remove firewall rule allowing workers to access Nginx Ingress health check
* Remove firewall rule allowing workers to access Nginx Ingress health check ([#284](https://github.com/poseidon/typhoon/pull/284))
* Nginx Ingress addon no longer uses hostNetwork, Prometheus scrapes via CNI network
## v1.11.2
@ -29,7 +29,7 @@ Notable changes between versions.
* Introduce [Container Linux Config snippets](https://typhoon.psdn.io/advanced/customization/#container-linux) on bare-metal
* Validate and additively merge custom Container Linux Configs during terraform plan
* Define files, systemd units, dropins, networkd configs, mounts, users, and more
* [Require](https://typhoon.psdn.io/cl/bare-metal/#terraform-setup) `terraform-provider-ct` plugin v0.2.1 (action required!)
* [Require](https://typhoon.psdn.io/cl/bare-metal/#terraform-setup) `terraform-provider-ct` plugin v0.2.1 (**action required!**)
#### Addons