Skip to content

Commit

Permalink
Merge pull request #1518 from scottilee/release-18-base
Browse files Browse the repository at this point in the history
Update release-18.0 submodule
  • Loading branch information
k8s-ci-robot authored Aug 5, 2021
2 parents 05e8f57 + 4dec149 commit 837a6ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/base
Submodule base updated 5 files
+3 −7 .travis.yml
+2 −1 OWNERS
+27 −1 config/__init__.py
+10 −3 dynamic/client.py
+2 −2 tox.ini

0 comments on commit 837a6ec

Please sign in to comment.