From d621512dd62137f5ba7e720e7a688101ddd1ed04 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Mon, 12 Mar 2018 21:15:53 -0700 Subject: [PATCH] Promote AWS platform from beta to stable --- CHANGES.md | 1 + README.md | 2 +- docs/index.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6dbf55e7..230103d1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ Notable changes between versions. #### AWS +* Promote AWS platform to stable * Allow groups of workers to be defined and joined to a cluster (i.e. worker pools) ([#150](https://github.com/poseidon/typhoon/pull/150)) * Replace the apiserver elastic load balancer with a network load balancer ([#136](https://github.com/poseidon/typhoon/pull/136)) * Replace the Ingress elastic load balancer with a network load balancer ([#141](https://github.com/poseidon/typhoon/pull/141)) diff --git a/README.md b/README.md index b43f93d2..0f2b6a65 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Typhoon provides a Terraform Module for each supported operating system and plat | Platform | Operating System | Terraform Module | Status | |---------------|------------------|------------------|--------| -| AWS | Container Linux | [aws/container-linux/kubernetes](aws/container-linux/kubernetes) | beta | +| AWS | Container Linux | [aws/container-linux/kubernetes](aws/container-linux/kubernetes) | stable | | Bare-Metal | Container Linux | [bare-metal/container-linux/kubernetes](bare-metal/container-linux/kubernetes) | stable | | Digital Ocean | Container Linux | [digital-ocean/container-linux/kubernetes](digital-ocean/container-linux/kubernetes) | beta | | Google Cloud | Container Linux | [google-cloud/container-linux/kubernetes](google-cloud/container-linux/kubernetes) | beta | diff --git a/docs/index.md b/docs/index.md index 929c41ec..2a239799 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,7 +24,7 @@ Typhoon provides a Terraform Module for each supported operating system and plat | Platform | Operating System | Terraform Module | Status | |---------------|------------------|------------------|--------| -| AWS | Container Linux | [aws/container-linux/kubernetes](aws.md) | beta | +| AWS | Container Linux | [aws/container-linux/kubernetes](aws.md) | stable | | Bare-Metal | Container Linux | [bare-metal/container-linux/kubernetes](bare-metal.md) | stable | | Digital Ocean | Container Linux | [digital-ocean/container-linux/kubernetes](digital-ocean.md) | beta | | Google Cloud | Container Linux | [google-cloud/container-linux/kubernetes](google-cloud.md) | beta |