From 5a113f302769f0ecad3a54bad3027d459cb276a4 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Thu, 4 Nov 2021 22:13:06 +0100 Subject: [PATCH] Add documentation for RC2 release of Amazon provider for October (#19413) --- airflow/providers/amazon/CHANGELOG.rst | 5 +++ .../commits.rst | 31 +++++++++++-------- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst index 7d9c3f7bea3a..1f36a8c0aaff 100644 --- a/airflow/providers/amazon/CHANGELOG.rst +++ b/airflow/providers/amazon/CHANGELOG.rst @@ -37,12 +37,17 @@ Bug Fixes * ``Fixup string concatenations (#19099)`` * ``Update S3PrefixSensor to support checking multiple prefixes within a bucket (#18807)`` * ``Move validation of templated input params to run after the context init (#19048)`` +* ``fix SagemakerProcessingOperator ThrottlingException (#19195)`` +* ``Fix S3ToRedshiftOperator (#19358)`` .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): * ``More f-strings (#18855)`` * ``Prepare documentation for RC2 Amazon Provider release for September (#18830)`` * ``Simplify strings previously split across lines (#18679)`` + * ``Doc: Fix typos in variable and comments (#19349)`` + * ``Remove duplicated entries in changelog (#19331)`` + * ``Prepare documentation for October Provider's release (#19321)`` 2.3.0 ..... diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst index 9ef294ee7f9a..a56e4a793a7d 100644 --- a/docs/apache-airflow-providers-amazon/commits.rst +++ b/docs/apache-airflow-providers-amazon/commits.rst @@ -31,11 +31,16 @@ For high-level changelog, see :doc:`package information including changelog `_ 2021-11-04 `` fix SagemakerProcessingOperator ThrottlingException (#19195)`` +`a3266ba2b `_ 2021-11-03 ``Doc: Fix typos in variable and comments (#19349)`` +`6148ddd36 `_ 2021-11-03 ``Fix S3ToRedshiftOperator (#19358)`` +`1600f1dfd `_ 2021-10-30 ``Remove duplicated entries in changelog (#19331)`` +`d9567eb10 `_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `1543dc28f `_ 2021-10-29 ``Fixing ses email backend (#18042)`` `3c08c025c `_ 2021-10-27 ``Move validation of templated input params to run after the context init (#19048)`` `f5ad26dcd `_ 2021-10-21 ``Fixup string concatenations (#19099)`` @@ -45,6 +50,16 @@ Commit `1d7cfdbcd `_ 2021-10-10 ``Remove extra postgres dependency from AWS Provider (#18844)`` `1df9a512c `_ 2021-10-08 ``Add RedshiftSQLHook, RedshiftSQLOperator (#18447)`` `22768ff61 `_ 2021-10-08 ``Removed duplicated code on S3ToRedshiftOperator (#18671)`` +================================================================================================ =========== ======================================================================================== + +2.3.0 +..... + +Latest change: 2021-10-08 + +================================================================================================ =========== ========================================================================================================================= +Commit Committed Subject +================================================================================================ =========== ========================================================================================================================= `a680e876b `_ 2021-10-08 ``Prepare documentation for RC2 Amazon Provider release for September (#18830)`` `ea8f47890 `_ 2021-10-08 ``Add AWS Fargate profile support (#18645)`` `9344c3452 `_ 2021-10-08 ``Enable AWS Secrets Manager backend to retrieve conns using different fields (#18764)`` @@ -59,16 +74,6 @@ Commit `12763f125 `_ 2021-10-05 ``Add additional dependency for postgres extra for amazon provider (#18737)`` `86bf2a29b `_ 2021-10-04 ``Simplify strings previously split across lines (#18679)`` `12133861e `_ 2021-10-01 ``Support all Unix wildcards in S3KeySensor (#18211)`` -================================================================================================ =========== ================================================================================================ - -2.3.0 -..... - -Latest change: 2021-09-30 - -================================================================================================ =========== ========================================================================================================================= -Commit Committed Subject -================================================================================================ =========== ========================================================================================================================= `840ea3efb `_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `8a1437e55 `_ 2021-09-29 ``Refresh credentials for long-running pods on EKS (#17951)`` `2fbd23878 `_ 2021-09-28 ``Update s3_list.py (#18561)``