Commit Graph

937 Commits

Author SHA1 Message Date
Jason Price
9a2fbde41b update the hotfix script for tolerating null sources on projected volumes 2021-06-21 13:57:24 -04:00
Kubernetes Prow Robot
d8f283e748
Merge pull request #1478 from palnabarun/update-master-snapshot-18.0
Update client snapshot on master to release-1.18 generated client
2021-06-20 18:40:51 -07:00
Kubernetes Prow Robot
5ef35631c6
Merge pull request #1306 from palnabarun/update-pyyaml
Update pyyaml from 3.1.2 to 5.4.1
2021-06-09 09:30:52 -07:00
Nabarun Pal
4fd43bc909
Apply hotfixes
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-09 21:07:31 +05:30
Nabarun Pal
c55930bb50
Generate updated client 18.0.0-snapshot
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-09 21:07:31 +05:30
Nabarun Pal
1c81d2eac2
Update constants to reflect 18.0.0-snapshot
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-09 21:07:31 +05:30
Nabarun Pal
cd1507671c
Update pyyaml from 3.12 to 5.4.1
5.3.1 fixed partially vulnerabilities disclosed in CVE-2020-1747.
A complete fix was debated at https://github.com/yaml/pyyaml/issues/420
and eventually got patched in 5.4.1

Changeset: https://github.com/yaml/pyyaml/compare/3.12...5.4.1

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-09 21:03:45 +05:30
Kubernetes Prow Robot
f0bb35b01e
Merge pull request #1490 from kubernetes-client/dependabot/github_actions/actions/setup-python-2.2.2
Bump actions/setup-python from 2.1.3 to 2.2.2
2021-06-07 21:15:11 -07:00
dependabot[bot]
c5e7907d0b
Bump actions/setup-python from 2.1.3 to 2.2.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.1.3 to 2.2.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.1.3...v2.2.2)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 03:02:55 +00:00
Kubernetes Prow Robot
3c54eba79f
Merge pull request #1286 from palnabarun/gh-actions-enable-e2e
Move several workflows to GitHub Actions
2021-06-07 08:40:40 -07:00
Nabarun Pal
b7a612bc73
Deactivate e2e tests on Travis
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-06 12:05:30 +05:30
Nabarun Pal
5718898a83
Add GitHub Action workflow for running e2e tests
The e2e here uses kind. The eventual goal would be to remove
the use of minikube completely and use kind exclusively in
conformance to general Kubernetes upstream usage.

- Add kind cluster configs for all supported Kubernetes versions
- Add GH Action workflows for end to end testing

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-06 12:05:00 +05:30
Kubernetes Prow Robot
9fb8f3532c
Merge pull request #1480 from palnabarun/drop-python-3.5
Drop python 3.5
2021-06-05 23:22:38 -07:00
Nabarun Pal
30fe907ea5
Remove Python 3.5 GitHub Actions pipelines
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-06 11:51:59 +05:30
Nabarun Pal
9c36296de4
Remove Python 3.5 Travis CI jobs
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-06 11:51:58 +05:30
Nabarun Pal
6fe32feceb
Remove Python 3.5 env from tox config
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-06 11:51:58 +05:30
Nabarun Pal
88ca071341
Drop support for Python 3.5
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-06-06 11:51:58 +05:30
Haowei Cai (Roy)
9f4aadb2b2
Merge pull request #1479 from palnabarun/reorder-changelog
Reorder Changelog
2021-06-02 08:56:37 -07:00
Haowei Cai (Roy)
f07176153e
Merge pull request #1481 from palnabarun/skip-flaky-test
Skipping TestClient::test_portforward_raw due to flakiness
2021-06-02 08:51:50 -07:00
Nabarun Pal
73f119aa7a
Skipping TestClient::test_portforward_raw due to flakiness
The test is flaking a lot resulting in dev work to be slowed down.
This needs to be investigated and resolved. Only then, the test
should be reenabled.

See: https://github.com/kubernetes-client/python/issues/1300

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-05-28 22:49:17 +05:30
Nabarun Pal
ee946d2431
Reorder Changelog
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-05-27 19:55:26 +05:30
Kubernetes Prow Robot
44b232547a
Merge pull request #1472 from yliaog/master
replaced 2.7.12 with 3.9.1 version, as python 2 has come to end of life
2021-05-24 09:29:38 -07:00
Yu Liao
9a7d1299ae replaced 2.7.12 with 3.9.1 version, as python 2 has come to end of life 2021-05-17 12:17:20 -07:00
Kubernetes Prow Robot
821618feb3
Merge pull request #1468 from Priyankasaggu11929/drop-python-2-support
drop python 2 support
2021-05-17 10:27:30 -07:00
Priyanka Saggu
6f097330cf
drop python2 support
- remove python2 from the .travis.yaml file
  - remove python2 from the tox.ini file
  - remove `-y` flag from isort command in update-pycodestle.sh script
  - fix sequence of module imports to fix faiing pycodestyle check in the following files:
    - examples/multiple_clusters.py
    - examples/pick_kube_config_context.py
    - examples/pod_config_list.py
  - testing coverage & codecov tests with python3
  - testing `update-pycodestyle` for python v3.9 and arch ppc6le

