diff --git a/CHANGELOG.md b/CHANGELOG.md index 0597d9868c..b6b5e73da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v18.0.0-snapshot + +Kubernetes API Version: To Be Updated + +### Feature +- Support for the dryRun parameter has been added to the dynamic client. ([kubernetes-client/python-base#247](https://github.com/kubernetes-client/python-base/pull/247), [@gravesm](https://github.com/gravesm)) +- The `python2` support will be removed in 18.0.0 beta release. All the tests will use `python3` versions. ([kubernetes-client/python-base#238](https://github.com/kubernetes-client/python-base/pull/238), [@Priyankasaggu11929](https://github.com/Priyankasaggu11929)) +- 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)) + # v18.20.0b1 Kubernetes API Version: 1.18.20 diff --git a/kubernetes/base b/kubernetes/base index b4d3aad42d..6b0104ffb9 160000 --- a/kubernetes/base +++ b/kubernetes/base @@ -1 +1 @@ -Subproject commit b4d3aad42dc23e7a6c0e5c032691f8dc385a786c +Subproject commit 6b0104ffb9dd2f96d47d075ea3d30f69ea124ce4