diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ae99036c..17c3b3e393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v7.0.0 +**New Features:** +- Add support for refreshing Azure tokens [kubernetes-client/python-base#77](https://github.com/kubernetes-client/python-base/pull/77) + # v7.0.0b1 **New Features:** - Add Azure support to authentication loading [kubernetes-client/python-base#74](https://github.com/kubernetes-client/python-base/pull/74) diff --git a/README.md b/README.md index 6a20ce742a..dbfc319daa 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,8 @@ between client-python versions. | 5.0 | Kubernetes main repo, 1.9 branch | ✓ | | 6.0 Alpha/Beta | Kubernetes main repo, 1.10 branch | ✗ | | 6.0 | Kubernetes main repo, 1.10 branch | ✓ | -| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch | ✓ | +| 7.0 Alpha/Beta | Kubernetes main repo, 1.11 branch | ✗ | +| 7.0 | Kubernetes main repo, 1.11 branch | ✓ | Key: diff --git a/kubernetes/base b/kubernetes/base index 7359cdae5a..07ef626368 160000 --- a/kubernetes/base +++ b/kubernetes/base @@ -1 +1 @@ -Subproject commit 7359cdae5a4c1cfe65551c9ff3024252449412e3 +Subproject commit 07ef6263685802ee5a8532662bf589adaa07b592