Skip to content

Commit 7c04742

Browse files
committed
updated CHANGELOG to state that asyncio package is experimental
1 parent 5df7827 commit 7c04742

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,10 @@ Kubernetes API Version: v1.36.0
231231
- The `endpoints` field in discovery.k8s.io/v1 EndpointSlice is now correctly defined as optional in the OpenAPI specification, matching the server's behavior. ([kubernetes/kubernetes#136111](https://github.com/kubernetes/kubernetes/pull/136111), [@aojea](https://github.com/aojea)) [SIG Network]
232232
- Update API comments to reflect that stable state of Dynamic Resource Allocation ([kubernetes/kubernetes#136441](https://github.com/kubernetes/kubernetes/pull/136441), [@kannon92](https://github.com/kannon92)) [SIG API Machinery]
233233

234-
# Basic asyncio support
234+
# Basic asyncio support (Experimental)
235+
236+
- Asyncio package is experimental currently, breaking changes may be introduced
237+
in future releases.
235238

236239
- Basic asyncio with kube config, and in_cluster_config is added.
237240

0 commit comments

Comments
 (0)