vincbeck commented on code in PR #72834: URL: https://github.com/apache/airflow/pull/72834#discussion_r3973501351
########## providers/cncf/kubernetes/docs/changelog.rst: ########## @@ -27,6 +27,34 @@ Changelog --------- +10.22.0 +....... + +Features +~~~~~~~~ + +* ``Add KubernetesPodExecOperator for existing Kubernetes Pods (#71244)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix XCom sidecar helper mutating the caller's pod volumes (#72522)`` +* ``Fix KubernetesPodOperator XCom loss when container_logs is a string (#72502)`` + +Misc +~~~~ + +* ``Use common.compat.sdk for the remaining provider timezone imports (#71209)`` + +Doc-only +~~~~~~~~ + +* ``Remove stale is_async docstring param from await_pod_start (#72261)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Refactor validate_key to raise ValueError instead of AirflowException (#68890)`` Review Comment: Makes sense -- 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]
