This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new ba053f79ed Prepare docs for ad-hoc release of microsoft.azure provider
(#37099)
ba053f79ed is described below
commit ba053f79edab54366208aad9d88877a95b789eca
Author: Elad Kalif <[email protected]>
AuthorDate: Tue Jan 30 17:09:55 2024 +0100
Prepare docs for ad-hoc release of microsoft.azure provider (#37099)
---
airflow/providers/microsoft/azure/CHANGELOG.rst | 18 ++++++++++++++----
.../commits.rst | 4 +++-
2 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst
b/airflow/providers/microsoft/azure/CHANGELOG.rst
index f3ccf94034..c9d81afd7f 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -37,18 +37,28 @@ Breaking changes
In this version of the provider, ``include`` and ``delimiter`` params have
been removed from
``WasbPrefixSensorTrigger``. These params will now need to passed through
``check_options`` param
+* ``Fix WasbPrefixSensor arg inconsistency between sync and async mode
(#36806)``
+* ``add WasbPrefixSensorTrigger params breaking change to azure provider
changelog (#36940)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix failed tasks are not detected in 'AzureBatchHook' (#36785)``
+* ``Fix assignment of template field in '__init__' in 'container_instances.py'
(#36529)``
+
+Misc
+~~~~
+
+* ``feat: Switch all class, functions, methods deprecations to decorators
(#36876)``
.. Review and move the new changes to one of the sections above:
* ``Revert "Provide the logger_name param in providers hooks in order to
override the logger name (#36675)" (#37015)``
- * ``add WasbPrefixSensorTrigger params breaking change to azure provider
changelog (#36940)``
* ``Fix stacklevel in warnings.warn into the providers (#36831)``
- * ``Fix WasbPrefixSensor arg inconsistency between sync and async mode
(#36806)``
- * ``Fix failed tasks are not detected in 'AzureBatchHook' (#36785)``
- * ``Fix assignment of template field in '__init__' in
'container_instances.py' (#36529)``
* ``Standardize airflow build process and switch to Hatchling build backend
(#36537)``
* ``Provide the logger_name param in providers hooks in order to override
the logger name (#36675)``
* ``Prepare docs 1st wave of Providers January 2024 (#36640)``
* ``Speed up autocompletion of Breeze by simplifying provider state
(#36499)``
+ * ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)``
8.5.1
.....
diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst
b/docs/apache-airflow-providers-microsoft-azure/commits.rst
index 26d3b96401..6e11ad9cf0 100644
--- a/docs/apache-airflow-providers-microsoft-azure/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst
@@ -38,11 +38,13 @@ For high-level changelog, see :doc:`package information
including changelog <ind
9.0.0
.....
-Latest change: 2024-01-26
+Latest change: 2024-01-30
=================================================================================================
===========
====================================================================================================================
Commit
Committed Subject
=================================================================================================
===========
====================================================================================================================
+`dec2662190
<https://github.com/apache/airflow/commit/dec2662190dd4480d0c631da733e19d2ec9a479d>`_
2024-01-30 ``feat: Switch all class, functions, methods deprecations to
decorators (#36876)``
+`cead3da4a6
<https://github.com/apache/airflow/commit/cead3da4a6f483fa626b81efd27a24dcb5a36ab0>`_
2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024
(#37019)``
`0b680c9492
<https://github.com/apache/airflow/commit/0b680c94922e3f7ca1f3ada8328e315bbae37dc8>`_
2024-01-26 ``Revert "Provide the logger_name param in providers hooks in
order to override the logger name (#36675)" (#37015)``
`c8775fc012
<https://github.com/apache/airflow/commit/c8775fc0122fdb7243728c76cde7368509edf725>`_
2024-01-22 ``add WasbPrefixSensorTrigger params breaking change to azure
provider changelog (#36940)``
`6ff96af480
<https://github.com/apache/airflow/commit/6ff96af4806a4107d48ee2e966c61778045ad584>`_
2024-01-18 ``Fix stacklevel in warnings.warn into the providers (#36831)``