Skip to content

Commit

Permalink
Update default Kubernetes version to v1.16.1
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <[email protected]>
  • Loading branch information
justaugustus committed Oct 2, 2019
1 parent df7b713 commit 7abe8ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ examples/provider-components-base.yaml
examples/provider-components/provider-components-*.yaml
config/samples
manager_image_patch.yaml-e

# Bazel
bazel-*
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | ||
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7abe8ef

Please sign in to comment.