eladkal commented on code in PR #61927: URL: https://github.com/apache/airflow/pull/61927#discussion_r2832999089
########## providers/google/docs/changelog.rst: ########## @@ -85,6 +85,10 @@ Doc-only 19.5.0 ...... +.. warning:: + We have identified regressions in Cloud Run and Gemini AI operators within this version that may cause unexpected behavior (connectivity errors and incorrect task success states). + We are aware of these issues, and official fixes will be available in the next release. Review Comment: Here is an example https://github.com/apache/airflow/blob/main/providers/elasticsearch/docs/changelog.rst#650 as you can see the note block contains information useful to the users that can not be covered by the PR title. In this PR I don't see any value for the note block. -- 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]
