Skip to content

Commit 01de10d

Browse files
authored
Merge pull request #2319 from yliaog/master
release 1.32.0 alpha
2 parents bf1d581 + f7701ac commit 01de10d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/e2e-master.yaml

+1-1
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.7, 3.8, 3.9]
16+
python-version: ["3.8", "3.9", "3.10"]
1717
steps:
1818
- uses: actions/checkout@v4
1919
with:

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.7", "3.8", "3.10", "3.11"]
10+
python-version: ["3.8", "3.10", "3.11", "3.12"]
1111
include:
1212
- python-version: "3.9"
1313
use_coverage: 'coverage'

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v32.0.0+snapshot
1+
# v32.0.0a1
22

33
Kubernetes API Version: v1.32.0
44

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ supported versions of Kubernetes clusters.
101101
- [client 29.y.z](https://pypi.org/project/kubernetes/29.0.0/): Kubernetes 1.28 or below (+-), Kubernetes 1.29 (✓), Kubernetes 1.30 or above (+-)
102102
- [client 30.y.z](https://pypi.org/project/kubernetes/30.1.0/): Kubernetes 1.29 or below (+-), Kubernetes 1.30 (✓), Kubernetes 1.31 or above (+-)
103103
- [client 31.y.z](https://pypi.org/project/kubernetes/31.0.0/): Kubernetes 1.30 or below (+-), Kubernetes 1.31 (✓), Kubernetes 1.32 or above (+-)
104+
- [client 32.y.z](https://pypi.org/project/kubernetes/32.0.0a1/): Kubernetes 1.31 or below (+-), Kubernetes 1.32 (✓), Kubernetes 1.33 or above (+-)
104105

105106

106107
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
@@ -168,6 +169,7 @@ between client-python versions.
168169
| 30.0 | Kubernetes main repo, 1.30 branch ||
169170
| 31.0 Alpha/Beta | Kubernetes main repo, 1.31 branch ||
170171
| 31.0 | Kubernetes main repo, 1.31 branch ||
172+
| 32.0 Alpha/Beta | Kubernetes main repo, 1.32 branch ||
171173

172174
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
173175

0 commit comments

Comments
 (0)