Skip to content

Commit 0773811

Browse files
authored
Remove support for Kubernetes v1.31. (#208)
1 parent 26068bc commit 0773811

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SHELL = /usr/bin/env bash -o pipefail
5353
# For local testing, we should allow user to use different kind cluster name
5454
# Default will delete default kind cluster
5555
KIND_CLUSTER_NAME ?= kind
56-
E2E_K8S_VERSIONS ?= 1.31.12 1.32.8 1.33.4 1.34.0
56+
E2E_K8S_VERSIONS ?= 1.32.8 1.33.4 1.34.0
5757
E2E_K8S_VERSION ?= 1.34
5858
E2E_K8S_FULL_VERSION ?= $(filter $(E2E_K8S_VERSION).%,$(E2E_K8S_VERSIONS))
5959
# Default to E2E_K8S_VERSION.0 if no match is found

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ sudo rm /usr/local/bin/kubectl-kjob
8686
- ✔️ Unit Test [testgrid](https://testgrid.k8s.io/sig-apps#periodic-kjob-test-unit-main).
8787
- ✔️ Integration Test [testgrid](https://testgrid.k8s.io/sig-apps#periodic-kjob-test-integration-main)
8888
- ✔️ E2E Tests for Kubernetes
89-
[1.31](https://testgrid.k8s.io/sig-apps#periodic-kjob-test-e2e-main-1-31),
9089
[1.32](https://testgrid.k8s.io/sig-apps#periodic-kjob-test-e2e-main-1-32),
9190
[1.33](https://testgrid.k8s.io/sig-apps#periodic-kjob-test-e2e-main-1-33),
9291
[1.34](https://testgrid.k8s.io/sig-apps#periodic-kjob-test-e2e-main-1-34),

0 commit comments

Comments
 (0)