-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Generate 8.0.0b1 client on release-8.0 branch #650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add link to kubernetes-client slack channel to README
to pick up changes: - Replace encodestring and decodestring for standard_b64encode and standard_b64decode - Update ExecProvider to use safe_get(); Update unit tests to use ConfigNode() instead of dict()
Update python-base submodule
against kubernetes 1.12.1 release (temp 1.12.2 openapi spec)
against kubernetes 1.12.1 release (temp 1.12.2 openapi spec)
…ted-snapshot Generate snapshot client in preparation for 8.0.0b1 release
[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
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
kubernetes/README.md
Outdated
@@ -4,7 +4,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger | |||
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: | |||
|
|||
- API version: v1.12.2 | |||
- Package version: 8.0.0-snapshot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README.md
and client/configuration.py
had merge conflicts between master and release-8.0 branch. I kept changes from master, therefore here it shows 8.0.0-snapshot
.
/assign @yliaog Tracking the bot-missing-CLA issue in kubernetes/test-infra#8621. The worst scenario is to force merge the PR later. |
Merged master branch onto release-8.0 branch, updated version constants and re-generated client. Only the last two commits are new (contain only version constant changes), the others come from merging.
The next step is to make distribution packages for Pypi and create Github release page.