Commit Graph

818 Commits

Author SHA1 Message Date
Nabarun Pal
cd92c5d545
Generate client 18.0.0-snapshot
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:32 +05:30
Nabarun Pal
0fd73895d7
Update constants to reflect Client release 18.0.0-snapshot
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:32 +05:30
Nabarun Pal
161f1236dc
Update README
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:32 +05:30
Nabarun Pal
7a4ffcf819
Update CHANGELOG with v17.0.0-snapshot
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:32 +05:30
Haowei Cai
631386c894
add a test for default configuration behavior 2020-11-17 04:00:31 +05:30
Fabian von Feilitzsch
a3d90aa243
Add test to ensure kubernetes client threadpool is cleaned up 2020-11-17 04:00:31 +05:30
Nabarun Pal
4cfbfd4e17
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-11-17 04:00:31 +05:30
Nabarun Pal
7f1667e5a2
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-11-17 04:00:31 +05:30
Nabarun Pal
86f621a0f2
Remove generated tests
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:31 +05:30
Nabarun Pal
2132e24fd1
Generate client 17.0.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:30 +05:30
Nabarun Pal
329b27a859
Update constants to reflect Client release 17.0.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:30 +05:30
Nabarun Pal
c382d32f92
Update CHANGELOG and README to reflect v12.0.0 and v12.0.1
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:30 +05:30
Nabarun Pal
89ea5306ab
Update hot patch section of release documentation
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:29 +05:30
dependabot[bot]
ddf34709bc
Bump actions/setup-python from v2.1.3 to v2.1.4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.1.3...41b7212b1668f5de9d65e9c82aa777e6bbedb3a8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-17 04:00:29 +05:30
Nabarun Pal
2910f25667
Update submodule
Old: fd322f70aa
New: 2da2b981ca

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-10-15 14:51:16 +05:30
Kubernetes Prow Robot
6d64cf67d3
Merge pull request #1265 from kubernetes-client/dependabot/github_actions/actions/setup-python-v2.1.3
Bump actions/setup-python from v2.1.2 to v2.1.3
2020-09-30 20:34:53 -07:00
dependabot[bot]
d31652a3a0
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-01 03:15:39 +00:00
Kubernetes Prow Robot
945aac9f1e
Merge pull request #1260 from kubernetes-client/dependabot/github_actions/actions/setup-python-v2.1.2
Bump actions/setup-python from v1 to v2.1.2
2020-09-29 16:33:25 -07:00
Kubernetes Prow Robot
d1ccbf2266
Merge pull request #1262 from sighingnow/ht/return-created
Returns the created k8s objects in create_from_{dict,yaml}.
2020-09-23 19:38:05 -07:00
Tao He
bbdfb73cdf Fixes for code format.
Signed-off-by: Tao He <sighingnow@gmail.com>
2020-09-24 10:08:33 +08:00
Tao He
9e534d021f Returns the created k8s objects in create_from_{dict,yaml}.
Signed-off-by: Tao He <sighingnow@gmail.com>
2020-09-24 02:34:59 +08:00
Kubernetes Prow Robot
f41b95b0ee
Merge pull request #1229 from scottilee/releasedocs
Update Release Doc
2020-09-21 13:05:52 -07:00
dependabot[bot]
f72d2a50e0
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-09-21 04:35:01 +00:00
Kubernetes Prow Robot
f2b03567b4
Merge pull request #1259 from brendandburns/dependa
Add dependabot.
2020-09-20 21:34:32 -07:00
Brendan Burns
a824364676 Add dependabot. 2020-09-20 21:24:43 -07:00
Scott Lee
b1cea7ef14 Address comments about hot issues 2020-09-18 20:31:05 -07:00
Scott Lee
1be69369f5 Merge branch 'master' of https://github.com/kubernetes-client/python into releasedocs 2020-09-18 20:25:42 -07:00
Kubernetes Prow Robot
457ac54a72
Merge pull request #1254 from palnabarun/cherry-pick-12.0.0b1-notes
Update the CHANGELOG and README
2020-09-15 09:50:07 -07:00
Nabarun Pal
de822a2873
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.
- Update 12.0.0a1-snapshot to 12.0.0a1

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-09-15 17:06:43 +05:30
Kubernetes Prow Robot
0a78dc1ef4
Merge pull request #1253 from ryphon/file-like-base-update
updating base for file-like config load support
2020-09-09 16:43:44 -07:00
Dylan Shepard
a2ede70299
touching readme with newline to check test validity 2020-09-09 15:40:02 -07:00
Dylan Shepard
8e1c331c71
updating base for file-like config load support 2020-09-09 10:45:13 -07:00
Kubernetes Prow Robot
42db3552e7
Merge pull request #1252 from unki/master
remove duplicate lines from kubernetes/README.md
2020-09-09 09:33:07 -07:00
Andreas Unterkircher
32cb3f911f remove duplicate-lines from kubernetes/README.md 2020-09-09 08:32:59 +02:00
Kubernetes Prow Robot
4079c67cb4
Merge pull request #1237 from iciclespider/port-forwarding
Unittests for portforwarding ability added in python-base.
2020-09-08 20:29:53 -07:00
Patrick J. McNerthney
b1dd9c4f78 Install socat on Kubernetes node for use by port forwarding. 2020-09-08 17:16:17 -10:00
Patrick J. McNerthney
3da49a207c Update kubernetes/base to latest master with portforwarding implementation. 2020-09-08 16:11:37 -10:00
Patrick J. McNerthney
c1249c9cf2 Support both python 2.7 and 3.x. 2020-09-07 19:47:19 -10:00
Patrick J. McNerthney
d9ec734a6c Fix tox errors. 2020-09-07 18:22:10 -10:00
Patrick J. McNerthney
8afcebdf8d Add test that checks for portforward port error return value. 2020-09-07 13:11:50 -10:00
Patrick J. McNerthney
49f3b6e0b5 Rework port forwarding unittest and example. 2020-09-07 07:54:47 -10:00
Patrick J. McNerthney
fada718edf Unittests and example for portforwarding ability added in python-base. 2020-09-01 18:32:48 -10:00
Scott Lee
482b8558ac Update release README 2020-08-05 23:52:56 -07:00
Scott Lee
a1db8670c8 Remove redundant release doc 2020-08-03 11:40:39 -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
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
Kubernetes Prow Robot
442ebc0190
Merge pull request #1204 from palnabarun/update-upstream-1-16-14
Update upstream version to 1.16.14
2020-07-20 09:58:52 -07:00
Nabarun Pal
22555d9fa5
Update upstream version to 1.16.14
There has been no API changes between 1.16.11 and 1.16.14

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-20 22:07:30 +05:30
Kubernetes Prow Robot
bc79976edf
Merge pull request #1188 from palnabarun/update-openapi-generator
Update OpenAPI generator and the client
2020-07-20 09:06:51 -07:00
Nabarun Pal
08ed6c24fb
Collate OpenAPI generator changes by version
The changes have been listed in the CHANGELOG and linked to the
respective milestone pull requests.

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-19 12:33:00 +05:30