File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v12.0.1
2
+
3
+ Kubernetes API Version: 1.16.15
4
+
5
+ ** Bug Fix:**
6
+ - Prevent 503s from killing the client during discovery [ kubernetes-client/python-base #187 ] ( https://github.com/kubernetes-client/python-base/pull/187 )
7
+
8
+
1
9
# v12.0.0
2
10
3
11
Kubernetes API Version: 1.16.15
@@ -7,8 +15,6 @@ Kubernetes API Version: 1.16.15
7
15
- Support loading configuration from file-like objects [ kubernetes-client/python-base #208 ] ( https://github.com/kubernetes-client/python-base/pull/208 )
8
16
- Returns the created k8s objects in ` create_from_{dict,yaml} ` [ kubernetes-client/python #1262 ] ( https://github.com/kubernetes-client/python/pull/1262 )
9
17
10
- ** Bug Fix:**
11
- - Prevent 503s from killing the client during discovery [ kubernetes-client/python-base #187 ] ( https://github.com/kubernetes-client/python-base/pull/187 )
12
18
13
19
# v12.0.0b1
14
20
You can’t perform that action at this time.
0 commit comments