From 682dfa26d7ae44689a8c0afbe8018a43f0e1f71c Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Sun, 9 May 2021 14:16:11 -0700 Subject: [PATCH 1/2] generated python-base update --- CHANGELOG.md | 12 ++++++++++++ kubernetes/base | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db47dd1bf..fda2fad7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v17.0.0-snapshot + +Kubernetes API Version: To Be Updated + +### Bug or Regression +- 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)) +- 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)) + +### Feature +- 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)) +- 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)) + # v17.17.0b1 Kubernetes API Version: 1.17.17 diff --git a/kubernetes/base b/kubernetes/base index 060cac10e..b4d3aad42 160000 --- a/kubernetes/base +++ b/kubernetes/base @@ -1 +1 @@ -Subproject commit 060cac10e53169c904e0d50b7448233829019e35 +Subproject commit b4d3aad42dc23e7a6c0e5c032691f8dc385a786c From 1f50a6bdb6771ced8c689cc1273b98abef15db44 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Sun, 9 May 2021 14:22:44 -0700 Subject: [PATCH 2/2] update changelog in preparation of the v17.17.0 release --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fda2fad7c..bf79a9301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # v17.0.0-snapshot -Kubernetes API Version: To Be Updated +Kubernetes API Version: 1.17.17 + +Changelog since v17.17.0b1: ### Bug or Regression - 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))