From f4a5dd0aab5a2e7c661bacfd463895d248202a91 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Thu, 22 Apr 2021 14:45:09 -0700 Subject: [PATCH 1/2] fix release notes for v18.17.0a1 --- CHANGELOG.md | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce157445b..69e2a1804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,6 @@ -# v18 +# v18.17.0a1 -**New Feature:** -- Support leader election. [kubernetes-client/python-base#206](https://github.com/kubernetes-client/python-base/pull/206) - -**Bug Fix:** -- Raise exception when an empty config file is passed to load_kube_config. [kubernetes-client/python-base#223](https://github.com/kubernetes-client/python-base/pull/223) -- fix: load cache error when CacheDecoder object is not callable. [kubernetes-client/python-base#226](https://github.com/kubernetes-client/python-base/pull/226) -- Fix Watch retries with 410 errors. [kubernetes-client/python-base#227](https://github.com/kubernetes-client/python-base/pull/227) -- Automatically handles chunked or non-chunked responses. Fix ResponseNotChunked error from watch. [kubernetes-client/python-base#231](https://github.com/kubernetes-client/python-base/pull/231) - -**API Change:** -- Add allowWatchBookmarks, resoureVersionMatch parameters to custom objects. [kubernetes-client/gen#180](https://github.com/kubernetes-client/gen/pull/180) - - -# v18.0.0-snapshot - -Kubernetes API Version: 1.18.12 +Kubernetes API Version: 1.18.17 **Important Information:** @@ -29,7 +14,17 @@ Kubernetes API Version: 1.18.12 - `networkpolicies` resources under `extensions/v1beta1` - use `networking.k8s.io/v1` instead - `podsecuritypolicies` resources under `extensions/v1beta1` - use `policy/v1beta1` instead ([#85903](https://github.com/kubernetes/kubernetes/pull/85903), [@liggitt](https://github.com/liggitt)) [SIG API Machinery, Apps, Cluster Lifecycle, Instrumentation and Testing] +**New Feature:** +- Support leader election. [kubernetes-client/python-base#206](https://github.com/kubernetes-client/python-base/pull/206) + +**Bug Fix:** +- Raise exception when an empty config file is passed to load_kube_config. [kubernetes-client/python-base#223](https://github.com/kubernetes-client/python-base/pull/223) +- fix: load cache error when CacheDecoder object is not callable. [kubernetes-client/python-base#226](https://github.com/kubernetes-client/python-base/pull/226) +- Fix Watch retries with 410 errors. [kubernetes-client/python-base#227](https://github.com/kubernetes-client/python-base/pull/227) +- Automatically handles chunked or non-chunked responses. Fix ResponseNotChunked error from watch. [kubernetes-client/python-base#231](https://github.com/kubernetes-client/python-base/pull/231) + **API Change:** +- Add allowWatchBookmarks, resoureVersionMatch parameters to custom objects. [kubernetes-client/gen#180](https://github.com/kubernetes-client/gen/pull/180) - Fix bug in reflector that couldn't recover from "Too large resource version" errors ([#92537](https://github.com/kubernetes/kubernetes/pull/92537), [@wojtek-t](https://github.com/wojtek-t)) [SIG API Machinery] - Fixed: log timestamps now include trailing zeros to maintain a fixed width ([#91207](https://github.com/kubernetes/kubernetes/pull/91207), [@iamchuckss](https://github.com/iamchuckss)) [SIG Apps and Node] - Fixed: log timestamps now include trailing zeros to maintain a fixed width ([#91207](https://github.com/kubernetes/kubernetes/pull/91207), [@iamchuckss](https://github.com/iamchuckss)) [SIG Apps and Node] From f152ecf5ea62cedffb264ea3f4fcb473dcb1d6ae Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Fri, 13 Nov 2020 18:18:50 +0530 Subject: [PATCH 2/2] Update CHANGELOG with v17.14.0a1 Signed-off-by: Nabarun Pal --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e2a1804..47f6b8663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,9 +48,9 @@ Kubernetes API Version: 1.18.17 To read the full CHANGELOG visit [here](https://raw.githubusercontent.com/kubernetes/kubernetes/master/CHANGELOG/CHANGELOG-1.18.md). -# v17.0.0-snapshot +# v17.14.0a1 -Kubernetes API Version: 1.17.13 +Kubernetes API Version: 1.17.14 **Important Information:**