Skip to content

Commit 640c2aa

Browse files
authored
Merge pull request #367 from mbohlool/master
Update documents for 4.0.0a release
2 parents c7152b3 + ca71ff7 commit 640c2aa

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Master
1+
# v4.0.0a1
2+
- Update to Kubernetes 1.8 cluster
23
- IntOrString is now object thus it can be int or string. #18 #359
34
- Adding stream package to support calls like exec. The old way of calling them is deprecated. See [Troubleshooting](README.md#why-execattach-calls-doesnt-work)).
45
- config.http_proxy_url is deprecated. use configuration.proxy instead.

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -83,12 +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 | Kubernetes 1.7 |
86+
| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 |
8787
|--------------------|----------------|----------------|----------------|----------------|----------------|
88-
| client-python 1.0 | + | + | | - | - |
89-
| client-python 2.0 | + | + | + | | - |
90-
| client-python 3.0 | + | + | + | + | |
91-
| client-python HEAD | + | + | + | + | + |
88+
| client-python 1.0 | + | | - | - |- |
89+
| client-python 2.0 | + | + | | - |- |
90+
| client-python 3.0 | + | + | + | | |
91+
| client-python HEAD | + | + | + | + | |
9292

9393
Key:
9494

@@ -110,6 +110,7 @@ between client-python versions.
110110
| 2.0.x | Kubernetes main repo, 1.6 branch ||
111111
| 3.0 Alpha/Beta | Kubernetes main repo, 1.7 branch ||
112112
| 3.0 | Kubernetes main repo, 1.7 branch ||
113+
| 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch ||
113114

114115

115116
Key:

0 commit comments

Comments
 (0)