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
...
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
Nabarun Pal
2a664669bc
Update CHANGELOG with latest changes from python-base
...
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-19 12:33:00 +05:30
Nabarun Pal
9a20c56cd5
Updates python-base submodule
...
Update from 49ec06096e to fb86b8acb6
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-17 04:06:00 +05:30
Nabarun Pal
47768af136
Update the hotfix script
...
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:40 +05:30
Nabarun Pal
da2579a56e
Update CHANGELOG with changes from python-base submodule
...
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:40 +05:30
Nabarun Pal
dae8285878
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-07-16 13:42:40 +05:30
Nabarun Pal
146119213c
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-07-16 13:42:40 +05:30
Nabarun Pal
b78f5cfd6e
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-07-16 13:42:40 +05:30
Nabarun Pal
dea6754f9f
Update CHANGELOG
...
The upstream 1.16 API moved ahead due to [patch releases](https://github.com/kubernetes/sig-release/blob/master/releases/patch-releases.md ).
The logs are gathered from the upstream [CHANGELOG](https://raw.githubusercontent.com/kubernetes/kubernetes/master/CHANGELOG/CHANGELOG-1.16.md ).
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:40 +05:30
Nabarun Pal
ec9c944f07
Remove tests since they have syntactical issues and are noop
...
Reference: https://github.com/OpenAPITools/openapi-generator/issues/5377
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30
Nabarun Pal
b4d11b02a3
Update client with OpenAPI generator v4.3.0
...
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30
Kubernetes Prow Robot
e60d9212c6
Merge pull request #1194 from ACXLM/update-python-base
...
update python base
2020-06-29 15:45:59 -07:00
ACXLM
17dc22ed58
update python base
2020-06-26 12:23:41 +08:00
Kubernetes Prow Robot
10671f9426
Merge pull request #1187 from palnabarun/fix-github-actions-issue
...
Fix the issue with Github Actions
2020-06-22 09:12:39 -07:00
Nabarun Pal
3866e9642b
Fix the issue with Github Actions
...
The submodule needs to be synced when checking out the repository.
Ref: https://github.com/actions/checkout
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-06-22 19:14:37 +05:30
Kubernetes Prow Robot
b6e4ae81a2
Merge pull request #1161 from zshihang/master
...
update python-base
2020-05-26 10:25:13 -07:00
Kubernetes Prow Robot
7763e37b7d
Merge pull request #1166 from roycaihw/github-actions
...
Add github actions
2020-05-13 18:00:22 -07:00