|
| 1 | +# v30.3.0 |
| 2 | + |
| 3 | +* fix: Timeout related fixes ([#320](https://github.com/tomplus/kubernetes_asyncio/pull/320), [@olivier-matz-6wind](https://github.com/olivier-matz-6wind)) |
| 4 | +* fix: Fix reconnecting in watch for custom resources ([#321](https://github.com/tomplus/kubernetes_asyncio/pull/321), [@tomplus](https://github.com/tomplus)) |
| 5 | +* fix: fix unittests to work with aiohttp 3.10+ ([#326](https://github.com/tomplus/kubernetes_asyncio/pull/326), [@tomplus](https://github.com/tomplus)) |
| 6 | + |
| 7 | +### API Change |
| 8 | + |
| 9 | +- Added the feature gates `StrictCostEnforcementForVAP` and `StrictCostEnforcementForWebhooks` to enforce the strct cost calculation for CEL extended libraries. It is strongly recommended to turn on the feature gates as early as possible. ([#124676](https://github.com/kubernetes/kubernetes/pull/124676), [@cici37](https://github.com/cici37)) [SIG API Machinery, Auth, Node and Testing] |
| 10 | +- Improved scheduling performance when many nodes, and prefilter returns 1-2 nodes (e.g. daemonset) |
| 11 | + For developers of out-of-tree PostFilter plugins, note that the semantics of NodeToStatusMap are changing: A node with an absent value in the NodeToStatusMap should be interpreted as having an UnschedulableAndUnresolvable status ([#125306](https://github.com/kubernetes/kubernetes/pull/125306), [@gabesaba](https://github.com/gabesaba)) [SIG Scheduling] |
| 12 | + |
1 | 13 | # v30.1.1
|
2 | 14 |
|
3 | 15 | * feat: remove setuptools from requirements ([#318](https://github.com/tomplus/kubernetes_asyncio/pull/318), [@tomplus](https://github.com/tomplus))
|
4 | 16 | * fix: restore rest client ablity to handle "application/apply-patch+yaml" content type ([#317](https://github.com/tomplus/kubernetes_asyncio/pull/317), [@Meallia](https://github.com/Meallia))
|
5 | 17 |
|
6 | 18 | # v30.1.0
|
7 | 19 |
|
8 |
| -* feat: add support for different type of patch ([#303]https://github.com/tomplus/kubernetes_asyncio/pull/303), [@tomplus](https://github.com/tomplus) |
9 |
| -* feat: models do not copy default configuration ([#300]https://github.com/tomplus/kubernetes_asyncio/pull/300), [@tomplus](https://github.com/tomplus) |
10 |
| -* fix: Make the kube config path os agnostic ([#307]https://github.com/tomplus/kubernetes_asyncio/pull/307), [@shtlrs](https://github.com/shtlrs) |
11 |
| -* fix: improve merging kube-configs ([#301]https://github.com/tomplus/kubernetes_asyncio/pull/301), [@tomplus](https://github.com/tomplus) |
12 |
| -* chore: Add Python 3.12 in CI ([#313]https://github.com/tomplus/kubernetes_asyncio/pull/313), [@Wh1isper](https://github.com/Wh1isper) |
13 |
| -* chore: removed orphaned files ([#306]https://github.com/tomplus/kubernetes_asyncio/pull/306), [@tomplus](https://github.com/tomplus) |
14 |
| -* chore: rename example scripts, reformat with Black ([#304]https://github.com/tomplus/kubernetes_asyncio/pull/304), [@tomplus](https://github.com/tomplus) |
| 20 | +* feat: add support for different type of patch ([#303](https://github.com/tomplus/kubernetes_asyncio/pull/303), [@tomplus](https://github.com/tomplus)) |
| 21 | +* feat: models do not copy default configuration ([#300](https://github.com/tomplus/kubernetes_asyncio/pull/300), [@tomplus](https://github.com/tomplus)) |
| 22 | +* fix: Make the kube config path os agnostic ([#307](https://github.com/tomplus/kubernetes_asyncio/pull/307), [@shtlrs](https://github.com/shtlrs)) |
| 23 | +* fix: improve merging kube-configs ([#301](https://github.com/tomplus/kubernetes_asyncio/pull/301), [@tomplus](https://github.com/tomplus)) |
| 24 | +* chore: Add Python 3.12 in CI ([#313](https://github.com/tomplus/kubernetes_asyncio/pull/313), [@Wh1isper](https://github.com/Wh1isper)) |
| 25 | +* chore: removed orphaned files ([#306](https://github.com/tomplus/kubernetes_asyncio/pull/306), [@tomplus](https://github.com/tomplus)) |
| 26 | +* chore: rename example scripts, reformat with Black ([#304](https://github.com/tomplus/kubernetes_asyncio/pull/304), [@tomplus](https://github.com/tomplus)) |
15 | 27 |
|
16 | 28 | ### API Change
|
17 | 29 |
|
|
0 commit comments