Kubernetes Prow Robot
6b99480f12
Merge pull request #1426 from roycaihw/automate-release
...
add a script to automate the release process
2021-09-13 11:51:52 -07:00
Haowei Cai
d8e7686d28
add a release script
2021-09-13 11:48:10 -07:00
Kubernetes Prow Robot
6b01c95e16
Merge pull request #1528 from roycaihw/v18ga-readme
...
Update changelog and readme in the master branch for v18 GA release
2021-08-16 16:34:00 -07:00
Haowei Cai
0e9baee7ca
update changelog and readme for v18 GA release
2021-08-16 15:16:09 -07:00
Kubernetes Prow Robot
76897e9b1d
Merge pull request #1520 from scottilee/release-docs
...
Update release docs with more info
2021-08-12 18:44:58 -07:00
Scott Lee
88c9e94145
Update release docs with more info
...
Fix typo and address comments
2021-08-06 16:04:00 -06:00
Kubernetes Prow Robot
2f9643eac7
Merge pull request #1521 from scottilee/python2support
...
Require python3
2021-08-05 17:50:53 -07:00
Scott Lee
0a8c1fdee1
Require python3
2021-08-05 18:24:36 -06:00
Kubernetes Prow Robot
837a6ecb03
Merge pull request #1518 from scottilee/release-18-base
...
Update release-18.0 submodule
2021-08-05 14:33:41 -07:00
Scott Lee
4dec14919a
Update release-18.0 submodule
2021-08-05 15:09:45 -06:00
Kubernetes Prow Robot
05e8f5798a
Merge pull request #1403 from mecampbellsoup/add-yaml-objects-param-to-create-from-yaml-util
...
Allow optional list of YAML objects as param to create_from_yaml util
2021-07-19 12:50:52 -07:00
Matt Campbell
13814c0f7e
Allow optional list of YAML objects as param to create_from_yaml util
2021-07-19 14:23:14 -04:00
Kubernetes Prow Robot
6c4d917026
Merge pull request #1506 from dingyiyi0226/master
...
Fix empty yaml document error
2021-07-17 09:40:51 -07:00
Huan-Ting,Chen
65a0ffc844
Fix empty yaml document error
2021-07-17 16:41:16 +08:00
Haowei Cai (Roy)
05434120d6
Merge pull request #1467 from Priyankasaggu11929/documet-server-and-client-side-timeout
...
add documentation for the server & client side timeout
2021-07-15 14:20:11 -07:00
Kubernetes Prow Robot
6a5e4ad2bb
Merge pull request #1504 from kubernetes-client/dependabot/github_actions/helm/kind-action-1.2.0
...
Bump helm/kind-action from 1.1.0 to 1.2.0
2021-07-01 20:44:12 -07:00
dependabot[bot]
e0f093d6ba
Bump helm/kind-action from 1.1.0 to 1.2.0
...
Bumps [helm/kind-action](https://github.com/helm/kind-action ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](https://github.com/helm/kind-action/compare/v1.1.0...v1.2.0 )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 03:03:29 +00:00
Kubernetes Prow Robot
c2bff84770
Merge pull request #1498 from zapman449/zapman449/update-hotfix-script-1497
...
update the hotfix script for tolerating null sources on projected volumes
2021-06-23 15:36:11 -07:00
Jason Price
29729af6a0
address PR comment around removing hotfix when v20 clients are released
2021-06-23 18:10:01 -04:00
Kubernetes Prow Robot
a1fbb7083e
Merge pull request #1499 from roycaihw/update-master-readme
...
Cherrypick README and CHANGLOG of v18.20.0b1 to master branch
2021-06-21 15:16:50 -07:00
Haowei Cai
4685a3651d
update readme and changelog
2021-06-21 14:36:53 -07:00
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
f3dbc8cbf1
Merge pull request #1497 from zapman449/zapman449/1494-tolerate-null-sources-projected-volumes
...
tolerate null sources on projected volumes
2021-06-21 10:50:51 -07:00
Jason Price
ee0e332776
tolerate null sources on projected volumes
...
See issue 1494
Removes the false requirement that sources be a populated list
2021-06-21 13:21:20 -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
Priyanka Saggu
bfb3222603
add documentation for the server & client side timeout
...
Signed-off-by: Priyanka Saggu <priyankasaggu11929@gmail.com>
2021-06-02 23:33:03 +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