From 5c2bc3151e620e8fc90906aadd7c5613e0ea1cac Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 21 Oct 2020 16:09:30 -0400 Subject: [PATCH] Update machine-api to v1.0.2 --- build/images/node/Makefile | 2 +- internal/cinder/config/constants/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/images/node/Makefile b/build/images/node/Makefile index 45c328b..a34f7bd 100644 --- a/build/images/node/Makefile +++ b/build/images/node/Makefile @@ -30,7 +30,7 @@ KUBERNETES_VERSION := 1.18.5 CHARTS_DIR := $(PWD)/charts CILIUM_VERSION := 1.8.1 LOCAL_PATH_PROVISIONER_VERSION := 0.0.12 -MACHINE_API_VERSION := 1.0.1 +MACHINE_API_VERSION := 1.0.2 MACHINE_API_PROVIDER_DOCKER_VERSION := 1.0.2 charts/*.tgz: diff --git a/internal/cinder/config/constants/constants.go b/internal/cinder/config/constants/constants.go index 39a96d6..0d70e7d 100644 --- a/internal/cinder/config/constants/constants.go +++ b/internal/cinder/config/constants/constants.go @@ -11,7 +11,7 @@ const ( DefaultNetwork = "cinder" KubernetesVersion = "1.18.5" - DefaultMachineAPIVersion = "1.0.1" + DefaultMachineAPIVersion = "1.0.2" DefaultMachineAPIProviderDockerVersion = "1.0.2" DefaultKubeRBACProxyVersion = "0.5.0" DefaultCiliumVersion = "1.8.1"