add client-go 3.0 beta to compatibility entry

This commit is contained in:
Chao Xu 2017-04-03 10:46:58 -07:00
parent 63e44d4493
commit 20aa040788

View File

@ -77,20 +77,21 @@ We will backport bugfixes--but not new features--into older versions of
#### Compatibility matrix #### Compatibility matrix
| | Kubernetes 1.3 | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 (not released yet) | | | Kubernetes 1.3 | Kubernetes 1.4 | Kubernetes 1.5 | Kubernetes 1.6 |
|----------------|----------------|----------------|----------------|----------------| |---------------------|----------------|----------------|----------------|----------------|
| client-go 1.4 | + | ✓ | - | - | | client-go 1.4 | + | ✓ | - | - |
| client-go 1.5 | + | + | - | - | | client-go 1.5 | + | + | - | - |
| client-go 2.0 | + | + | ✓ | - | | client-go 2.0 | + | + | ✓ | - |
| client-go HEAD | + | + | + | ✓ | | client-go 3.0 beta | + | + | + | ✓ |
| client-go HEAD | + | + | + | + |
Key: Key:
* ✓ Exactly the same features / API objects in both client-go and the Kubernetes * `` Exactly the same features / API objects in both client-go and the Kubernetes
version. version.
* + client-go has features or api objects that may not be present in the * `+` client-go has features or api objects that may not be present in the
Kubernetes cluster, but everything they have in common will work. Kubernetes cluster, but everything they have in common will work.
* - The Kubernetes cluster has features the client-go library can't use * `-` The Kubernetes cluster has features the client-go library can't use
(additional API objects, etc). (additional API objects, etc).
See the [CHANGELOG](./CHANGELOG.md) for a detailed description of changes See the [CHANGELOG](./CHANGELOG.md) for a detailed description of changes
@ -101,13 +102,14 @@ between client-go versions.
| client-go 1.4 | Kubernetes main repo, 1.4 branch | = - | | client-go 1.4 | Kubernetes main repo, 1.4 branch | = - |
| client-go 1.5 | Kubernetes main repo, 1.5 branch | = - | | client-go 1.5 | Kubernetes main repo, 1.5 branch | = - |
| client-go 2.0 | Kubernetes main repo, 1.5 branch | ✓ | | client-go 2.0 | Kubernetes main repo, 1.5 branch | ✓ |
| client-go 3.0 | Kubernetes main repo, 1.6 branch | ✓ |
| client-go HEAD | Kubernetes main repo, master branch | ✓ | | client-go HEAD | Kubernetes main repo, master branch | ✓ |
Key: Key:
* ✓ Changes in main Kubernetes repo are actively published to client-go by a bot * `` Changes in main Kubernetes repo are actively published to client-go by a bot
* = Maintenance is manual, only severe security bugs will be patched. * `=` Maintenance is manual, only severe security bugs will be patched.
* - Deprecated; please upgrade. * `-` Deprecated; please upgrade.
#### Deprecation policy #### Deprecation policy