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
This commit is contained in:
commit
fa64fd9ce4
33
CHANGELOG.md
33
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]
|
||||
@ -53,9 +48,9 @@ Kubernetes API Version: 1.18.12
|
||||
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:**
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user