From 9c81caa92e4fc78844a38895a7e54817e4e00bdd Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Wed, 25 Aug 2021 20:13:13 +0200 Subject: [PATCH] build: added k8s@1.22 and dropped k8s@1.19 Signed-off-by: Christian Kotzbauer --- .github/kind-cluster-1.20.yaml | 10 +++++----- .github/kind-cluster-1.21.yaml | 10 +++++----- .../{kind-cluster-1.19.yaml => kind-cluster-1.22.yaml} | 10 +++++----- .github/workflows/on-pr.yaml | 2 +- .github/workflows/periodics-daily.yaml | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) rename .github/{kind-cluster-1.19.yaml => kind-cluster-1.22.yaml} (50%) diff --git a/.github/kind-cluster-1.20.yaml b/.github/kind-cluster-1.20.yaml index cf06c7f..109e761 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.2" + image: "kindest/node:v1.20.7" - role: control-plane - image: "kindest/node:v1.20.2" + image: "kindest/node:v1.20.7" - role: control-plane - image: "kindest/node:v1.20.2" + image: "kindest/node:v1.20.7" - role: worker - image: "kindest/node:v1.20.2" + image: "kindest/node:v1.20.7" - role: worker - image: "kindest/node:v1.20.2" + image: "kindest/node:v1.20.7" diff --git a/.github/kind-cluster-1.21.yaml b/.github/kind-cluster-1.21.yaml index c957bb7..ba1ddec 100644 --- a/.github/kind-cluster-1.21.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.21.1 + image: kindest/node:v1.21.2 - role: control-plane - image: kindest/node:v1.21.1 + image: kindest/node:v1.21.2 - role: control-plane - image: kindest/node:v1.21.1 + image: kindest/node:v1.21.2 - role: worker - image: kindest/node:v1.21.1 + image: kindest/node:v1.21.2 - role: worker - image: kindest/node:v1.21.1 + image: kindest/node:v1.21.2 diff --git a/.github/kind-cluster-1.19.yaml b/.github/kind-cluster-1.22.yaml similarity index 50% rename from .github/kind-cluster-1.19.yaml rename to .github/kind-cluster-1.22.yaml index 05fedd2..389f02f 100644 --- a/.github/kind-cluster-1.19.yaml +++ b/.github/kind-cluster-1.22.yaml @@ -2,12 +2,12 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.19.7 + image: kindest/node:v1.22.0 - role: control-plane - image: kindest/node:v1.19.7 + image: kindest/node:v1.22.0 - role: control-plane - image: kindest/node:v1.19.7 + image: kindest/node:v1.22.0 - role: worker - image: kindest/node:v1.19.7 + image: kindest/node:v1.22.0 - role: worker - image: kindest/node:v1.19.7 + image: kindest/node:v1.22.0 diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index 67092de..4d16250 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -97,9 +97,9 @@ jobs: fail-fast: false matrix: kubernetes: - - "1.19" - "1.20" - "1.21" + - "1.22" steps: - uses: actions/checkout@v2 - name: Find go version diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index f04b87f..aecee0e 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -74,9 +74,9 @@ jobs: strategy: matrix: kubernetes: - - "1.19" - "1.20" - "1.21" + - "1.22" steps: - uses: actions/checkout@v2 - name: Find go version