Commit Graph

146 Commits

Author SHA1 Message Date
Haowei Cai
00d1e5b116 update version constants for 19.15.0 release 2021-10-24 21:00:57 -07:00
Haowei Cai
4b9800266b Merge branch 'master' of github.com:kubernetes-client/python into automated-release-of-19.15.0-upstream-release-19.0-1635134453 2021-10-24 21:00:55 -07:00
Haowei Cai
bbc958d636 generated API change 2021-10-10 19:04:44 -07:00
Haowei Cai
dccde8a401 update version constants for 19.15.0b1 release 2021-10-10 19:03:56 -07:00
Haowei Cai
0684397d63 go get is deprecated: https://golang.org/doc/go-get-install-deprecation 2021-10-03 15:18:49 -07:00
Haowei Cai
e562fecc35 Add a TODO about updating readme automatically 2021-09-20 10:26:00 -07:00
Haowei Cai
a6c28e11ec Explicitly set USERNAME in the release script
Sometimes a user's machine has this env set. Setting the value explicitly
makes sure we always download the right kubernetes openapi spec during a
release.
2021-09-20 10:23:41 -07:00
Haowei Cai
5e1f1b3864 update version constants for 19.15.0a1 release 2021-09-20 09:54:36 -07:00
Haowei Cai
4e02372708 release automation: tolerate when there is no API change 2021-09-19 19:36:35 -07:00
Haowei Cai
c04e2f6ed0 generated API change 2021-09-13 12:59:16 -07:00
Haowei Cai
692630d8fa update version constants for 19.0.0-snapshot release 2021-09-13 12:57:21 -07:00
Haowei Cai
d8e7686d28 add a release script 2021-09-13 11:48:10 -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
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
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