Commit Graph

1686 Commits

Author SHA1 Message Date
Haowei Cai
1496a21b5e generated client change for 9.0.0b1 release 2019-02-06 15:20:25 -08:00
Haowei Cai
af3f77fed9 update python-base submodule 2019-02-06 15:09:47 -08:00
Roy Lenferink
bbe14e8a57 Updated OWNERS file to include link to docs 2019-02-04 19:03:05 +01:00
Roy Lenferink
4d387d5879 Updated OWNERS to include link to docs 2019-02-04 19:01:16 +01:00
Kubernetes Prow Robot
2d69e89dab
Merge pull request #109 from juliantaylor/fix-watch-reset
fix watching with a specified resource version
2019-01-23 13:10:58 -08:00
Julian Taylor
3c30a30993 fix watching with a specified resource version
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 https://github.com/kubernetes-client/python/issues/700
2019-01-23 19:38:44 +01:00
Kubernetes Prow Robot
8497dfb537
Merge pull request #107 from iamneha/verify-scripts
Verify-boilerplate script
2019-01-22 18:49:26 -08:00
Kubernetes Prow Robot
260f855a0b
Merge pull request #108 from iamneha/make-adal-optional
Make dependancy adal optional
2019-01-22 18:12:14 -08:00
Tomasz Prus
ce188d5f0e feat: remove dependency on mvn from updating script 2019-01-21 01:17:05 +01:00
Kubernetes Prow Robot
ed18ea8d70
Merge pull request #724 from xvello/xvello/safe-yaml
Update python-base ref to include yaml security fix
2019-01-14 11:58:46 -08:00
Kubernetes Prow Robot
430544b615
Merge pull request #719 from ramnes/use-safe-load
Use yaml.safe_load
2019-01-09 09:36:49 -08:00
Xavier Vello
fb73617f61 Update python-base ref to include yaml security fix 2019-01-09 11:27:33 +01:00
ramnes
3240b45c46 Use yaml.safe_load
See #718 for rationale.
2019-01-09 10:10:48 +01:00
Kubernetes Prow Robot
bd9a8525e9
Merge pull request #111 from xvello/xvello/safe_load
Use yaml.safe_load and yaml.safe_dump
2019-01-08 13:00:17 -08:00
Xavier Vello
13ff5184ac linting 2019-01-08 10:50:01 +01:00
Xavier Vello
ebb49d02ed Use safe_load and safe_dump for all yaml calls 2019-01-07 18:19:57 +01:00
Kubernetes Prow Robot
30c3522f3b
Merge pull request #698 from roycaihw/release-9.0.0a1-preparation
Update master branch to 9.0.0-snapshot client
2018-12-27 09:50:38 -08:00
Haowei Cai
e7e077c965 Mention security fix in 9.0.0a1, 8.0.1 and 7.0.1 releases 2018-12-26 23:31:17 -08:00
Haowei Cai
b9d2679f4e Duplicate the DELETE param changelog in Breaking Change 2018-12-18 05:01:47 -08:00
Kubernetes Prow Robot
37d831a95e
Merge pull request #707 from mbohlool/security-fix
Potential security fix CVE-2018-20060
2018-12-16 18:14:42 -08:00
Mehdy Bohlool
4763374eef Potential security fix CVE-2018-20060 2018-12-17 10:19:33 +11:00
axelsteingrimsson
1637d56364 Add email scope to GCP provided credential refresh 2018-12-12 13:41:58 +01:00
Neha Yadav
375befb15c Make dependancy adal optional 2018-12-11 23:23:17 +05:30
Haowei Cai
2af8df8f44 Add 6.1.0 and 8.0.1 changelog 2018-12-07 18:18:24 -08:00
Haowei Cai
f65d60fb4b Update README and CHANGELOG for 9.0.0a1-preparation 2018-12-07 17:42:45 -08:00
Haowei Cai
cd411d2707 generated client change for 9.0.0-snapshot version constant update 2018-12-07 16:43:15 -08:00
Haowei Cai
84b1198d78 Update version constants for k8s 1.13 release snapshot 2018-12-07 16:37:26 -08:00
Haowei Cai
524b0f7b11 Update python-base submodule 2018-12-07 16:34:29 -08:00
Kubernetes Prow Robot
5c242ead60
Merge pull request #100 from micw523/master
Travis CI for Python 3.7
2018-12-06 18:06:29 -08:00
Neha Yadav
d56fdbc0cc Verify Boilerplate fix 2018-12-05 22:22:59 +05:30
Neha Yadav
86ae2de36f Add verify-boilerplate script 2018-12-05 22:22:10 +05:30
saberuster
15474efbaf fix #88 2018-11-26 20:53:25 +08:00
k8s-ci-robot
35e6406536
Merge pull request #685 from micw523/update-tox
Support Python 3.7 for Travis CI
2018-11-12 17:07:41 -08:00
k8s-ci-robot
dca998c3cb
Merge pull request #687 from huangqg/fix_typos
Fix typos: infomration -> information
2018-11-12 10:52:41 -08:00
k8s-ci-robot
879ab0124f
Merge pull request #45 from bran-wang/master
Fix trailing slash on kube/config failure  #388
2018-11-12 10:21:11 -08:00
maxwell
6431af26f6 squash commits
Signed-off-by: maxwell <csuhp007@gmail.com>
2018-11-12 23:37:55 +08:00
micw523
2f3247b837 Travis CI for Python 3.7 2018-11-09 20:22:11 -06:00
micw523
de9b187054 Prepare for Python 3.7 tests 2018-11-09 19:58:26 -06:00
k8s-ci-robot
4d4ce21265
Merge pull request #677 from micw523/track-utils
Track utils with pycodestyle
2018-11-02 14:56:14 -07:00
k8s-ci-robot
949c39e662
Merge pull request #92 from TrevorEdwards/59_override
Refresh GCP tokens on retrieval by overriding client config method.
2018-11-02 14:12:49 -07:00
Xianglong Wang
725687038f Add codestyle tracking, fix codestyle 2018-11-02 16:00:47 -05:00
Trevor Edwards
8f3a69ea10 Refresh GCP tokens on retrieval by overriding client config method. 2018-11-02 13:40:16 -07:00
k8s-ci-robot
4da0fcc1e1
Merge pull request #99 from micw523/update-ubuntu-ver
Fix for Travis CI failing on python-base
2018-11-02 13:17:19 -07:00
micw523
be621d3d32
Fix for Travis CI failing on python-base 2018-11-02 15:00:22 -05:00
k8s-ci-robot
4c4b0195fb
Merge pull request #674 from roycaihw/8.0.0-base-readme
Update python-base submodule, README and CHANGELOG for 8.0.0 release
2018-11-01 16:40:29 -07:00
Haowei Cai
105c5f07b0 Update CHANGELOG and README on new feature and supported versions 2018-11-01 16:11:43 -07:00
Haowei Cai
c09023843c Update python-base submodule, pick up change:
use pycodestyle as pep8 has been deprecated (rename)
2018-11-01 16:06:11 -07:00
k8s-ci-robot
2dafb4bad3
Merge pull request #655 from micw523/master
Add kubectl create -f like feature
2018-10-31 17:47:30 -07:00
micw523
5a92ba65aa Add kubectl create -f feature 2018-10-31 19:34:18 -05:00
k8s-ci-robot
1efbab92c1
Merge pull request #446 from charly37/master
Add example for remote cluster without kube client on server
2018-10-31 16:48:15 -07:00