Skip to content

Commit 1406b3f

Browse files
committed
Update README to reflect 8.0.0 release
dfasf
1 parent b24ca9f commit 1406b3f

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

+15-14
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Go clients for talking to a [kubernetes](http://kubernetes.io/) cluster.
44

5-
We currently recommend using the v7.0.0 tag. See [INSTALL.md](/INSTALL.md) for
5+
We currently recommend using the v8.0.0 tag. See [INSTALL.md](/INSTALL.md) for
66
detailed installation instructions. `go get k8s.io/client-go/...` works, but
77
will build `master`, which doesn't handle the dependencies well.
88

@@ -91,17 +91,17 @@ We will backport bugfixes--but not new features--into older versions of
9191

9292
#### Compatibility matrix
9393

94-
| | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 | Kubernetes 1.10 |
95-
|---------------------|----------------|----------------|----------------|----------------|----------------|----------------|-----------------|
96-
| client-go 1.4 | | - | - | - | - | - | - |
97-
| client-go 1.5 | + | - | - | - | - | - | - |
98-
| client-go 2.0 | +- || +- | +- | +- | +- | +- |
99-
| client-go 3.0 | +- | +- || - | +- | +- | +- |
100-
| client-go 4.0 | +- | +- | +- || +- | +- | +- |
101-
| client-go 5.0 | +- | +- | +- | +- || +- | +- |
102-
| client-go 6.0 | +- | +- | +- | +- | +- || +- |
103-
| client-go 7.0 | +- | +- | +- | +- | +- | +- ||
104-
| client-go HEAD | +- | +- | +- | +- | +- | + | + |
94+
| | Kubernetes 1.5 | Kubernetes 1.6 | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 |
95+
|---------------------|----------------|----------------|----------------|----------------|----------------|-----------------|-----------------|
96+
| client-go 1.5 | - | - | - | - | - | - | - |
97+
| client-go 2.0 | | +- | +- | +- | +- | +- | +- |
98+
| client-go 3.0 | +- || - | +- | +- | +- | +- |
99+
| client-go 4.0 | +- | +- || +- | +- | +- | +- |
100+
| client-go 5.0 | +- | +- | +- || +- | +- | +- |
101+
| client-go 6.0 | +- | +- | +- | +- || +- | +- |
102+
| client-go 7.0 | +- | +- | +- | +- | +- | | +- |
103+
| client-go 8.0 | +- | +- | +- | +- | +- | +- ||
104+
| client-go HEAD | +- | +- | +- | +- | +- | +- | +- |
105105

106106
Key:
107107

@@ -127,9 +127,10 @@ between client-go versions.
127127
| client-go 2.0 | Kubernetes main repo, 1.5 branch | = - |
128128
| client-go 3.0 | Kubernetes main repo, 1.6 branch | = - |
129129
| client-go 4.0 | Kubernetes main repo, 1.7 branch | = - |
130-
| client-go 5.0 | Kubernetes main repo, 1.8 branch | |
130+
| client-go 5.0 | Kubernetes main repo, 1.8 branch | = - |
131131
| client-go 6.0 | Kubernetes main repo, 1.9 branch ||
132132
| client-go 7.0 | Kubernetes main repo, 1.10 branch ||
133+
| client-go 8.0 | Kubernetes main repo, 1.11 branch ||
133134
| client-go HEAD | Kubernetes main repo, master branch ||
134135

135136
Key:
@@ -154,7 +155,7 @@ existing users won't be broken.
154155

155156
### Kubernetes tags
156157

157-
As of April 2018, client-go is still a mirror of
158+
This repository is still a mirror of
158159
[k8s.io/kubernetes/staging/src/client-go](https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/client-go),
159160
the code development is still done in the staging area. Since Kubernetes 1.8
160161
release, when syncing the code from the staging area, we also sync the Kubernetes

0 commit comments

Comments
 (0)