From 34bbe6988a9dc7307ad0f2f1447941efcd73cb05 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Mon, 13 Aug 2018 17:31:38 -0700 Subject: [PATCH] Update python-base, CHANGELOG and README pick up python-base change: Add support for refreshing Azure tokens. update CHANGELOG and README to prepare for 7.0.0 release. --- CHANGELOG.md | 4 ++++ README.md | 3 ++- kubernetes/base | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ae99036..17c3b3e39 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 6a20ce742..dbfc319da 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 7359cdae5..07ef62636 160000 --- a/kubernetes/base +++ b/kubernetes/base @@ -1 +1 @@ -Subproject commit 7359cdae5a4c1cfe65551c9ff3024252449412e3 +Subproject commit 07ef6263685802ee5a8532662bf589adaa07b592