Commit Graph

824 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
b50035ef0e
Merge pull request #1324 from palnabarun/release-12.0
Some checks failed
Kubernetes Python Client - Validation / build (2.7) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.5) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.6) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.7) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.8) (push) Has been cancelled
[v12] Cherry-pick: Update to the compatibility and support sections in README
2020-11-16 21:22:04 -08:00
Nabarun Pal
5b55dd852a
Add a note about the change in client versioning schema
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 03:56:20 +05:30
Nabarun Pal
eca66acccc
Add v17.14.0a1 to the compatibility matrix
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 03:56:02 +05:30
Nabarun Pal
6cb8f847e6
Refactor the format of compatibitility matrix
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 03:55:59 +05:30
Kubernetes Prow Robot
334a62ab7d
Merge pull request #1285 from palnabarun/release-12.0
Release 12.0.1
2020-11-08 19:45:38 -08:00
Nabarun Pal
b9b236526c
Update CHANGELOG
Co-authored-by: Haowei Cai <haoweic@google.com>

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-06 01:15:14 +05:30
Haowei Cai
1ffa61d065
add a test for default configuration behavior 2020-11-06 01:11:07 +05:30
Nabarun Pal
0d971eb78a
Update constants to reflect Client release 12.0.1
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-10-16 03:44:34 +05:30
Nabarun Pal
2438ec0efa
Update submodule
Old: fd322f70aa
New: 2da2b981ca

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-10-16 03:43:12 +05:30
Kubernetes Prow Robot
38a0ab4bc8
Merge pull request #1280 from palnabarun/release-12.0
Update Client 12.0 to stable
2020-10-14 14:25:50 -07:00
Nabarun Pal
85475c24c6
Update README
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-10-14 21:20:52 +05:30
Nabarun Pal
29dc69c911
Update CHANGELOG
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-10-14 21:20:52 +05:30
Fabian von Feilitzsch
e74589786f
Add test to ensure kubernetes client threadpool is cleaned up 2020-10-14 21:20:52 +05:30
Nabarun Pal
1460b1fb3e
Add kubernetes.client.apis as an alias to kubernetes.client.api
Reference: https://github.com/kubernetes-client/python/issues/974

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-10-14 21:20:51 +05:30
Nabarun Pal
ca17df68f4
Fix custom objects API to preserve backward compatibility
Reference:
- [#866](https://github.com/kubernetes-client/python/issues/866)
- [#959](https://github.com/kubernetes-client/python/pull/959)

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-10-14 21:20:51 +05:30
Nabarun Pal
5a67dd973a
Remove tests
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-10-14 21:20:51 +05:30
Nabarun Pal
96a86936bc
Generate updated client
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-10-14 21:20:51 +05:30
Nabarun Pal
d7e03986ce
Update constants to reflect 12.0.0 stable release
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-10-14 21:20:51 +05:30
dependabot[bot]
84362f8ce1
Bump actions/setup-python from v2.1.2 to v2.1.3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.1.2...c181ffa198a1248f902bc2f7965d2f9a36c2d7f6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-14 21:20:51 +05:30
dependabot[bot]
e8fb24a38e
Bump actions/setup-python from v1 to v2.1.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v1 to v2.1.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v1...24156c231c5e9d581bde27d0cdbb72715060ea51)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-14 21:20:51 +05:30
Tao He
0fc8aa228d
Fixes for code format.
Signed-off-by: Tao He <sighingnow@gmail.com>
2020-10-14 21:20:50 +05:30
Tao He
b5ec617e82
Returns the created k8s objects in create_from_{dict,yaml}.
Signed-off-by: Tao He <sighingnow@gmail.com>
2020-10-14 21:20:50 +05:30
Scott Lee
8c2bcc9f33
Address comments about hot issues 2020-10-14 21:20:50 +05:30
Scott Lee
fa4591f0ea
Update release README 2020-10-14 21:20:50 +05:30
Scott Lee
7ee9dd99f3
Remove redundant release doc 2020-10-14 21:20:50 +05:30
Brendan Burns
335fa5ad9e
Add dependabot. 2020-10-14 21:20:50 +05:30
Dylan Shepard
c343db1748
touching readme with newline to check test validity 2020-10-14 21:16:26 +05:30
Dylan Shepard
fbef9f1ef0
updating base for file-like config load support 2020-10-14 21:16:26 +05:30
Andreas Unterkircher
3459fe2cf2
remove duplicate-lines from kubernetes/README.md 2020-10-14 21:16:26 +05:30
Patrick J. McNerthney
a037380b40
Install socat on Kubernetes node for use by port forwarding. 2020-10-14 21:16:25 +05:30
Patrick J. McNerthney
bccdc73c3f
Update kubernetes/base to latest master with portforwarding implementation. 2020-10-14 21:16:25 +05:30
Patrick J. McNerthney
52f31ace7d
Support both python 2.7 and 3.x. 2020-10-14 21:16:25 +05:30
Patrick J. McNerthney
3c6e31abba
Fix tox errors. 2020-10-14 21:16:25 +05:30
Patrick J. McNerthney
b4db6d0ef1
Add test that checks for portforward port error return value. 2020-10-14 21:16:25 +05:30
Patrick J. McNerthney
c819a810d6
Rework port forwarding unittest and example. 2020-10-14 21:16:25 +05:30
Patrick J. McNerthney
d12a9a5717
Unittests and example for portforwarding ability added in python-base. 2020-10-14 21:16:24 +05:30
Kubernetes Prow Robot
ae3bce77fd
Merge pull request #1235 from palnabarun/release-12.0
Update client to 12.0.0b1
2020-09-09 11:13:07 -07:00
Nabarun Pal
48230f3428
Update the CHANGELOG and README
- Adds a bug fix on python-base Ref: https://github.com/kubernetes-client/python-base/pull/201
- https://github.com/kubernetes-client/python/pull/1220 wrongly added
changes to the 12.0.0a1 CHANGELOG. We should not modify CHANGELOGs after
a release is made.

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-08-19 18:38:15 +05:30
Nabarun Pal
0e9ba9494f
Cherry pick test for API client context manager
The implementation and tests were already picked up by the upstream OpenAPI
generator [here](https://github.com/OpenAPITools/openapi-generator/pull/5094).
Patching in the tests here for correctness and clarity.

Reference: https://github.com/kubernetes-client/python/pull/1073

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-08-19 18:31:52 +05:30
Nabarun Pal
aad4b97f2c
Add kubernetes.client.apis as an alias to kubernetes.client.api
Reference: https://github.com/kubernetes-client/python/issues/974

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-08-19 18:31:43 +05:30
Nabarun Pal
a08107f465
Fix custom objects API to preserve backward compatibility
Reference:
- [#866](https://github.com/kubernetes-client/python/issues/866)
- [#959](https://github.com/kubernetes-client/python/pull/959)

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-08-19 18:31:29 +05:30
Nabarun Pal
b4fb2c9b78
Generate updated client
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-08-19 18:31:11 +05:30
Nabarun Pal
23fa8ffcbe
Merge branch 'master' of github.com:kubernetes-client/python into release-12.0 2020-08-18 22:55:16 +05:30
Kubernetes Prow Robot
2ed00a993b
Merge pull request #1217 from scottilee/release-12.0
Release 12.0.0a1
2020-07-30 13:25:07 -07:00
Scott Lee
9da9a6dd98 Minor fixes 2020-07-30 12:47:24 -07:00
Kubernetes Prow Robot
b5603d8ee2
Merge pull request #1220 from greed42/plugin-certificates
Some checks failed
Kubernetes Python Client - Validation / build (2.7) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.5) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.6) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.7) (push) Has been cancelled
Kubernetes Python Client - Validation / build (3.8) (push) Has been cancelled
Update python base
2020-07-30 11:59:06 -07:00
Scott Lee
e700e97fd1 Remove py-e files 2020-07-30 11:07:08 -07:00
Graham Reed
5424e17c85 Update python base
To get auth plugin support for client certificates, ref. kubernetes-client/python-base#205
2020-07-30 18:22:48 +01:00
Scott Lee
f8b24b81d6 Update README 2020-07-29 23:15:34 -07:00
Scott Lee
40bd9f1c3d Remove gitlab yml file 2020-07-29 23:12:18 -07:00