Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit ed06117

Browse files
authored
Merge pull request #79 from secureCodeBox/k8s-1-19
Update supported Kubernetes version range to include v1.19
2 parents 77c2326 + c6fb6f2 commit ed06117

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
runs-on: ubuntu-latest
317317
strategy:
318318
matrix:
319-
k8sVersion: ["1.18.6", "1.17.5", "1.16.9", "1.15.11"]
319+
k8sVersion: ["1.19.0", "1.18.8", "1.17.5", "1.16.9"]
320320
steps:
321321
- uses: actions/checkout@master
322322
- name: "Start kind cluster"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ There is a German article about [Security DevOps – Angreifern (immer) einen Sc
7373

7474
### Prerequisites
7575

76-
- kubernetes (last 4 major releases supported: `1.15`, `1.16`, `1.17` & `1.18`)
76+
- kubernetes (last 4 major releases supported: `1.16`, `1.17`, `1.18` & `1.19`,)
7777

7878
### Deployment (based on Helm)
7979

0 commit comments

Comments
 (0)