Commit Graph

1899 Commits

Author SHA1 Message Date
Ben Picolo
4750aa9d36 Add additional checks + test case fixes 2019-02-18 15:24:38 -05:00
Kubernetes Prow Robot
e077f886ed
Merge pull request #114 from rlenferink/patch-owners
Updated OWNERS to include link to docs
2019-02-17 10:22:41 -08:00
Mitar
8e6f0435a3 Making watch work with read_namespaced_pod_log.
Fixes https://github.com/kubernetes-client/python/issues/199.
2019-02-11 23:10:33 -08:00
Kubernetes Prow Robot
d2ac885c33
Merge pull request #116 from micw523/one-line-link
Restore one-line link
2019-02-11 15:22:18 -08:00
micw523
0229f0adb2
Restore one-line link 2019-02-11 17:11:37 -06:00
Haowei Cai (Roy)
2c02595fa4
Merge pull request #668 from iamneha/adal
Fix: Make dependancy adal optional
2019-02-07 14:29:52 -08:00
Neha Yadav
3d125557c5 Make dependancy adal optional 2019-02-08 03:23:29 +05:30
Kubernetes Prow Robot
f30d840d3b
Merge pull request #115 from iamneha/pycodestylw
Update pycodestyle
2019-02-07 13:35:20 -08:00
Neha Yadav
0fc0d404ac Update pycodestyle 2019-02-08 02:46:07 +05:30
Kubernetes Prow Robot
67d30a03fb
Merge pull request #748 from roycaihw/base-update
Update base module and regenerate client for 9.0.0b1
2019-02-07 11:11:29 -08:00
Haowei Cai
e35611ca62 remove patch backup 2019-02-06 17:20:12 -08:00
Kubernetes Prow Robot
7486e196b6
Merge pull request #746 from rlenferink/patch-owners
Updated OWNERS file to include link to docs
2019-02-06 15:53:38 -08:00
Haowei Cai
0ebe1663c0 Update changelog 2019-02-06 15:21:18 -08:00
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