jscheffl commented on code in PR #61746: URL: https://github.com/apache/airflow/pull/61746#discussion_r2790206120
########## providers/amazon/docs/changelog.rst: ########## @@ -26,6 +26,42 @@ Changelog --------- +9.22.0 +...... + +Features +~~~~~~~~ + +* ``Support custom KMS keys in S3CopyObjectOperator (#60597)`` +* ``Add resume_glue_job_on_retry to GlueJobOperator (#59392)`` +* ``Add best-effort cleanup to EmrCreateJobFlowOperator on post-creation failure (#61010)`` +* ``Add best-effort cleanup to EksCreateNodegroupOperator on post-create failure (#61145)`` +* ``Add best-effort cleanup to EcsRunTaskOperator on post-start failure (#61051)`` +* ``Restrict EC2 cleanup to waiter errors and guard behind flag. (#61272)`` +* ``Add cancel_on_kill support for EMR Serverless deferrable operator (#60440)`` + +Bug Fixes +~~~~~~~~~ + +* ``Update EKS hook auth API version to v1 and replace non-POSIX 'source' with '.' (#61441)`` +* ``Fix hardcoded waiter logic in EmrCreateJobFlowOperator (#61195)`` +* ``Fix 'host' in AWS auth manager (#61368)`` + +Misc +~~~~ + +* ``Deprecate has access backfill in providers (#61402)`` +* ``Cleanup some dependencies (#60992)`` + +Doc-only +~~~~~~~~ + +* ``Bump black to latest 26.1.0 release (#61612)`` Review Comment: Would this not be rather misc? Or as it is CI only and not production maybe even hidden? -- 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]
