You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
# v11.0.0
2
+
3
+
**Deprecation Notice**
4
+
v11.0.0 of the client follows the Kubernetes [deprecation policy](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/release/versioning.md#supported-releases-and-component-skew) and will
5
+
be deprecated as and when Kubernetes version v1.15 gets deprecated.
6
+
1
7
# v11.0.0b2
2
8
**Bug Fix:**
3
9
- Fix a fatal bug in package setup [kubernetes-client/python#1011](https://github.com/kubernetes-client/python/pull/1011)
@@ -270,7 +276,7 @@
270
276
- Restricting the websocket-client to <=0.40 #299
271
277
272
278
# v3.0.0a1
273
-
- Update client to kubernetes 1.7
279
+
- Update client to kubernetes 1.7
274
280
- Support ThirdPartyResources (TPR) and CustomResourceDefinitions (CRD). Note that TPR is deprecated in kubernetes #251#201
275
281
- Better dependency management #136
276
282
- Add support for python3.6 #244
@@ -325,7 +331,7 @@
325
331
326
332
# v1.0.0a3
327
333
328
-
- Add context switch to kube config loader #46
334
+
- Add context switch to kube config loader #46
329
335
- Add default kube config location #64
330
336
- Add suport for accessing multiple clusters #7
331
337
- Bugfix: Python client does not resolve relative paths in kubeconfig #68
0 commit comments