molcay commented on code in PR #61927: URL: https://github.com/apache/airflow/pull/61927#discussion_r2840310629
########## 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: From my point of view, this kind of changelog change needs to be included in the PRs which are fixing those regressions. Since those PRs did not include changelog changes, I thought that lets focus to give the general information which is "we are aware of these regressions and the next release will contains the fix". Maybe this note is too general; I can agree on this. Anyways I updated the code and includes to changes alongside with the PRs. If you have any other feedback just let me know. -- 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]
