From 870329c7b45c6446444fd231f0318c019ae3558d Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 12 Apr 2021 10:57:51 +0200 Subject: [PATCH] Bounce kubernetes testing versions This update the test matrix to latest set of 3 minor k8s releases Fixes: #347 Co-Authored-By: Jean-Philippe Evrard --- .github/kind-cluster-1.19.yaml | 10 +++++----- .github/kind-cluster-1.20.yaml | 10 +++++----- .../{kind-cluster-1.18.yaml => kind-cluster-1.21.yaml} | 10 +++++----- .github/workflows/on-pr.yaml | 4 ++-- .github/workflows/periodics-daily.yaml | 4 ++-- 5 files changed, 19 insertions(+), 19 deletions(-) rename .github/{kind-cluster-1.18.yaml => kind-cluster-1.21.yaml} (50%) diff --git a/.github/kind-cluster-1.19.yaml b/.github/kind-cluster-1.19.yaml index 958c86d..05fedd2 100644 --- a/.github/kind-cluster-1.19.yaml +++ b/.github/kind-cluster-1.19.yaml @@ -2,12 +2,12 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.19.4 + image: kindest/node:v1.19.7 - role: control-plane - image: kindest/node:v1.19.4 + image: kindest/node:v1.19.7 - role: control-plane - image: kindest/node:v1.19.4 + image: kindest/node:v1.19.7 - role: worker - image: kindest/node:v1.19.4 + image: kindest/node:v1.19.7 - role: worker - image: kindest/node:v1.19.4 + image: kindest/node:v1.19.7 diff --git a/.github/kind-cluster-1.20.yaml b/.github/kind-cluster-1.20.yaml index fb9dd28..cf06c7f 100644 --- a/.github/kind-cluster-1.20.yaml +++ b/.github/kind-cluster-1.20.yaml @@ -2,12 +2,12 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: "kindest/node:v1.20.0" + image: "kindest/node:v1.20.2" - role: control-plane - image: "kindest/node:v1.20.0" + image: "kindest/node:v1.20.2" - role: control-plane - image: "kindest/node:v1.20.0" + image: "kindest/node:v1.20.2" - role: worker - image: "kindest/node:v1.20.0" + image: "kindest/node:v1.20.2" - role: worker - image: "kindest/node:v1.20.0" + image: "kindest/node:v1.20.2" diff --git a/.github/kind-cluster-1.18.yaml b/.github/kind-cluster-1.21.yaml similarity index 50% rename from .github/kind-cluster-1.18.yaml rename to .github/kind-cluster-1.21.yaml index 699f25a..c957bb7 100644 --- a/.github/kind-cluster-1.18.yaml +++ b/.github/kind-cluster-1.21.yaml @@ -2,12 +2,12 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.18.8 + image: kindest/node:v1.21.1 - role: control-plane - image: kindest/node:v1.18.8 + image: kindest/node:v1.21.1 - role: control-plane - image: kindest/node:v1.18.8 + image: kindest/node:v1.21.1 - role: worker - image: kindest/node:v1.18.8 + image: kindest/node:v1.21.1 - role: worker - image: kindest/node:v1.18.8 + image: kindest/node:v1.21.1 diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index 1c9c8bb..f6758aa 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -97,9 +97,9 @@ jobs: fail-fast: false matrix: kubernetes: - - "1.18" - "1.19" - "1.20" + - "1.21" steps: - uses: actions/checkout@v2 - name: Find go version @@ -169,7 +169,7 @@ jobs: fail-fast: false matrix: kubernetes: - - "1.20" + - "1.21" steps: - uses: actions/checkout@v2 - name: Find go version diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index 6e5daa1..8e9e345 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -74,9 +74,9 @@ jobs: strategy: matrix: kubernetes: - - "1.18" - "1.19" - "1.20" + - "1.21" steps: - uses: actions/checkout@v2 - name: Find go version @@ -132,4 +132,4 @@ jobs: env: DEBUG: true run: | - ./tests/kind/follow-coordinated-reboot.sh \ No newline at end of file + ./tests/kind/follow-coordinated-reboot.sh