Skip to content

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

yliaogand 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.
@k8s-ci-robotk8s-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-robotk8s-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
MemberAuthor

@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

/lgtm

@k8s-ci-robotk8s-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
MemberAuthor

Tests are green. Merging

@roycaihwroycaihw merged commit d4bdd74 into kubernetes-client:release-7.0Aug 16, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yesIndicates the PR's author has signed the CNCF CLA.lgtm"Looks good to me", indicates that a PR is ready to be merged.size/XLDenotes 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

@roycaihw@yliaog@k8s-ci-robot