diff --git a/CHANGELOG.md b/CHANGELOG.md index efe1df37..2bd29ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ be exported in other repos. The issue is tracked [here](https://github.com/kubernetes/kubernetes/issues/48209#issuecomment-314537745). During the transition, you'll have to copy the helper functions to your projects. +# v4.0.0 + +No significant changes since v4.0.0-beta.0. + # v4.0.0-beta.0 **New features:** diff --git a/README.md b/README.md index 15095cb8..75a4c37b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Go clients for talking to a [kubernetes](http://kubernetes.io/) cluster. -We currently recommend using the v3.0.0 tag. See [INSTALL.md](/INSTALL.md) for +We currently recommend using the v4.0.0 tag. See [INSTALL.md](/INSTALL.md) for detailed installation instructions. `go get k8s.io/client-go/...` works, but will give you head and doesn't handle the dependencies well. @@ -86,7 +86,7 @@ We will backport bugfixes--but not new features--into older versions of | client-go 1.5 | + | + | - | - | - | | client-go 2.0 | + | + | ✓ | - | - | | client-go 3.0 | † | † | † | ✓ | - | -| client-go 4.0.beta.0| † | † | † | + | ✓ | +| client-go 4.0 | † | † | † | + | ✓ | | client-go HEAD | † | † | † | + | + | Key: @@ -111,6 +111,7 @@ between client-go versions. | client-go 1.5 | 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 4.0 | Kubernetes main repo, 1.7 branch | ✓ | | client-go HEAD | Kubernetes main repo, master branch | ✓ | Key: