From 7abe8efcf5117073df08805fa9a81f715b9bc071 Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Wed, 2 Oct 2019 18:57:29 -0400 Subject: [PATCH] Update default Kubernetes version to v1.16.1 Signed-off-by: Stephen Augustus --- .gitignore | 3 +++ README.md | 3 ++- examples/generate.sh | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e8cda801a38..ed7c24d7226 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ examples/provider-components-base.yaml examples/provider-components/provider-components-*.yaml config/samples manager_image_patch.yaml-e + +# Bazel +bazel-* diff --git a/README.md b/README.md index 4372cdfdfe5..1090a80e98e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ TODO This provider's versions are compatible with the following versions of Cluster API: -| | Cluster API `v1alpha1` (`v0.1.x`) | Cluster API `v1alpha2` (`v0.2.x`) (unreleased) | +| | Cluster API `v1alpha1` (`v0.1.x`) | Cluster API `v1alpha2` (`v0.2.x`) | |---|---|---| |Azure Provider `v0.2.x` | ✓ | | |Azure Provider `v0.3.x` | | ✓ | @@ -42,6 +42,7 @@ This provider's versions are able to install and manage the following versions o | Kubernetes 1.13 | ✓ | | | Kubernetes 1.14 | ✓ | ✓ | | Kubernetes 1.15 | ✓ | ✓ | +| Kubernetes 1.16 | | ✓ | Each version of Cluster API for Azure will attempt to support two Kubernetes versions e.g., Cluster API for Azure `v0.1` may support Kubernetes 1.13 and Kubernetes 1.14. diff --git a/examples/generate.sh b/examples/generate.sh index 0c34242b93f..71e15619896 100755 --- a/examples/generate.sh +++ b/examples/generate.sh @@ -29,7 +29,7 @@ RANDOM_STRING=$(date | md5sum | head -c8) # Cluster. export CLUSTER_NAME="${CLUSTER_NAME:-capz-${RANDOM_STRING}}" export VNET_NAME="${VNET_NAME:-}" -export KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.15.3}" +export KUBERNETES_VERSION="${KUBERNETES_VERSION:-v1.16.1}" export KUBERNETES_SEMVER="${KUBERNETES_VERSION#v}" # Machine settings.