|
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