jscheffl commented on code in PR #58697: URL: https://github.com/apache/airflow/pull/58697#discussion_r2563336396
########## providers/cncf/kubernetes/docs/changelog.rst: ########## @@ -28,6 +28,34 @@ Changelog --------- +10.11.0 +....... + +.. note:: + This release of provider is only available for Airflow 2.11+ as explained in the + Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_. + +Bug Fixes +~~~~~~~~~ + +* ``Fix Account for job- prefix when truncating job names (#58391)`` +* ``KubernetesPodOperator: Rework of Kubernetes API retry behavior (#58397)`` +* ``Fix KuberetesPodTriggerer use correct parameter name to read pod logs. (#58489)`` +* ``KubernetesPodOperator pushes XCom on successful execution. (#58488)`` +* ``KubernetesPodOperator PodManager retries during create pod on too many requests error (#58033)`` +* ``Add JSON serialization for kubeconfig in AsyncKubernetesHook (#57169)`` Review Comment: Yes, is a bug fix -- 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]
