Skip to content

Commit

Permalink
Prepare docs for Aug 2023 3rd wave of Providers (RC2) (#33868)
Browse files Browse the repository at this point in the history
* Prepare docs for Aug 2023 3rd wave of Providers (RC2)
  • Loading branch information
eladkal committed Aug 29, 2023
1 parent 6aeda2c commit 23174ef
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 9 deletions.
5 changes: 5 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Expand Up @@ -44,6 +44,7 @@ Bug Fixes
* ``Fix KubernetesPodOperator duplicating logs when interrupted (#33500)``
* ``Fix 2.7.0 db migration job errors (#33652)``
* ``Inspect container state rather than last_state when deciding whether to skip (#33702)``
* ``Fix kill istio proxy logic (#33779)``

Misc
~~~~
Expand All @@ -56,12 +57,16 @@ Misc
* ``Consolidate import and usage of itertools (#33479)``
* ``Simplify conditions on len() in other providers (#33569)``
* ``Import utc from datetime and normalize its import (#33450)``
* ``Always use 'Literal' from 'typing_extensions' (#33794)``
* ``Use literal dict instead of calling dict() in providers (#33761)``
* ``Improve modules import in cncf.kubernetes probvider by move some of them into a type-checking block (#33781)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix typos (double words and it's/its) (#33623)``
* ``Exclude deprecated "operators.kubernetes_pod" module from provider.yaml (#33641)``
* ``D205 Support - Providers - Final Pass (#33303)``
* ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)``
7.4.2
.....
Expand Down
14 changes: 14 additions & 0 deletions airflow/providers/microsoft/azure/CHANGELOG.rst
Expand Up @@ -36,12 +36,19 @@ Features
* ``Add AzureBatchOperator example (#33716)``
* ``feat(providers/microsoft): add DefaultAzureCredential support to AzureContainerInstanceHook (#33467)``
* ``Add DefaultAzureCredential auth for ADX service (#33627)``
* ``feat(providers/microsoft): add DefaultAzureCredential to data_lake (#33433)``
* ``Allow passing fully_qualified_namespace and credential to initialize Azure Service Bus Client (#33493)``
* ``Add DefaultAzureCredential support to cosmos (#33436)``
* ``Add DefaultAzureCredential support to AzureBatchHook (#33469)``

Bug Fixes
~~~~~~~~~

* ``Fix updating account url for WasbHook (#33457)``
* ``Fix Azure Batch Hook instantation (#33731)``
* ``Truncate Wasb storage account name if it's more than 24 characters (#33851)``
* ``Remove duplicated message commit in Azure MessageHook (#33776)``
* ``fix(providers/azure): remove json.dumps when querying AzureCosmosDBHook (#33653)``

Misc
~~~~
Expand All @@ -51,11 +58,18 @@ Misc
* ``Simplify conditions on len() in providers/microsoft (#33566)``
* ``Set logging level to WARNING (#33314)``
* ``Simplify 'X for X in Y' to 'Y' where applicable (#33453)``
* ``Bump azure-mgmt-containerinstance>=7.0.0,<9.0.0 (#33696)``
* ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)``
* ``Use a single statement with multiple contexts instead of nested statements in providers (#33768)``
* ``remove unnecessary and rewrite it using list in providers (#33763)``
* ``Optimise Airflow DB backend usage in Azure Provider (#33750)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix typos (double words and it's/its) (#33623)``
* ``Further improvements for provider verification (#33670)``
* ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)``
* ``Move Azure examples into system tests (#33727)``
6.2.4
.....
Expand Down
13 changes: 9 additions & 4 deletions docs/apache-airflow-providers-cncf-kubernetes/commits.rst
Expand Up @@ -31,11 +31,16 @@ For high-level changelog, see :doc:`package information including changelog <ind
7.5.0
.....

Latest change: 2023-08-24
Latest change: 2023-08-28

================================================================================================= =========== =========================================================================================
================================================================================================= =========== ================================================================================================================
Commit Committed Subject
================================================================================================= =========== =========================================================================================
================================================================================================= =========== ================================================================================================================
`cede385e93 <https://github.com/apache/airflow/commit/cede385e938d4645fdbdfabd6c92c02fbfb95628>`_ 2023-08-28 ``Always use 'Literal' from 'typing_extensions' (#33794)``
`452a978337 <https://github.com/apache/airflow/commit/452a97833753175806bcb5077a566897a906a1c9>`_ 2023-08-27 ``Improve modules import in cncf.kubernetes probvider by move some of them into a type-checking block (#33781)``
`42bc8fcb6b <https://github.com/apache/airflow/commit/42bc8fcb6bab2b02ef2ff62c3015b54a1ad2df62>`_ 2023-08-26 ``Update pod.py (#33779)``
`b11525702c <https://github.com/apache/airflow/commit/b11525702c72cb53034aa29ccd6d0e1161ac475c>`_ 2023-08-26 ``Use literal dict instead of calling dict() in providers (#33761)``
`c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)``
`c477031039 <https://github.com/apache/airflow/commit/c47703103982ec4730ea28c8a5eda12ed2ce008a>`_ 2023-08-24 ``Inspect container state rather than last_state when deciding whether to skip (#33702)``
`85acbb4ae9 <https://github.com/apache/airflow/commit/85acbb4ae9bc26248ca624fa4d289feccba00836>`_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)``
`6130993d78 <https://github.com/apache/airflow/commit/6130993d781695bbd87e09d3665d8f0991bc32d0>`_ 2023-08-24 ``Fix KubernetesPodOperator duplicating logs when interrupted (#33500)``
Expand All @@ -53,7 +58,7 @@ Commit
`46ffc25995 <https://github.com/apache/airflow/commit/46ffc259956d3782bb0c09e782fca634ff4215b9>`_ 2023-08-14 ``Adding typing for KPO SCC objects (#33381)``
`38aada7b8b <https://github.com/apache/airflow/commit/38aada7b8b6afab177c009b237dd5e75d60d51af>`_ 2023-08-14 ``Introducing class constant to make worker pod log lines configurable (#33378)``
`7e79997594 <https://github.com/apache/airflow/commit/7e799975948573ca2a1c4b2051d3eadc32bb8ba7>`_ 2023-08-11 ``D205 Support - Providers - Final Pass (#33303)``
================================================================================================= =========== =========================================================================================
================================================================================================= =========== ================================================================================================================

7.4.2
.....
Expand Down
22 changes: 18 additions & 4 deletions docs/apache-airflow-providers-microsoft-azure/commits.rst
Expand Up @@ -31,11 +31,25 @@ For high-level changelog, see :doc:`package information including changelog <ind
6.3.0
.....

Latest change: 2023-08-25
Latest change: 2023-08-29

================================================================================================= =========== ========================================================================================================
================================================================================================= =========== ==========================================================================================================
Commit Committed Subject
================================================================================================= =========== ========================================================================================================
================================================================================================= =========== ==========================================================================================================
`9e2d607f43 <https://github.com/apache/airflow/commit/9e2d607f4305f34095cf80b106714802cff5aaf3>`_ 2023-08-29 ``Truncate Wasb storage account name if it's more than 24 characters (#33851)``
`9d5327806f <https://github.com/apache/airflow/commit/9d5327806fac61cd62abd30a6339b0cb26ad1ebf>`_ 2023-08-28 ``Bump azure-mgmt-containerinstance>=7.0.0,<9.0.0 (#33696)``
`76c2ade2c6 <https://github.com/apache/airflow/commit/76c2ade2c63abc3677b8fcd59af6f8779b613be7>`_ 2023-08-28 ``feat(providers/microsoft): add DefaultAzureCredential to data_lake (#33433)``
`9d8c77e447 <https://github.com/apache/airflow/commit/9d8c77e447f5515b9a6aa85fa72511a86a128c28>`_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)``
`6d182beec6 <https://github.com/apache/airflow/commit/6d182beec6e86b372c37fb164a31c2f8811d8c03>`_ 2023-08-26 ``Use a single statement with multiple contexts instead of nested statements in providers (#33768)``
`4bae275edd <https://github.com/apache/airflow/commit/4bae275edd819eaf56c3382af7b152652b0ce0c0>`_ 2023-08-26 ``Remove duplicated message commit in Azure MessageHook (#33776)``
`3d575fed54 <https://github.com/apache/airflow/commit/3d575fed540e7521976303cd763a20e090e65d9e>`_ 2023-08-26 ``Allow passing fully_qualified_namespace and credential to initialize Azure Service Bus Client (#33493)``
`353b1482d3 <https://github.com/apache/airflow/commit/353b1482d3720c7e962022f25c7e5d3e105ed4f0>`_ 2023-08-26 ``remove unnecessary and rewrite it using list in providers (#33763)``
`03529d524f <https://github.com/apache/airflow/commit/03529d524fbebb4ff2c886a085966230314022f3>`_ 2023-08-26 ``Add DefaultAzureCredential support to cosmos (#33436)``
`faf32539d6 <https://github.com/apache/airflow/commit/faf32539d6a1be2bfba1b97e72e4508fb6896af6>`_ 2023-08-26 ``Optimise Airflow DB backend usage in Azure Provider (#33750)``
`c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)``
`947b504d5b <https://github.com/apache/airflow/commit/947b504d5ba5882b1d7d36251e24185e9f47b9e7>`_ 2023-08-25 ``Add DefaultAzureCredential support to AzureBatchHook (#33469)``
`55ff4cf935 <https://github.com/apache/airflow/commit/55ff4cf9351585dcd51cf324f4c2b538176b8aae>`_ 2023-08-25 ``fix(providers/azure): remove json.dumps when querying AzureCosmosDBHook (#33653)``
`95ece9feef <https://github.com/apache/airflow/commit/95ece9feefcd1cc4d4b4e94f832d23073200229c>`_ 2023-08-25 ``Move Azure examples into system tests (#33727)``
`38f2737153 <https://github.com/apache/airflow/commit/38f27371532b9f906bdeff0251d1c35956daf05c>`_ 2023-08-25 ``Fix Azure Batch Hook instantation (#33731)``
`0931abdb25 <https://github.com/apache/airflow/commit/0931abdb2563f1f46240c3b1ce82415e05bd48d4>`_ 2023-08-25 ``Add AzureBatchOperator example (#33716)``
`faa50cbe2f <https://github.com/apache/airflow/commit/faa50cbe2f6dbf816e599bbbb933ac4976a55778>`_ 2023-08-24 ``feat(providers/microsoft): add DefaultAzureCredential support to AzureContainerInstanceHook (#33467)``
Expand All @@ -48,7 +62,7 @@ Commit
`7700fb12cc <https://github.com/apache/airflow/commit/7700fb12cc6c7a97901662e6ac6aa1e4e932d969>`_ 2023-08-20 ``Simplify 'X for X in Y' to 'Y' where applicable (#33453)``
`bd608a56ab <https://github.com/apache/airflow/commit/bd608a56abd1a6c2a98987daf7f092d2dabea555>`_ 2023-08-17 ``Fix updating account url for WasbHook (#33457)``
`4460356c03 <https://github.com/apache/airflow/commit/4460356c03e5c1dedd72ce87a8ccfb9b19a33d76>`_ 2023-08-14 ``Set logging level to WARNING (#33314)``
================================================================================================= =========== ========================================================================================================
================================================================================================= =========== ==========================================================================================================

6.2.4
.....
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-microsoft-azure/index.rst
Expand Up @@ -121,7 +121,7 @@ PIP package Version required
``adal`` ``>=1.2.7``
``azure-storage-file-datalake`` ``>=12.9.1``
``azure-kusto-data`` ``>=4.1.0``
``azure-mgmt-containerinstance`` ``>=1.5.0,<2.0``
``azure-mgmt-containerinstance`` ``>=7.0.0,<9.0.0``
``azure-mgmt-datafactory`` ``>=1.0.0,<2.0``
================================ ==================

Expand Down

0 comments on commit 23174ef

Please sign in to comment.