Skip to content

Commit 406029c

Browse files
committed
updated to 1.35 cluster, removed outdated versions
1 parent 8c1a954 commit 406029c

14 files changed

Lines changed: 11 additions & 222 deletions

.github/workflows/e2e-master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10"]
16+
python-version: ["3.10", "3.11", "3.12"]
1717
steps:
1818
- uses: actions/checkout@v6
1919
with:
@@ -28,7 +28,7 @@ jobs:
2828
# Update the config here whenever a new client snapshot is performed
2929
# This would eventually point to cluster with the latest Kubernetes version
3030
# as we sync with Kubernetes upstream
31-
config: .github/workflows/kind-configs/cluster-1.25.yaml
31+
config: .github/workflows/kind-configs/cluster-1.35.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@v6
3434
with:

.github/workflows/e2e-release-11.0.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/e2e-release-12.0.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/e2e-release-17.0.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/e2e-release-18.0.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Update the config here whenever a new client snapshot is performed
2929
# This would eventually point to cluster with the latest Kubernetes version
3030
# as we sync with Kubernetes upstream
31-
config: .github/workflows/kind-configs/cluster-1.26.yaml
31+
config: .github/workflows/kind-configs/cluster-1.35.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@v6
3434
with:

.github/workflows/kind-configs/cluster-1.15.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/kind-configs/cluster-1.16.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/kind-configs/cluster-1.17.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/kind-configs/cluster-1.18.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)