Skip to content

Commit fa64fd9

Browse files
authored
Merge pull request #1425 from roycaihw/fix-release-notes
Fix release notes for v18.17.0a1 and v17.14.0a1 in release-18.0 branch
2 parents f0ff60f + f152ecf commit fa64fd9

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

CHANGELOG.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
# v18
2-
3-
**New Feature:**
4-
- Support leader election. [kubernetes-client/python-base#206](https://github.com/kubernetes-client/python-base/pull/206)
5-
6-
**Bug Fix:**
7-
- 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)
8-
- fix: load cache error when CacheDecoder object is not callable. [kubernetes-client/python-base#226](https://github.com/kubernetes-client/python-base/pull/226)
9-
- Fix Watch retries with 410 errors. [kubernetes-client/python-base#227](https://github.com/kubernetes-client/python-base/pull/227)
10-
- 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)
11-
12-
**API Change:**
13-
- Add allowWatchBookmarks, resoureVersionMatch parameters to custom objects. [kubernetes-client/gen#180](https://github.com/kubernetes-client/gen/pull/180)
1+
# v18.17.0a1
142

15-
16-
# v18.0.0-snapshot
17-
18-
Kubernetes API Version: 1.18.12
3+
Kubernetes API Version: 1.18.17
194

205
**Important Information:**
216

@@ -29,7 +14,17 @@ Kubernetes API Version: 1.18.12
2914
- `networkpolicies` resources under `extensions/v1beta1` - use `networking.k8s.io/v1` instead
3015
- `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]
3116

17+
**New Feature:**
18+
- Support leader election. [kubernetes-client/python-base#206](https://github.com/kubernetes-client/python-base/pull/206)
19+
20+
**Bug Fix:**
21+
- 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)
22+
- fix: load cache error when CacheDecoder object is not callable. [kubernetes-client/python-base#226](https://github.com/kubernetes-client/python-base/pull/226)
23+
- Fix Watch retries with 410 errors. [kubernetes-client/python-base#227](https://github.com/kubernetes-client/python-base/pull/227)
24+
- 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)
25+
3226
**API Change:**
27+
- Add allowWatchBookmarks, resoureVersionMatch parameters to custom objects. [kubernetes-client/gen#180](https://github.com/kubernetes-client/gen/pull/180)
3328
- 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]
3429
- 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]
3530
- 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]
@@ -53,9 +48,9 @@ Kubernetes API Version: 1.18.12
5348
To read the full CHANGELOG visit [here](https://raw.githubusercontent.com/kubernetes/kubernetes/master/CHANGELOG/CHANGELOG-1.18.md).
5449

5550

56-
# v17.0.0-snapshot
51+
# v17.14.0a1
5752

58-
Kubernetes API Version: 1.17.13
53+
Kubernetes API Version: 1.17.14
5954

6055
**Important Information:**
6156

0 commit comments

Comments
 (0)