Skip to content
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

Release 7.0.0 #596

Merged
merged 7 commits into from
Aug 16, 2018
Merged

Release 7.0.0 #596

merged 7 commits into from
Aug 16, 2018

Conversation

roycaihw
Copy link
Member

Merged master branch into release-7.0 branch, and updated version constants to auto generate 7.0.0 client.

Only the most recent two commits are new (updating constants and regenerating client). The other commits come from merging master branch on top of release-7.0 branch.

/cc @yliaog

yliaog and others added 4 commits August 6, 2018 10:30
added yliaog and roycaihw to OWNERS file.
pick up python-base change: Add support for refreshing Azure tokens.
update CHANGELOG and README to prepare for 7.0.0 release.
Update python-base, CHANGELOG and README
@k8s-ci-robot k8s-ci-robot requested a review from yliaog August 14, 2018 18:14
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Aug 14, 2018
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Aug 15, 2018
@roycaihw
Copy link
Member Author

@yliaog As we discussed #598 I removed the custom_object API change from the GA release. I need to put some hack in release-7.0 branch to mask the API change from client generation: dd4834f. The resulting client generation contains only version constant updates:

$ git diff HEAD~1 --stat | wc -l
    1181
$ git diff HEAD~1 --stat | grep "| 2 +-" | wc -l
    1176
$ git diff HEAD~1 --stat | grep "| [013-9]"
 kubernetes/README.md                                                | 4 ++--
 kubernetes/client/api_client.py                                     | 4 ++--
 kubernetes/client/configuration.py                                  | 6 +++---
 setup.py                                                            | 4 ++--

@yliaog
Copy link
Contributor

yliaog commented Aug 15, 2018

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 15, 2018
@roycaihw
Copy link
Member Author

Tests are green. Merging

@roycaihw roycaihw merged commit d4bdd74 into kubernetes-client:release-7.0 Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants