Skip to content

Commit 32c8697

Browse files
authored
drop support for k8s v1.31 (#1985)
Signed-off-by: rajaSahil <sahilraja242@gmail.com>
1 parent a042c0d commit 32c8697

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Currently supported K8S versions are:
4646
- 1.34
4747
- 1.33
4848
- 1.32
49-
- 1.31
5049

5150
### Community Providers
5251

test/e2e/provisioning/helper.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ var (
3434
scenarios = buildScenarios()
3535

3636
versions = []*semver.Version{
37-
semver.MustParse("v1.31.13"),
3837
semver.MustParse("v1.32.9"),
3938
semver.MustParse("v1.33.5"),
4039
semver.MustParse("v1.34.1"),

0 commit comments

Comments
 (0)