eladkal commented on code in PR #64122: URL: https://github.com/apache/airflow/pull/64122#discussion_r2977877805
########## providers/amazon/docs/changelog.rst: ########## @@ -26,6 +26,39 @@ Changelog --------- +9.24.0 +...... + +Features +~~~~~~~~ + +* ``Update Amazon's provider.yaml with some missing modules (#64009)`` Review Comment: Usually things related to provider yaml are not user facing changes ########## providers/apache/spark/docs/changelog.rst: ########## @@ -42,6 +46,17 @@ Breaking changes - The minimum pyspark and spark-connect version is now 4.0.0 +Misc +~~~~ + +* ``Add Python 3.14 Support (#63520)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Add *.iml to .gitignore in all distributions (#63636)`` + * ``Standardize connection docs labels across providers (#63455)`` + * ``[breaking] Make pyspark-client as default and pyspark package optional`` Review Comment: This should be moved to the breaking change section ########## providers/amazon/docs/changelog.rst: ########## @@ -26,6 +26,39 @@ Changelog --------- +9.24.0 +...... + +Features +~~~~~~~~ + +* ``Update Amazon's provider.yaml with some missing modules (#64009)`` +* ``Add bucket_namespace support to 'S3Hook.create_bucket' and 'S3CreateBucketOperator' (#63622)`` +* ``Adds match_glob to template_fields in GCS operators (#61819)`` +* ``Add skip_on_exit_code support to EcsRunTaskOperator (#63274)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix mypy errors in kubernetes, fab, google, and amazon providers (#63947)`` Review Comment: Mypy normally misc rather than bug fixes ########## providers/apache/cassandra/docs/changelog.rst: ########## @@ -26,6 +26,24 @@ Changelog --------- +3.9.3 +..... + +Misc +~~~~ + +* ``Fix Python 3.14 ARM failures by removing side-loaded packages (#64028)`` Review Comment: This is CI fix isnt it? ########## providers/apache/spark/docs/changelog.rst: ########## @@ -28,8 +28,12 @@ Changelog --------- -Breaking changes -~~~~~~~~~~~~~~~~ + +6.0.0 +..... + +Breaking changes (#60031) Review Comment: This not the template convention. The pr number should be with the commit message not with the section header. -- 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]