Signed-off-by: Priyanka Saggu <priyankasaggu11929@gmail.com>
2021-05-15 00:57:04 +05:30
Priyanka Saggu
4431c4d577
drop python2 support from k8s-client/python
Signed-off-by: Priyanka Saggu <priyankasaggu11929@gmail.com>
2021-05-14 23:05:33 +05:30
Kubernetes Prow Robot
a126ab046c
Merge pull request #1418 from steveprabha/patch-5
Make job_crud example print the correct job status after job creation
2021-05-13 13:41:17 -07:00
Prabha
30477c7766
Update job_crud.py 2021-05-14 00:44:53 +05:30
Kubernetes Prow Robot
476ce5045f
Merge pull request #1452 from Priyankasaggu11929/psaggu-add-typed-client-deployment-rolling-restart
update `deployment_crud.py` to include a `restart_deployment` method for typed client
2021-05-13 09:26:38 -07:00
Priyanka Saggu
525f2870ed
add "restart_deployment" method
Signed-off-by: Priyanka Saggu <priyankasaggu11929@gmail.com>
2021-05-13 13:23:15 +05:30
Prabha
a06bd3a3c9
Update job_crud.py 2021-05-12 11:45:52 +05:30
Prabha
57ad5d237e
Update job_crud.py 2021-05-11 14:13:27 +05:30
Kubernetes Prow Robot
46f00efc43
Merge pull request #1459 from Yashks1994/header-patch1
add examples to demonstrate the usage of dynamic client by passing custom "Accept" header
2021-05-10 21:01:36 -07:00
Yash Kumar Singh
68aba47265 Adding the custom header example for dynamic client 2021-05-11 09:03:06 +05:30
Kubernetes Prow Robot
04e62c676d
Merge pull request #1457 from roycaihw/refactor-sed-check
Refactor OS X sed check into a util
2021-05-10 13:23:36 -07:00
Haowei Cai
468115e63f refactor OS X sed check into a util 2021-05-10 10:30:09 -07:00
Kubernetes Prow Robot
02c4f7a663
Merge pull request #1456 from roycaihw/sed-check
Add OS X sed check to update-submodule.sh
2021-05-10 10:01:35 -07:00
Kubernetes Prow Robot
88841dbf31
Merge pull request #1455 from roycaihw/update-submodule
Update python-base submodule
2021-05-10 09:57:36 -07:00
Haowei Cai
bb7bb64845 add OS X sed check to update-submodule.sh 2021-05-10 08:36:44 -07:00
Haowei Cai
1f50a6bdb6 update changelog in preparation of the v17.17.0 release 2021-05-09 14:22:44 -07:00
Haowei Cai
682dfa26d7 generated python-base update 2021-05-09 14:16:11 -07:00
Prabha
ecd1fb4b97
Update job_crud.py 2021-05-07 17:26:14 +05:30
Kubernetes Prow Robot
7b3e019ea8
Merge pull request #1454 from Priyankasaggu11929/psaggu-list-ingressroute-in-all-namespaces
add 'list_ingressroute_for_all_namespaces' method
2021-05-06 08:41:16 -07:00
Priyanka Saggu
eb952e70f1 add 'list_ingressroute_for_all_namespaces' method 2021-05-06 10:12:08 +05:30
Kubernetes Prow Robot
def8b28f0a
Merge pull request #1448 from Priyankasaggu11929/psaggu-add-dynamic-client-examples
add examples to demonstrate the usage of dynamic client
2021-05-05 10:05:15 -07:00
Priyanka Saggu
1ff6ece818 correct CRD's apiVersion, manifest & naming typos 2021-05-04 23:37:10 +05:30
Prabha
370eb798f4
Update job_crud.py 2021-05-04 14:02:00 +05:30
Kubernetes Prow Robot
b13b350dba
Merge pull request #1451 from roycaihw/update-readme
Update CHANGELOG and README in master branch
2021-05-03 11:04:08 -07:00
Haowei Cai
abb2a6ecbd update CHANGELOG and README in master branch
to reflect the lastest v17 and v18 releases
2021-05-03 10:23:43 -07:00
Kubernetes Prow Robot
251a1b3f86
Merge pull request #1450 from Priyankasaggu11929/psaggu-deployment-rolling-restart
add example to demonstrate a rolling restart of the deployment
2021-05-03 09:51:20 -07:00