From 465316dce2ba95fc4eaea04fcdead5533afd2dfc Mon Sep 17 00:00:00 2001 From: Justin SB Date: Fri, 17 Jan 2020 08:40:06 -0500 Subject: [PATCH] Publish update AMIs into the alpha channel * Add 1.16, 1.17 images with correct docker versions (cf https://github.com/kubernetes-sigs/image-builder/pull/127) * Regular package updates on other stretch images --- channels/alpha | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/channels/alpha b/channels/alpha index 0ad35c8a71dbd..a0518da32d0b4 100644 --- a/channels/alpha +++ b/channels/alpha @@ -23,21 +23,27 @@ spec: providerID: aws kubernetesVersion: ">=1.10.0 <1.11.0" # Stretch is the default for 1.11 (for nvme) - - name: kope.io/k8s-1.11-debian-stretch-amd64-hvm-ebs-2019-09-26 + - name: kope.io/k8s-1.11-debian-stretch-amd64-hvm-ebs-2020-01-17 providerID: aws kubernetesVersion: ">=1.11.0 <1.12.0" - - name: kope.io/k8s-1.12-debian-stretch-amd64-hvm-ebs-2019-09-26 + - name: kope.io/k8s-1.12-debian-stretch-amd64-hvm-ebs-2020-01-17 providerID: aws kubernetesVersion: ">=1.12.0 <1.13.0" - - name: kope.io/k8s-1.13-debian-stretch-amd64-hvm-ebs-2019-09-26 + - name: kope.io/k8s-1.13-debian-stretch-amd64-hvm-ebs-2020-01-17 providerID: aws kubernetesVersion: ">=1.13.0 <1.14.0" - - name: kope.io/k8s-1.14-debian-stretch-amd64-hvm-ebs-2019-09-26 + - name: kope.io/k8s-1.14-debian-stretch-amd64-hvm-ebs-2020-01-17 providerID: aws kubernetesVersion: ">=1.14.0 <1.15.0" - - name: kope.io/k8s-1.15-debian-stretch-amd64-hvm-ebs-2019-09-26 + - name: kope.io/k8s-1.15-debian-stretch-amd64-hvm-ebs-2020-01-17 providerID: aws - kubernetesVersion: ">=1.15.0" + kubernetesVersion: ">=1.15.0 <1.16.0" + - name: kope.io/k8s-1.16-debian-stretch-amd64-hvm-ebs-2020-01-17 + providerID: aws + kubernetesVersion: ">=1.16.0 <1.17.0" + - name: kope.io/k8s-1.17-debian-stretch-amd64-hvm-ebs-2020-01-17 + providerID: aws + kubernetesVersion: ">=1.17.0" - providerID: gce kubernetesVersion: "<1.16.0-alpha.1" name: "cos-cloud/cos-stable-65-10323-99-0"