Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1fbb70

Browse files
authored
Merge pull request kubernetes-client#1499 from roycaihw/update-master-readme
Cherrypick README and CHANGLOG of v18.20.0b1 to master branch
2 parents f3dbc8c + 4685a36 commit a1fbb70

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v18.20.0b1
2+
3+
Kubernetes API Version: 1.18.20
4+
5+
**Important Information:**
6+
7+
- Python 2 had reached [End of Life](https://www.python.org/doc/sunset-python-2/) on January 1, 2020. The Kubernetes Python Client has dropped support for Python 2 from this release (v18.20.0b1) and will no longer provide support to older clients as per the [Kubernetes support policy](https://kubernetes.io/docs/setup/release/version-skew-policy/#supported-versions).
8+
19
# v18.17.0a1
210

311
Kubernetes API Version: 1.18.17

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ supported versions of Kubernetes clusters.
8686
- [client 10.y.z](https://pypi.org/project/kubernetes/10.1.0/): Kubernetes 1.13 or below (+-), Kubernetes 1.14 (✓), Kubernetes 1.14 or above (+-)
8787
- [client 11.y.z](https://pypi.org/project/kubernetes/11.0.0/): Kubernetes 1.14 or below (+-), Kubernetes 1.15 (✓), Kubernetes 1.16 or above (+-)
8888
- [client 12.y.z](https://pypi.org/project/kubernetes/12.0.1/): Kubernetes 1.15 or below (+-), Kubernetes 1.16 (✓), Kubernetes 1.17 or above (+-)
89-
- [client 17.y.z](https://pypi.org/project/kubernetes/17.14.0a1/): Kubernetes 1.16 or below (+-), Kubernetes 1.17 (✓), Kubernetes 1.18 or above (+-)
90-
- [client 18.y.z](https://pypi.org/project/kubernetes/18.17.0a1/): Kubernetes 1.17 or below (+-), Kubernetes 1.18 (✓), Kubernetes 1.19 or above (+-)
89+
- [client 17.y.z](https://pypi.org/project/kubernetes/17.17.0/): Kubernetes 1.16 or below (+-), Kubernetes 1.17 (✓), Kubernetes 1.18 or above (+-)
90+
- [client 18.y.z](https://pypi.org/project/kubernetes/18.20.0b1/): Kubernetes 1.17 or below (+-), Kubernetes 1.18 (✓), Kubernetes 1.19 or above (+-)
9191

9292
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explaination of why there is no v13-v16 release.
9393
@@ -119,12 +119,13 @@ between client-python versions.
119119
| 9.0 Alpha/Beta | Kubernetes main repo, 1.13 branch ||
120120
| 9.0 | Kubernetes main repo, 1.13 branch ||
121121
| 10.0 Alpha/Beta | Kubernetes main repo, 1.14 branch ||
122-
| 10.0 | Kubernetes main repo, 1.14 branch | |
122+
| 10.0 | Kubernetes main repo, 1.14 branch | |
123123
| 11.0 Alpha/Beta | Kubernetes main repo, 1.15 branch ||
124124
| 11.0 | Kubernetes main repo, 1.15 branch ||
125125
| 12.0 Alpha/Beta | Kubernetes main repo, 1.16 branch ||
126126
| 12.0 | Kubernetes main repo, 1.16 branch ||
127-
| 17.0 Alpha/Beta | Kubernetes main repo, 1.17 branch ||
127+
| 17.0 Alpha/Beta | Kubernetes main repo, 1.17 branch ||
128+
| 17.0 | Kubernetes main repo, 1.17 branch ||
128129
| 18.0 Alpha/Beta | Kubernetes main repo, 1.18 branch ||
129130

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

0 commit comments

Comments
 (0)