Shihang Zhang
f7d0f126b4
update python-base
2020-05-13 15:45:49 -07:00
Kubernetes Prow Robot
cef5e9bd10
Merge pull request #1155 from MoShitrit/fix-issue-967
...
Update Examples to stop using deprecated versions
2020-05-12 15:02:26 -07:00
MoShitrit
6e62c3dd97
Reverting some changed that were made by IDE
2020-05-11 20:02:17 -04:00
Haowei Cai
bdd32dd938
add github actions
2020-05-11 16:05:31 -07:00
Kubernetes Prow Robot
d63282e8d3
Merge pull request #1141 from palnabarun/snaphot-client-k8s-release-1.16
...
Snapshot the Kubernetes 1.16 release
2020-05-11 14:28:21 -07:00
Kubernetes Prow Robot
99160c9ad2
Merge pull request #1160 from MoShitrit/issue-1157
...
Add resources requests and limits to create_deployment example
2020-05-09 21:15:50 -07:00
MoShitrit
a318e83c37
Expand the deployment_crud example to include requests and limits specification
2020-05-05 00:38:42 -04:00
MoShitrit
1a1ae19371
Update documentation to stop using deprecated versions.
2020-05-01 16:39:45 -04:00
Nabarun Pal
afd837a98e
Add 1.16 API changes to CHANGELOG
...
The changes are collected from upstream
[CHANGELOG](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.16.md )
2020-04-29 05:24:05 +05:30
Kubernetes Prow Robot
10a7f95435
Merge pull request #1146 from terrytangyuan/patch-1
...
Doc improvement: PyPi -> PyPI
2020-04-14 13:08:03 -07:00
Yuan Tang
9d862b740e
Doc improvement: PyPi -> PyPI
2020-04-14 16:05:45 -04:00
Nabarun Pal
739665e677
Apply hotfixes
2020-04-03 01:47:30 +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
ad2dc9552f
Merge pull request #1129 from palnabarun/update-submodule
...
Update the base submodule
2020-03-30 09:39:55 -07:00
Nabarun Pal
86f3a8ec96
Update the base submodule
...
CHANGELOG
---
- Logs are no longer unmarshalled when streaming [kubernetes-client/python-base#185 ](https://github.com/kubernetes-client/python-base/pulls/185 )
2020-03-30 22:03:19 +05:30
Kubernetes Prow Robot
a6eac2d853
Merge pull request #1113 from palnabarun/cherry-pick-10.1.0-changelog
...
Cherry pick v10.1.0 changelog from #1091
2020-03-29 21:35:53 -07:00
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
Kubernetes Prow Robot
9f245de3e1
Merge pull request #1126 from tomplus/fix/e2e-conntrack
...
fix: e2e tests with conntrack required by k8s/minikube
2020-03-27 18:33:53 -07:00
Tomasz Prus
be66f96cdf
fix: e2e tests with conntrack required by k8s/minikube
2020-03-28 02:10:38 +01:00
Kubernetes Prow Robot
686acd26e8
Merge pull request #1120 from DasyDong/feature/spell-typos
...
Run spell check tools to fix typos:
2020-03-24 21:13:03 -07:00
dasydong
2f34a1ce94
Run spell check tools to fix typos:
...
gihub > github
hehavior > behavior
quanity > quantity
2020-03-24 15:53:59 +08:00
Nabarun Pal
1d2417b5d1
Update release instructions for hot patches
2020-03-18 02:27:45 +05:30
Nabarun Pal
7fa08b4b75
Add a script to apply hotfixes.sh
2020-03-18 02:27:35 +05:30
Nabarun Pal
337571ea9a
Cherry pick v10.1.0 changelog from #1091
2020-03-14 01:44:40 +05:30
Kubernetes Prow Robot
6ce1ac4081
Merge pull request #1104 from palnabarun/11.0-stable-changelogs
...
Cherry-pick CHANGELOG and README from release 11.0 branch
2020-03-12 16:24:39 -07:00
Nabarun Pal
13ddbc9990
Update CHANGELOG with a missed bug fix
...
Ref: #1073
2020-03-13 00:29:39 +05:30
Kubernetes Prow Robot
cd81466131
Merge pull request #1106 from roycaihw/compatibility-matrix
...
Improve compatibility-matrix documentation in alignment with client-go
2020-03-11 20:46:37 -07:00
Haowei Cai
90617036e9
improve compatibility-matrix documentation in alignment with client-go
2020-03-11 18:43:45 -07:00
Kubernetes Prow Robot
cef73f6dee
Merge pull request #1102 from palnabarun/travis-fix
...
Fix verify_tag build stage in Travis pipeline
2020-03-11 09:51:38 -07:00
Nabarun Pal
ac3d19a26c
Update CHANGELOG
2020-03-11 18:11:37 +05:30
Nabarun Pal
52575ce84e
Fix verify_tag build stage in Travis pipeline
2020-03-11 12:46:44 +05:30
Kubernetes Prow Robot
cbf95cf61e
Merge pull request #1101 from fabianvf/travis-verify-tag
...
Travis configuration now does extra tag validation
2020-03-10 10:53:36 -07:00
Fabian von Feilitzsch
a930885aaf
Validate that travis tag matches semver
2020-03-10 13:05:15 -04:00
Fabian von Feilitzsch
a12fff7ff3
Script needs to be a string
2020-03-10 12:20:23 -04:00
Fabian von Feilitzsch
16ec8c4257
Travis configuration now does extra tag validation
...
Separate build matrix into 3 stages - verify-tag, test, and deploy
- verify-tag compares the kubernetes.__version__ to $TRAVIS_TAG. Only
runs on pushed tags
- test runs the actual tests
- deploy deploys the package to pypi. Only runs on pushed tags
2020-03-10 11:16:38 -04:00
Kubernetes Prow Robot
6b560a4f31
Merge pull request #1100 from roycaihw/redo-pypi-token
...
Redo pypi token encryption for travis ci deployment
2020-03-09 14:43:36 -07:00
Haowei Cai
f2a54c1450
redo pypi token encryption for travis
2020-03-09 12:42:56 -07:00
Kubernetes Prow Robot
3792b199ca
Merge pull request #1099 from roycaihw/travis-pypi-deploy
...
Support travis pypi deployment
2020-03-09 10:13:36 -07:00
Haowei Cai
f96f29b4f0
support travis pypi deployment
2020-03-08 22:13:48 -07:00
Kubernetes Prow Robot
4bb1e7bf38
Merge pull request #1096 from micw523/patch-2
...
Add kubernetes.dynamic to setup.py pkg list
2020-03-02 16:05:38 -08:00
Xianglong Wang
dac7ee161b
Add kubernetes.dynamic to setup.py pkg list
2020-03-02 16:37:19 -06:00
Kubernetes Prow Robot
1fa9f89c39
Merge pull request #1087 from roycaihw/watch-e2e
...
add basic watch configmap e2e test
2020-03-02 13:43:38 -08:00
Haowei Cai
f452d0cef6
add basic watch configmap e2e test
2020-03-02 13:34:01 -08:00
Kubernetes Prow Robot
073cf4d89e
Merge pull request #1090 from iamneha/neha/changelog
...
Update CHANGELOG to include 10.0.1
2020-02-24 12:19:36 -08:00
iamneha
93ec66a2f6
Update CHANGELOG to include 10.0.1
2020-02-24 20:58:38 +01:00
Kubernetes Prow Robot
41f11a0999
Merge pull request #1089 from fooka03/master
...
Merge apiserver_id get fix from python-base
2020-02-23 18:12:47 -08:00
Nigel Foucha
4d1896cb52
Merge apiserver_id get fix from python-base
2020-02-23 14:04:23 -05:00
Kubernetes Prow Robot
dc29295163
Merge pull request #1051 from palnabarun/release-11.0-master-update
...
Update README and CHANGELOG for 11.0.0 stable release
2020-02-20 10:31:58 -08:00
Kubernetes Prow Robot
f493272827
Merge pull request #1083 from roycaihw/enable-debug
...
Add example code for enabling debugging
2020-02-18 16:14:25 -08:00