Update master branch to 9.0.0-snapshot client#698
Update master branch to 9.0.0-snapshot client#698k8s-ci-robot merged 7 commits intokubernetes-client:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: roycaihw The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/hold adding CHANGELOG for v6.1.0 and v8.0.1 |
|
/hold cancel CHANGELOG added |
| _request_timeout=params.get('_request_timeout'), | ||
| collection_formats=collection_formats) | ||
|
|
||
| def delete_initializer_configuration(self, name, body, **kwargs): |
There was a problem hiding this comment.
This looks like it’s potentially going to break some codes if they called the function with func(name, body). Now user needs to call with func(name, body=xxx)
There was a problem hiding this comment.
Looks like all delete methods will have this change. Probably want to document this
There was a problem hiding this comment.
It was documented in API change. I added a duplicate of the body param changelog in Breaking Change.
| @@ -83,17 +83,18 @@ supported versions of Kubernetes clusters. | |||
|
|
|||
| #### Compatibility matrix | |||
|
|
|||
There was a problem hiding this comment.
Do we indicate that we drop v6 support here or in the actual release?
There was a problem hiding this comment.
We support 3 stable releases, so we will drop v6 support after we release v9 GA version.
|
/lgtm |
This PR updates python-base submodule and generates client for 9.0.0-snapshot.
The next step is to fork a release-9.0 branch from master and re-generate the client with version constant updates.
/assign @yliaog