Kubernetes-asyncio

Latest version: v32.3.0

Safety actively analyzes 724166 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 12

11.3.0

Not secure
* fix: watch closes http session ([104](https://github.com/tomplus/kubernetes_asyncio/pull/104), [tomplus](https://github.com/tomplus))

11.2.0

Not secure
* feat: regenerate client against openapi-generator v4.3.0 (context-manager and close function for http client instead of using `__del__` method)
([99](https://github.com/tomplus/kubernetes_asyncio/pull/99), [jnschaeffer](https://github.com/jnschaeffer))

11.1.0

Not secure
* feat: add compatability for follow methods ([98](https://github.com/tomplus/kubernetes_asyncio/pull/98), [playground-julia](https://github.com/playground-julia))

11.0.0

Not secure
* feat: regenerate library using the latest version of openapi-generator (4.3.x) ([gen/146](https://github.com/kubernetes-client/gen/pull/146), [tomplus](https://github.com/tomplus))
* test: add tests for Python 3.8. ([86](https://github.com/tomplus/kubernetes_asyncio/pull/86), [tomplus](https://github.com/tomplus))
* fix: prevent installing aiohttp 4.0 and up for now ([88](https://github.com/tomplus/kubernetes_asyncio/pull/88), [sepulworld](https://github.com/sepulworld))
* fix: watch.stream stores resource_version for the next call ([89](https://github.com/tomplus/kubernetes_asyncio/pull/89), [tomplus](https://github.com/tomplus))
* chore: remove unused path import ([92](https://github.com/tomplus/kubernetes_asyncio/pull/92), [aK0nshin](https://github.com/aK0nshin))

**API Change:**
- Introduce `ExtensionsV1beta1RuntimeClassStrategyOptions` and `PolicyV1beta1RuntimeClassStrategyOptions`. Add RuntimeClass restrictions & defaulting to PodSecurityPolicy [kubernetes/kubernetes73795](https://github.com/kubernetes/kubernetes/pull/73795)
- Introduce `V1WindowsSecurityContextOptions`. Add Windows specific options in Pod Security Context and Container Security Context [kubernetes/kubernetes77147](https://github.com/kubernetes/kubernetes/pull/77147)
- Split `V1beta1Webhook` into `V1beta1MutatingWebhook` and `V1beta1ValidatingWebhook` [kubernetes/kubernetes78491](https://github.com/kubernetes/kubernetes/pull/78491)
- Introduce parameter `allow_watch_bookmarks` in list options for requesting watch bookmarks from apiserver. The implementation in apiserver is hidden behind feature gate `WatchBookmark` (currently in Alpha stage) [kubernetes/kubernetes74074](https://github.com/kubernetes/kubernetes/pull/74074)
- Add `V1DeleteOptions` parameters (`dry_run`, `grace_period_seconds`, `orphan_dependents`, `propagation_policy`) to delete collection APIs [kubernetes/kubernetes77843](https://github.com/kubernetes/kubernetes/pull/77843)
- Add ListMeta.RemainingItemCount. When responding a LIST request, if the server has more data available, and if the request does not contain label selectors or field selectors, the server sets the ListOptions.RemainingItemCount to the number of remaining objects [kubernetes/kubernetes75993](https://github.com/kubernetes/kubernetes/pull/75993)
- Add `controller_expand_secret_ref` in `V1SecretReference` to store CSI volume expansion secrets [kubernetes/kubernetes77516](https://github.com/kubernetes/kubernetes/pull/77516)
- Introduce `preemption_policy` field to V1PriorityClass [kubernetes/kubernetes74614](https://github.com/kubernetes/kubernetes/pull/74614)
- Add `port` configuration to service reference in Admission webhook configuration, AuditSink webhook configuration, CRD Conversion webhook configuration and kube-aggregator [kubernetes/kubernetes74855](https://github.com/kubernetes/kubernetes/pull/74855)
- Introduce `inline_volume_spec` to `V1PersistentVolumeSpec` [kubernetes/kubernetes77703](https://github.com/kubernetes/kubernetes/pull/77703)
- Add fields `x_kubernetes_embedded_resource`, `x_kubernetes_int_or_string`, `x_kubernetes_preserve_unknown_fields` to V1beta1JSONSchemaProps [kubernetes/kubernetes77207](https://github.com/kubernetes/kubernetes/pull/77207)

10.0.1

Not secure
* fix: when `_preload_content=False` Websocket Stream returns 401 error ([84](https://github.com/tomplus/kubernetes_asyncio/pull/84), [kexirong](https://github.com/kexirong))
* fix: e2e tests use `apps/v1` api instead of removed `extensions/v1beta1` ([85](https://github.com/tomplus/kubernetes_asyncio/pull/85), [tomplus](https://github.com/tomplus))

10.0.0

Not secure
* feat: add `create_form_yaml()` functionality ([76](https://github.com/tomplus/kubernetes_asyncio/pull/76), [PidgeyBE](https://github.com/PidgeyBE))
* feat: custom objects can be merged by json-patch ([gen/119](https://github.com/kubernetes-client/gen/pull/119), [tomplus](https://github.com/tomplus))
* fix: parse microseconds in data-time fields ([80](https://github.com/tomplus/kubernetes_asyncio/pull/80), [tomplus](https://github.com/tomplus))
* feat: upgrade to API spec from Kubernetes 1.14 ([83](https://github.com/tomplus/kubernetes_asyncio/pull/83), [tomplus](https://github.com/tomplus))

**API Change:**

- Remove the AdmissionregistrationV1alpha1 API group, containing only the InitializationConfiguration type [kubernetes/kubernetes72972](https://github.com/kubernetes/kubernetes/pull/72972)
- Promote Lease API to v1 [kubernetes/kubernetes72239](https://github.com/kubernetes/kubernetes/pull/72239)
- The Ingress API is now available via `NetworkingV1beta1Api`. `ExtensionsV1beta1Api` Ingress objects are deprecated and will no longer be served in Kubernetes v1.18 [kubernetes/kubernetes74057](https://github.com/kubernetes/kubernetes/pull/74057)
- Introduce RuntimeClass to NodeV1alpha1Api and NodeV1beta1Api [kubernetes/kubernetes74433](https://github.com/kubernetes/kubernetes/pull/74433)
- Graduate PriorityClass API to GA SchedulingV1Api [kubernetes/kubernetes73555](https://github.com/kubernetes/kubernetes/pull/73555)
- Introduce CSINodeInfo and CSIDriver to StorageV1beta1Api [kubernetes/kubernetes74283](https://github.com/kubernetes/kubernetes/pull/74283)
- The alpha Initializers feature, `admissionregistration.k8s.io/v1alpha1` API version, `Initializers` admission plugin, and use of the `metadata.initializers` API field have been removed. Discontinue use of the alpha feature and delete any existing `InitializerConfiguration` API objects before upgrading. The `metadata.initializers` field will be removed in a future release. The parameter `include_uninitialized` has been removed. [kubernetes/kubernetes72972](https://github.com/kubernetes/kubernetes/pull/72972)

Page 7 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.