|
1 |
| -# v17.0.0-snapshot |
2 |
| - |
3 |
| -Kubernetes API Version: 1.17.17 |
4 |
| - |
5 |
| -Changelog since v17.17.0b1: |
6 |
| - |
7 |
| -### Bug or Regression |
8 |
| -- Fix watch stream non-chunked response handling ([kubernetes-client/python-base#231](https://github.com/kubernetes-client/python-base/pull/231), [@dhague](https://github.com/dhague)) |
9 |
| -- Fixed a decoding error for BOOTMARK watch events ([kubernetes-client/python-base#234](https://github.com/kubernetes-client/python-base/pull/234), [@yliaog](https://github.com/yliaog)) |
10 |
| - |
11 |
| -### Feature |
12 |
| -- Load_kube_config_from_dict() support define custom temp files path ([kubernetes-client/python-base#233](https://github.com/kubernetes-client/python-base/pull/233), [@onecer](https://github.com/onecer)) |
13 |
| -- The dynamic client now supports customizing http "Accept" header through the `header_params` parameter, which can be used to customizing API server response, e.g. retrieving object metadata only. ([kubernetes-client/python-base#236](https://github.com/kubernetes-client/python-base/pull/236), [@Yashks1994](https://github.com/Yashks1994)) |
14 |
| - |
15 |
| -# v17.17.0b1 |
16 |
| - |
17 |
| -Kubernetes API Version: 1.17.17 |
18 |
| - |
19 |
| -Changelog since v17.14.0a1: |
20 |
| - |
21 |
| -**New Feature:** |
22 |
| -- Add Python 3.9 to build [kubernetes-client/python#1311](https://github.com/kubernetes-client/python/pull/1311) |
23 |
| -- Enable leaderelection [kubernetes-client/python#1363](https://github.com/kubernetes-client/python/pull/1363) |
24 |
| - |
25 |
| -**API Change:** |
26 |
| -- Add allowWatchBookmarks, resoureVersionMatch parameters to custom objects. [kubernetes-client/gen#180](https://github.com/kubernetes-client/gen/pull/180) |
27 |
| - |
28 |
| -**Bug Fix:** |
29 |
| -- fix: load cache error when CacheDecoder object is not callable [kubernetes-client/python-base#226](https://github.com/kubernetes-client/python-base/pull/226) |
30 |
| -- raise exception when an empty config file is passed to load_kube_config [kubernetes-client/python-base#223](https://github.com/kubernetes-client/python-base/pull/223) |
31 |
| -- Fix bug with Watch and 410 retries [kubernetes-client/python-base#227](https://github.com/kubernetes-client/python-base/pull/227) |
32 |
| - |
33 | 1 | # v18.17.0a1
|
34 | 2 |
|
35 | 3 | Kubernetes API Version: 1.18.17
|
@@ -79,6 +47,38 @@ Kubernetes API Version: 1.18.17
|
79 | 47 |
|
80 | 48 | To read the full CHANGELOG visit [here](https://raw.githubusercontent.com/kubernetes/kubernetes/master/CHANGELOG/CHANGELOG-1.18.md).
|
81 | 49 |
|
| 50 | +# v17.17.0 |
| 51 | + |
| 52 | +Kubernetes API Version: 1.17.17 |
| 53 | + |
| 54 | +Changelog since v17.17.0b1: |
| 55 | + |
| 56 | +### Bug or Regression |
| 57 | +- Fix watch stream non-chunked response handling ([kubernetes-client/python-base#231](https://github.com/kubernetes-client/python-base/pull/231), [@dhague](https://github.com/dhague)) |
| 58 | +- Fixed a decoding error for BOOTMARK watch events ([kubernetes-client/python-base#234](https://github.com/kubernetes-client/python-base/pull/234), [@yliaog](https://github.com/yliaog)) |
| 59 | + |
| 60 | +### Feature |
| 61 | +- Load_kube_config_from_dict() support define custom temp files path ([kubernetes-client/python-base#233](https://github.com/kubernetes-client/python-base/pull/233), [@onecer](https://github.com/onecer)) |
| 62 | +- The dynamic client now supports customizing http "Accept" header through the `header_params` parameter, which can be used to customizing API server response, e.g. retrieving object metadata only. ([kubernetes-client/python-base#236](https://github.com/kubernetes-client/python-base/pull/236), [@Yashks1994](https://github.com/Yashks1994)) |
| 63 | + |
| 64 | +# v17.17.0b1 |
| 65 | + |
| 66 | +Kubernetes API Version: 1.17.17 |
| 67 | + |
| 68 | +Changelog since v17.14.0a1: |
| 69 | + |
| 70 | +**New Feature:** |
| 71 | +- Add Python 3.9 to build [kubernetes-client/python#1311](https://github.com/kubernetes-client/python/pull/1311) |
| 72 | +- Enable leaderelection [kubernetes-client/python#1363](https://github.com/kubernetes-client/python/pull/1363) |
| 73 | + |
| 74 | +**API Change:** |
| 75 | +- Add allowWatchBookmarks, resoureVersionMatch parameters to custom objects. [kubernetes-client/gen#180](https://github.com/kubernetes-client/gen/pull/180) |
| 76 | + |
| 77 | +**Bug Fix:** |
| 78 | +- fix: load cache error when CacheDecoder object is not callable [kubernetes-client/python-base#226](https://github.com/kubernetes-client/python-base/pull/226) |
| 79 | +- raise exception when an empty config file is passed to load_kube_config [kubernetes-client/python-base#223](https://github.com/kubernetes-client/python-base/pull/223) |
| 80 | +- Fix bug with Watch and 410 retries [kubernetes-client/python-base#227](https://github.com/kubernetes-client/python-base/pull/227) |
| 81 | + |
82 | 82 | # v17.14.0a1
|
83 | 83 |
|
84 | 84 | Kubernetes API Version: 1.17.14
|
|
0 commit comments