Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9f1f54e

Browse files
authored
Merge branch 'master' into create_configmap
2 parents f9b342b + cbe7ed5 commit 9f1f54e

File tree

814 files changed

+2592
-2079
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

814 files changed

+2592
-2079
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v3.0.0
2+
- Fix Operation names for subresources kubernetes/kubernetes#49357
3+
4+
# v3.0.0b1
5+
- Add proper GCP config loader and refresher kubernetes-client/python-base#22
6+
- Add ws_streaming_protocol and use v4 by default kubernetes-client/python-base#20
7+
- Respect the KUBECONFIG environment variable if set kubernetes-client/python-base#19
8+
- Allow setting maxsize for PoolManager kubernetes-client/python-base#18
9+
- Restricting the websocket-client to <=0.40 #299
10+
111
# v3.0.0a1
212
- Update client to kubernetes 1.7
313
- Support ThirdPartyResources (TPR) and CustomResourceDefinitions (CRD). Note that TPR is deprecated in kubernetes #251 #201

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ supported versions of Kubernetes clusters.
8383

8484
#### Compatibility matrix
8585

86-
| | Kubernetes 1.3 | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 |
87-
|-------------------------|----------------|----------------|----------------|----------------|
88-
| client-python 1.0 | + | + || - |
89-
| client-python 2.0 alpha | + | + | + ||
90-
| client-python HEAD | + | + | + | + |
86+
| | Kubernetes 1.3 | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 |
87+
|--------------------|----------------|----------------|----------------|----------------|----------------|
88+
| client-python 1.0 | + | + || - | - |
89+
| client-python 2.0 | + | + | + || - |
90+
| client-python 3.0 | + | + | + | + ||
91+
| client-python HEAD | + | + | + | + | + |
9192

9293
Key:
9394

@@ -105,13 +106,19 @@ between client-python versions.
105106
|----------------|--------------------------------------|-------------------------------|
106107
| 1.0 Alpha/Beta | Kubernetes main repo, 1.5 branch ||
107108
| 1.0.x | Kubernetes main repo, 1.5 branch ||
108-
| 2.0 alpha | Kubernetes main repo, 1.6 branch ||
109+
| 2.0 Alpha/Beta | Kubernetes main repo, 1.6 branch ||
110+
| 2.0.x | Kubernetes main repo, 1.6 branch ||
111+
| 3.0 Alpha/Beta | Kubernetes main repo, 1.7 branch ||
112+
| 3.0 | Kubernetes main repo, 1.7 branch ||
113+
109114

110115
Key:
111116

112117
* `` Changes in main Kubernetes repo are manually ([should be automated](https://github.com/kubernetes-incubator/client-python/issues/177)) published to client-python when they are available.
113118
* `` No longer maintained; please upgrade.
114119

120+
Note: There would be no maintenance for alpha/beta releases except the latest one.
121+
115122
## Community, Support, Discussion
116123

117124
You can reach the maintainers of this project at [SIG API Machinery](https://github.com/kubernetes/community/tree/master/sig-api-machinery). If you have any problem with the package or any suggestions, please file an [issue](https://github.com/kubernetes-incubator/client-python/issues).

0 commit comments

Comments
 (0)