jscheffl commented on code in PR #64864: URL: https://github.com/apache/airflow/pull/64864#discussion_r3047730909
########## providers/cncf/kubernetes/docs/changelog.rst: ########## @@ -27,6 +27,32 @@ Changelog --------- +10.16.0 +....... + +Features +~~~~~~~~ + +* ``Add retries for '_write_logs' method in 'KubernetesPodOperator' (#64471)`` + +Bug Fixes +~~~~~~~~~ + +* ``handle rate limiting of k8s api server in k8s executor (#64504)`` Review Comment: ```suggestion * ``Handle rate limiting of K8s API server in K8s executor (#64504)`` ``` ########## providers/cncf/kubernetes/docs/changelog.rst: ########## @@ -27,6 +27,32 @@ Changelog --------- +10.16.0 +....... + +Features +~~~~~~~~ + +* ``Add retries for '_write_logs' method in 'KubernetesPodOperator' (#64471)`` + +Bug Fixes +~~~~~~~~~ + +* ``handle rate limiting of k8s api server in k8s executor (#64504)`` + +Misc +~~~~ + +* ``Load hook metadata from YAML without importing Hook class (#63826)`` +* ``Log on_kill job deletion in kubernetes spark operator at INFO level (#64633)`` +* ``Update cncf's import conf path to use common compat SDK (#64143)`` +* ``Add provider class registration checks to provider.yaml validation (#64127)`` +* ``Add explicit type annotations to k8s code to fix mypy (#64260)`` +* ``fix(mypy): Pass parameters to Kubernetes methods conditionally (#64242)`` Review Comment: ```suggestion * ``Pass parameters to Kubernetes methods conditionally (#64242)`` ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
