Updates for v2.0.0 release (#216)

* Updates for version 2.0 release

* Updating readme

* update this version file that I've never seen before

* finish changelog updates
This commit is contained in:
Max Williams
2018-12-17 10:50:21 +01:00
committed by GitHub
parent 23a96e8743
commit 982541a4ec
4 changed files with 18 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ variable "cluster_security_group_id" {
variable "cluster_version" {
description = "Kubernetes version to use for the EKS cluster."
default = "1.10"
default = "1.11"
}
variable "config_output_path" {