From c09023843cafdafa87066cc0b7316b99c54070d9 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Thu, 1 Nov 2018 16:06:11 -0700 Subject: [PATCH 1/2] Update python-base submodule, pick up change: use pycodestyle as pep8 has been deprecated (rename) --- kubernetes/base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/base b/kubernetes/base index 8d7b6f7dc3..83ebb9d5fd 160000 --- a/kubernetes/base +++ b/kubernetes/base @@ -1 +1 @@ -Subproject commit 8d7b6f7dc3158ff5c45fd828e965606d1c0ecfeb +Subproject commit 83ebb9d5fdc0d46bbb2e30afcd8eec42c5da4ad1 From 105c5f07b009fbb4d12303d332f5c9feaa927063 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Thu, 1 Nov 2018 16:11:43 -0700 Subject: [PATCH 2/2] Update CHANGELOG and README on new feature and supported versions --- CHANGELOG.md | 4 ++++ README.md | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1050502ccf..c614a14a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v8.0.0 +**New Feature:** +- Add utility to create API resource from yaml file [kubernetes-client/python#655](https://github.com/kubernetes-client/python/pull/655) + # v8.0.0b1 **Bug Fix:** - Update ExecProvider to use safe\_get() to tolerate kube-config file that sets diff --git a/README.md b/README.md index 824cebf4b0..c3017a272a 100644 --- a/README.md +++ b/README.md @@ -118,12 +118,13 @@ between client-python versions. | 4.0 Alpha/Beta | Kubernetes main repo, 1.8 branch | ✗ | | 4.0 | Kubernetes main repo, 1.8 branch | ✗ | | 5.0 Alpha/Beta | Kubernetes main repo, 1.9 branch | ✗ | -| 5.0 | Kubernetes main repo, 1.9 branch | ✓ | +| 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 | Kubernetes main repo, 1.11 branch | ✓ | -| 8.0 Alpha/Beta | Kubernetes main repo, 1.12 branch | ✓ | +| 8.0 Alpha/Beta | Kubernetes main repo, 1.12 branch | ✗ | +| 8.0 | Kubernetes main repo, 1.12 branch | ✓ | Key: