Skip to content

Commit a6eac2d

Browse files
authored
Merge pull request kubernetes-client#1113 from palnabarun/cherry-pick-10.1.0-changelog
Cherry pick v10.1.0 changelog from kubernetes-client#1091
2 parents 943e06c + 337571e commit a6eac2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ be deprecated as and when Kubernetes version v1.15 gets deprecated.
7575
- Update `_load_azure_token` to handle str and int [kubernetes-client/python-base#141](https://github.com/kubernetes-client/python-base/pull/141)
7676
- Correct regex to properly parse rfc3339 microseconds [kubernetes-client/python-base#150](https://github.com/kubernetes-client/python-base/pull/150)
7777

78+
# v10.1.0
79+
**Bug Fix:**
80+
- Fixed issue in `__del__` method of the `ApiClient` that caused an indefinite hang during garbage collection. *Note* The `ApiClient` `ThreadPool` will no longer be cleaned up automatically during garbage collection, instead the `close` method must be invoked directly, or the `ApiClient` can be used as a context manager. [kubernetes-client/python#1073](https://github.com/kubernetes-client/python/pull/1073)
81+
7882
# v10.0.1
7983
**Bug Fix:**
8084
- Fix content type regression in custom object patch API [kubernetes-client/python#866](https://github.com/kubernetes-client/python/issues/866)

0 commit comments

Comments
 (0)