Yu Liao
2c9fb4d3c4
Merge branch 'master' into update-base
2018-07-10 16:57:46 -07:00
Yu Liao
5ae25c8177
Merge pull request #563 from roycaihw/security-contacts
...
Add SECURITY_CONTACTS
2018-07-10 16:55:01 -07:00
Yu Liao
595ee0d23b
Merge pull request #73 from roycaihw/security-contacts
...
Add SECURITY_CONTACTS
2018-07-10 16:50:57 -07:00
Haowei Cai
45f080ebe4
Add SECURITY_CONTACTS
2018-07-10 16:13:56 -07:00
Haowei Cai
4ef37f207f
Add SECURITY_CONTACTS
2018-07-10 15:57:27 -07:00
Haowei Cai
fd1d1d1eea
Update python-base submodule to pick up:
...
remove required idp-certificate-authority-data in kubeconfig for oidc
token refresh;
Watch properly decodes resourceVersion from custom object response.
2018-07-10 12:21:03 -07:00
Yu Liao
78472de0c9
Merge pull request #69 from mvle/master
...
remove required idp-certificate-authority-data in kubeconfig for oidc…
2018-06-06 14:28:41 -07:00
mvle
980f9b1042
remove required idp-certificate-authority-data in kubeconfig for oidc toke refresh, kubernetes-client/python#493
...
fix pep8 style
add unit test
2018-05-25 13:14:56 +00:00
Yu Liao
5784a38708
Merge pull request #64 from roycaihw/crd-watch
...
Watch properly decode resourceVersion from custom object response
2018-04-27 14:25:07 -07:00
Haowei Cai
38cc2658bc
Watch properly decode resourceVersion from custom object response
2018-04-27 14:12:41 -07:00
Yu Liao
e057f27306
Merge pull request #509 from asottile/only_ipaddress_python_2
...
Only depend on ipaddress in python2
2018-04-13 11:49:04 -07:00
Yu Liao
904f871bfc
Merge branch 'master' into only_ipaddress_python_2
2018-04-13 10:45:56 -07:00
Yu Liao
22e8cb4c7c
Merge pull request #511 from kubernetes-client/roycaihw-patch-1
...
Update maintenance matrix for release 6.0.0
2018-04-11 18:01:54 -07:00
Haowei Cai (Roy)
0b03c3bb72
Update maintenance matrix for release 6.0.0
2018-04-11 17:18:41 -07:00
Anthony Sottile
e2b7ee7c9e
Only depend on ipaddress in python2
...
The ipaddress module became a standard module in python3.3.
This uses [environment markers][pep508] to only select the `ipaddress` module
in python2.7. In setuptools, the most compatible way to accomplish this is
through the `extras_require` field (as suggested in the [wheel][wheel] docs).
[pep508]: https://www.python.org/dev/peps/pep-0508/#id23
[wheel]: https://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
2018-04-11 09:22:01 -07:00
Yu Liao
74ade9c1fe
Merge pull request #507 from roycaihw/update-base
...
Update python-base submodule
2018-04-10 17:31:43 -07:00
Haowei Cai
f4539ade40
Update CHANGELOG for python-base submodule update
2018-04-10 16:27:34 -07:00
Haowei Cai
46a0e10d8c
Update python-base submodule
2018-04-10 16:20:56 -07:00
Yu Liao
789de6a60d
Merge pull request #55 from flylo/flipped_sign
...
fixing flipped sign in expiry time padding
2018-04-05 09:52:46 -07:00
Zac Pustejovsky
3932d290f5
fixing flipped sign in expiry time padding
2018-04-05 10:05:42 -04:00
Yu Liao
2010e2d1ee
Merge pull request #48 from ltamaster/add-oidc-auth-support
...
Add oidc auth
2018-03-20 14:52:39 -07:00
Luis Toledo
5731554ed3
Merge remote-tracking branch 'upstream/master' into add-oidc-auth-support
2018-03-20 13:54:21 -03:00
Luis Toledo
111896107f
Add support to OIDC auth
...
Fix for the `TypeError: Incorrect padding` error
Adding test with "mocked" variables
Persist the new token (refresh token) and add a not-ssl-verification for the refresh token call (i didn't find a way to pass the certificate to OAuth2Session
fixing the refresh-token problem (ssl certificate) and saving returning the new refresh-token
Fix test
fixing coding style errors
Fixing test update-pep8
Fix test_oidc_with_refresh error
2018-03-19 19:13:51 -03:00
Mehdy Bohlool
369366a813
Merge pull request #482 from roycaihw/apichange-k8s-1.10
...
Update master to kubernetes 1.10
2018-03-12 17:25:59 -07:00
Haowei Cai
a5ad719bcf
Fix e2e test to reflect service storage refactoring
2018-03-12 15:21:38 -07:00
Haowei Cai
304c371a66
Update CHANGELOG for kubernetes 1.10
2018-03-12 15:20:42 -07:00
Haowei Cai
71b5abce5a
Generated API change for kubernetes 1.10
2018-03-12 11:11:47 -07:00
Haowei Cai
828a4a01ec
Bump constants to reflect kubernetes 1.10
2018-03-09 15:01:50 -08:00
Haowei Cai (Roy)
3888bee819
Merge pull request #475 from roycaihw/update-base
...
Update python-base submodule
2018-03-09 13:50:01 -08:00
Haowei Cai
f6e48c22c7
Update CHANGELOG for python-base submodule update
2018-03-09 13:08:56 -08:00
Haowei Cai
003f933df4
Update python-base submodule
2018-03-09 13:08:29 -08:00
Mehdy Bohlool
1267667887
Merge pull request #477 from roycaihw/apichange-6.0
...
API change for v6.0.0b1
2018-03-09 11:44:54 -08:00
Haowei Cai
9cf23e7d19
Update README and CHANGELOG for v6.0.0b1
2018-03-09 11:10:39 -08:00
Haowei Cai
f603fd6fad
Generated API change for v6.0.0b1
...
add PATCH to custom_objects_api
documentation update: never let cluster-scoped resources skip webhooks
2018-03-09 11:09:40 -08:00
Mehdy Bohlool
a3f6195281
Merge branch 'master' into master
2018-02-26 15:29:30 -08:00
Mehdy Bohlool
11da619c9e
Merge pull request #47 from roycaihw/config_dup
...
Raise exception on duplicated name in kubeconfig
2018-02-26 15:18:38 -08:00
Haowei Cai
1c6be33604
get_with_name raises exception on name duplication in kubeconfig
2018-02-21 18:00:50 -08:00
Mehdy Bohlool
3f4d09d260
Merge pull request #457 from roycaihw/base-update
...
Update python-base submodule
2018-02-12 18:11:57 -08:00
Haowei Cai
9bcdc2bbb7
Update python-base submodule
2018-02-12 17:24:54 -08:00
Mehdy Bohlool
047b366644
Merge pull request #456 from roycaihw/master
...
Update CHANGELOG and README for v5.0.0
2018-02-12 16:36:16 -08:00
Mehdy Bohlool
9aed5add59
Merge pull request #46 from roycaihw/url_update
...
Update client-python url
2018-02-12 16:35:37 -08:00
Haowei Cai
5b6e13f9bf
Update client-python url
2018-02-12 16:11:05 -08:00
Haowei Cai
28ced97015
Update CHANGELOG and README for v5.0.0
2018-02-12 16:01:54 -08:00
bran-wang
bc51a01453
Fix trailing slash on kube/config failure #388
2018-02-12 13:05:06 +08:00
Charles Walker
317aeeec22
Add example for remote cluster without kube client on server
2018-01-27 10:51:09 -05:00
Mehdy Bohlool
eeaf4f8c34
Merge pull request #444 from kubernetes-client/roycaihw-patch-1
...
Update README.md
2018-01-26 17:37:44 -08:00
Haowei Cai (Roy)
a949dde56f
Update README.md
2018-01-26 17:04:55 -08:00
Haowei Cai (Roy)
3b5dc66d8a
Merge pull request #442 from roycaihw/master
...
Update org and repo name
2018-01-26 15:58:45 -08:00
Haowei Cai
ed052519da
Update org and repo name
2018-01-26 15:41:55 -08:00
Haowei Cai (Roy)
b176bad568
Merge pull request #440 from roycaihw/master
...
Update master to kubernetes 1.9
2018-01-26 14:36:34 -08:00