From d5dc706592de9cbafe2ff08438c7d598404677b0 Mon Sep 17 00:00:00 2001 From: Faisal Memon Date: Tue, 4 Apr 2023 00:25:19 -0700 Subject: [PATCH] Add Kubernetes 1.21 back (#188) Co-authored-by: Marco Franssen Signed-off-by: Marco Franssen --- .github/workflows/helm-chart-ci.yaml | 1 + README.md | 3 ++- charts/spire/README.md | 3 +++ charts/spire/README.md.gotmpl | 3 +++ 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index 256506e..c6755c8 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -152,6 +152,7 @@ jobs: - v1.24.7 - v1.23.13 - v1.22.15 + - v1.21.14 values: - ${{ fromJson(needs.build-matrix.outputs.tests) }} diff --git a/README.md b/README.md index e46dd58..d5e947b 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ Unless otherwise noted in an application chart README, the following dependencie |:-----------|:-------------------| | SPIRE | `1.5.3`+, `1.6.x` | | Helm | `3.x` | +| Kubernetes | `1.21+` | -For Kubernetes we will officially try to support the last 3 versions as described in [k8s versioning](https://kubernetes.io/releases/version-skew-policy/#supported-versions). +> **Note**: For Kubernetes, we will officially support the last 3 versions as described in [k8s versioning](https://kubernetes.io/releases/version-skew-policy/#supported-versions). Any version before the last 3 we will try to support as long it doesn't bring security issues or any big maintenance burden. *The first version we tested this chart with is `1.21`.* ## Contributing diff --git a/charts/spire/README.md b/charts/spire/README.md index 091fd64..737ddf1 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -19,6 +19,9 @@ A Helm chart for deploying the complete Spire stack including: spire-server, spi |:-----------|:-------------------| | SPIRE | `1.5.3+`, `1.6.x` | | Helm | `3.x` | +| Kubernetes | `1.21+` | + +> **Note**: For Kubernetes, we will officially support the last 3 versions as described in [k8s versioning](https://kubernetes.io/releases/version-skew-policy/#supported-versions). Any version before the last 3 we will try to support as long it doesn't bring security issues or any big maintenance burden. *The first version we tested this chart with is `1.21`.* ## Prerequisites diff --git a/charts/spire/README.md.gotmpl b/charts/spire/README.md.gotmpl index a5fdd06..70823d0 100644 --- a/charts/spire/README.md.gotmpl +++ b/charts/spire/README.md.gotmpl @@ -21,6 +21,9 @@ |:-----------|:-------------------| | SPIRE | `1.5.3+`, `1.6.x` | | Helm | `3.x` | +| Kubernetes | `1.21+` | + +> **Note**: For Kubernetes, we will officially support the last 3 versions as described in [k8s versioning](https://kubernetes.io/releases/version-skew-policy/#supported-versions). Any version before the last 3 we will try to support as long it doesn't bring security issues or any big maintenance burden. *The first version we tested this chart with is `1.21`.* ## Prerequisites