File tree 2 files changed +5
-0
lines changed 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 9
9
- Fix Watch retries with 410 errors. [ kubernetes-client/python-base #227 ] ( https://github.com/kubernetes-client/python-base/pull/227 )
10
10
- Automatically handles chunked or non-chunked responses. Fix ResponseNotChunked error from watch. [ kubernetes-client/python-base #231 ] ( https://github.com/kubernetes-client/python-base/pull/231 )
11
11
12
+ ** API Change:**
13
+ - Add allowWatchBookmarks, resoureVersionMatch parameters to custom objects. [ kubernetes-client/gen #180 ] ( https://github.com/kubernetes-client/gen/pull/180 )
14
+
12
15
13
16
# v18.0.0-snapshot
14
17
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ supported versions of Kubernetes clusters.
87
87
- [ 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 (+-)
88
88
- [ 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
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 (+-)
90
91
91
92
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explaination of why there is no v13-v16 release.
92
93
@@ -124,6 +125,7 @@ between client-python versions.
124
125
| 12.0 Alpha/Beta | Kubernetes main repo, 1.16 branch | ✗ |
125
126
| 12.0 | Kubernetes main repo, 1.16 branch | ✓ |
126
127
| 17.0 Alpha/Beta | Kubernetes main repo, 1.17 branch | ✓ |
128
+ | 18.0 Alpha/Beta | Kubernetes main repo, 1.18 branch | ✓ |
127
129
128
130
> See [ here] ( #homogenizing-the-kubernetes-python-client-versions ) for an explaination of why there is no v13-v16 release.
129
131
You can’t perform that action at this time.
0 commit comments