Commit Graph

145 Commits

Author SHA1 Message Date
Haowei Cai
4a5b39d085 update version constants for v18 GA release 2021-08-16 13:34:42 -07:00
Haowei Cai
1b80892d6c Merge branch 'master' of github.com:kubernetes-client/python into release18 2021-08-05 16:39:33 -07:00
Jason Price
29729af6a0 address PR comment around removing hotfix when v20 clients are released 2021-06-23 18:10:01 -04:00
Jason Price
9a2fbde41b update the hotfix script for tolerating null sources on projected volumes 2021-06-21 13:57:24 -04:00
Haowei Cai
698a4689f2 update version constants for v18.20.0b1 release 2021-06-20 19:05:05 -07:00
Haowei Cai
d8fd974e63 Merge branch 'master' of github.com:kubernetes-client/python into release-18b1 2021-06-20 19:00:22 -07:00
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
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
Haowei Cai
468115e63f refactor OS X sed check into a util 2021-05-10 10:30:09 -07:00
Haowei Cai
bb7bb64845 add OS X sed check to update-submodule.sh 2021-05-10 08:36:44 -07:00
Kubernetes Prow Robot
829d8a0d09
Merge pull request #1443 from roycaihw/hotfixes-use-upstream-commits
Apply-hotfixes: use commits from upstream repo instead of a forked repo
2021-04-29 16:17:57 -07:00
Haowei Cai
9182d09457 apply-hotfixes: use commits from upstream repo instead of a forked repo 2021-04-29 11:41:39 -07:00
Haowei Cai
684544e53e detect OS X sed and fail client generation script 2021-04-29 11:20:40 -07:00
Haowei Cai
7309a45b77 configure the openapi-generator version 2021-04-26 11:51:37 -07:00
Haowei Cai
83d294e2b0 fixup! add update-submodule script 2021-04-20 16:56:30 -07:00
Haowei Cai
7b9e77bfd2 add update-submodule script 2021-04-19 21:46:38 -07:00
Haowei Cai
3b247f5d0f generated client change for v18.17.0a1 release
removed the generated test directory following the hot issue
(https://github.com/kubernetes-client/python/blob/master/devel/release.md#hot-issues):
  4. Remove the tests directory
2021-04-12 13:54:14 -07:00
Haowei Cai
e43ab1e4ad workaround for required LIBRARY env from gen repo
the env is not used by the python client.
2021-04-12 13:54:14 -07:00
Haowei Cai
91bb4910b2 update version constant for v18.17.0a1 release
kubernetes 1.18 is no longer maintained. 1.18.17 was the last patch release.
2021-04-11 16:03:07 -07:00
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
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
598d41ba5f
Generate client 17.0.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-07 16:10:08 +05:30
Nabarun Pal
92bf36b283
Update constants to reflect Client release 17.0.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-07 16:10:08 +05:30
Patrick J. McNerthney
b1dd9c4f78 Install socat on Kubernetes node for use by port forwarding. 2020-09-08 17:16:17 -10:00
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
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
Nabarun Pal
c206745dcd
Generate updated client 2020-04-03 01:46:00 +05:30
Nabarun Pal
3f0e7c7f22
Update constants
- KUBERNETES_BRANCH to "release-1.16"
- CLIENT_VERSION to "12.0.0-snapshot"
- DEVELOPMENT_STATUS to "3 - Alpha"
2020-03-30 23:15:57 +05:30
Kubernetes Prow Robot
943e06c5ce
Merge pull request #1103 from palnabarun/hotfix-process
Update the hotfix patch list and add a script to automate the patching process
2020-03-29 21:33:54 -07:00
Tomasz Prus
be66f96cdf fix: e2e tests with conntrack required by k8s/minikube 2020-03-28 02:10:38 +01:00
Nabarun Pal
7fa08b4b75
Add a script to apply hotfixes.sh 2020-03-18 02:27:35 +05:30
Haowei Cai
5cddbde0bf generated client change for 11.0.0-snapshot 2019-11-11 12:02:41 -08:00
Haowei Cai
6c015d1f9d update version constants for master branch 2019-11-11 12:02:38 -08:00
micw523
ab8b903488
Restore latest release of minikube 2019-08-13 14:08:49 -04:00
Haowei Cai
d300fd7809 use minikube 1.2.0 2019-08-08 13:33:56 -07:00
Kubernetes Prow Robot
4a204fa4cd
Merge pull request #732 from tomplus/feat/mvn
feat: remove dependency on mvn from updating script
2019-07-23 16:50:14 -07:00
Tomas Tomecek
3543417fb0 kube-init.sh: die is not a command
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
2019-07-18 09:47:02 +02:00
Haowei Cai
8622ac4be4 generated client update for 10.0.0-snapshot 2019-07-01 15:20:01 -07:00
Oz N Tiram
d7300db66d Don't use latest stable version for minikube
Sometimes, minikube lags behind kubernetes which can lead
to a breakage of the test suite, since minikube will fail to start
with the latest kubernetes version.
See for example [this issue](https://github.com/kubernetes/minikube/issues/4371).

This change defaults to leave the decision of which k8s version to use,
to minikube itself. This is defined in:

https://github.com/kubernetes/minikube/master/pkg/minikube/constants/constants.go

However, if one really desires it is still possible to pass

`--kubernetes-version=X.Y.Z`

to minikube initialization start command via an environment variable
before invoking the test suite:

export $MINIKUBE_ARGS="--kubernetes-version=X.Y.Z"

This allows ofcourse passing other flags to minikube also.
2019-06-25 21:22:31 +02:00
Haowei Cai
b603b4a9c4 generated client change for 10.0.0-snapshot 2019-04-03 13:53:46 -07:00
Haowei Cai
f55d981346 update version constant for 10.0.0-snapshot 2019-04-03 13:03:29 -07:00
micw523
0bdb65185d
Update minikube version to "latest" 2019-03-26 14:52:16 -05:00
sai-adarsh
22db50ec7e Initial Commit
Initial Commit
2019-02-21 01:12:15 +05:30
Haowei Cai
1496a21b5e generated client change for 9.0.0b1 release 2019-02-06 15:20:25 -08:00
Tomasz Prus
ce188d5f0e feat: remove dependency on mvn from updating script 2019-01-21 01:17:05 +01:00
Haowei Cai
cd411d2707 generated client change for 9.0.0-snapshot version constant update 2018-12-07 16:43:15 -08:00
Haowei Cai
84b1198d78 Update version constants for k8s 1.13 release snapshot 2018-12-07 16:37:26 -08:00