What's Changed
- Fix client config typing by @DanielArndt in #60
- Document support for Kubernetes 1.30 by @gtsystem in #61
- Fix issue #63, where pyright cannot recognize the correct type for some client methods by @gtsystem in #64
- Update 'config' type hint for lightkube.core.async_client.AsyncClient by @benfiola in #67
- Ensure apiVersion and kind are set for 'list' requests by @benfiola in #68
- Set
__all__
in__init__.py
by @max-muoto in #70 - Add support for dry-run by @michaeldmitry in #74
New Contributors
- @DanielArndt made their first contribution in #60
- @benfiola made their first contribution in #67
- @max-muoto made their first contribution in #70
- @michaeldmitry made their first contribution in #74
Full Changelog: v0.15.2...v0.15.4