-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Release 22.0 #1690
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 22.0 #1690
Conversation
fix: read config data with bytes (python3)
…ncode and standard_b64decode.
Replace base64.decodestring for base64.standard_b64decode
*Update unit tests to use ConfigNode() instead of dict()
…onal-values ExecProvider errors when parsing null values
Pep8 has been renamed to pycodestyle
Fix for Travis CI failing on python-base
Refresh GCP tokens on retrieval by overriding client config method.
Fix trailing slash on kube/config failure kubernetes-client#388
Travis CI for Python 3.7
Use yaml.safe_load and yaml.safe_dump
Make dependancy adal optional
Verify-boilerplate script
The watch code reset the version to the last found in the response. When you first list existing objects and then start watching from that resource version the existing versions are older than the version you wanted and the watch starts from the wrong version after the first restart. This leads to for example already deleted objects ending in the stream again. Fix this by setting the minimum resource version to reset from to the input resource version. As long as k8s returns all objects in order in the watch this should work. We cannot use the integer value of the resource version to order it as one should be treat the value as opaque. Closes kubernetes-client#700
…reset fix watching with a specified resource version
Update pycodestyle
…figs that rely on relative paths.
Run kubeconfig exec commands in the correct directory
…ode-docs Remove duplicate code in documentation
…_to_gh_actions Updates to migrate from travis CI to GitHub Actions
removed submodule
|
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. |
/release-note-none |
Keywords which can automatically close issues and at(@) or hashtag(#) mentions are not allowed in commit messages. The list of commits with invalid commit messages: 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. |
/assign @roycaihw |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: roycaihw, yliaog 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 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
rebase from master branch
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: