* `old`, `new`, `diff`, `operation` kwargs for validation/mutation webhooks. Thanks to samj1912. 857
Bugfixes:
* Use `async_timeout` as an async context manager only. 859 * Fix typo in configuration docs. 861
1.35.2
Bugfixes:
* Stop daemons on operator exit (regression since 1.35.0). 853 * Show the proper class name in daemon-stopped flags. 854
1.35.1
Documentation:
* Render the lists properly in ReadTheDocs. 846 * _A release to promote the fix to the "stable" version._
1.35.0
Improvements:
* Ready for Python 3.10. 828 837 * Support PyPy (with Python 3.7+). 845
Bugfixes:
* Reverse the SSL authentication mode for API requests (for Python 3.10). 836 * Update Mapping type to match new mypy (by sobolevn). 834 * Retry on `asyncio.TimeoutError` during API requests (by philipp-sontag-by). 841
Refactoring:
* Replaced `aiojobs` with a self-made fire-and-forget task orchestrator (for Python 3.10). 835
1.35rc1
Improvements:
* Ready for Python 3.10. 828 837
Bugfixes:
* Reverse the SSL authentication mode for API requests (for Python 3.10). 836 * Update Mapping type to match new mypy (by sobolevn). 834 * Retry on `asyncio.TimeoutError` during API requests (by philipp-sontag-by). 841
Refactoring:
* Replaced `aiojobs` with a self-made fire-and-forget task orchestrator (for Python 3.10). 835
1.34.0
New features:
* Subresources (both specific and "*"-masked) are supported in the validating/mutating admission webhooks. 832
Bugfixes:
* Do not watch the resources that are served only via webhooks (to prevent RBAC issues). 831 * Handle API errors in the initial listing that prevented resources from handling. Thanks to philipp-sontag-by. 821 * Several documentation examples fixed. Thanks to xavierbaude. 818