-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Update CHANGELOG and README in master branch #1451
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
@roycaihw: GitHub didn't allow me to request PR reviews from the following users: scottilee. Note that only kubernetes-client members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
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. |
[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 |
@@ -124,6 +125,7 @@ between client-python versions. | |||
| 12.0 Alpha/Beta | Kubernetes main repo, 1.16 branch | ✗ | | |||
| 12.0 | Kubernetes main repo, 1.16 branch | ✓ | | |||
| 17.0 Alpha/Beta | Kubernetes main repo, 1.17 branch | ✓ | | |||
| 18.0 Alpha/Beta | Kubernetes main repo, 1.17 branch | ✓ | | |||
|
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.
1.18 branch?
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.
done
README.md
Outdated
@@ -87,6 +87,7 @@ supported versions of Kubernetes clusters. | |||
- [client 11.y.z](https://pypi.org/project/kubernetes/11.0.0/): Kubernetes 1.14 or below (+-), Kubernetes 1.15 (✓), Kubernetes 1.16 or above (+-) | |||
- [client 12.y.z](https://pypi.org/project/kubernetes/12.0.1/): Kubernetes 1.15 or below (+-), Kubernetes 1.16 (✓), Kubernetes 1.17 or above (+-) | |||
- [client 17.y.z](https://pypi.org/project/kubernetes/17.14.0a1/): Kubernetes 1.16 or below (+-), Kubernetes 1.17 (✓), Kubernetes 1.18 or above (+-) | |||
- [client 18.y.z](https://pypi.org/project/kubernetes/17.14.0a1/): Kubernetes 1.17 or below (+-), Kubernetes 1.18 (✓), Kubernetes 1.19 or above (+-) |
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.
https://pypi.org/project/kubernetes/17.14.0a1 needs to be updated to 18.y.z
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.
done. Nice catch!
to reflect the lastest v17 and v18 releases
/lgtm |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Copy the CHANGELOG of v17.17.0b1 and v18.17.0a1 from the release branches. Also update README to include v18.
Does this PR introduce a user-facing change?
/cc @yliaog @scottilee