This is an automated email from the ASF dual-hosted git repository.

potiuk 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 e9a9ae6540 Update documentation for ad-hoc provider releases in 
December (#28031)
e9a9ae6540 is described below

commit e9a9ae6540339bad8b228c81d0a9ea37ce3b469e
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Dec 1 15:26:14 2022 +0100

    Update documentation for ad-hoc provider releases in December (#28031)
---
 airflow/providers/exasol/CHANGELOG.rst             | 12 +++++
 airflow/providers/exasol/provider.yaml             |  1 +
 airflow/providers/snowflake/CHANGELOG.rst          | 62 ++++++++++++----------
 airflow/providers/snowflake/provider.yaml          |  1 +
 airflow/providers/zendesk/CHANGELOG.rst            |  8 +++
 airflow/providers/zendesk/provider.yaml            |  1 +
 docs/apache-airflow-providers-exasol/commits.rst   | 13 +++++
 docs/apache-airflow-providers-exasol/index.rst     |  6 +--
 .../apache-airflow-providers-snowflake/commits.rst | 13 +++++
 docs/apache-airflow-providers-snowflake/index.rst  |  6 +--
 docs/apache-airflow-providers-zendesk/commits.rst  | 14 ++++-
 docs/apache-airflow-providers-zendesk/index.rst    |  2 +-
 12 files changed, 104 insertions(+), 35 deletions(-)

diff --git a/airflow/providers/exasol/CHANGELOG.rst 
b/airflow/providers/exasol/CHANGELOG.rst
index 4ed1525175..952e22d4d2 100644
--- a/airflow/providers/exasol/CHANGELOG.rst
+++ b/airflow/providers/exasol/CHANGELOG.rst
@@ -24,6 +24,18 @@
 Changelog
 ---------
 
+4.1.2
+.....
+
+Features
+~~~~~~~~
+
+* ``Update Exasol to common DBApiHook semantics and add tests (#28009)``
+
+
+* ``Fix wrapping of run() method result of exasol and snoflake DB hooks 
(#27997)``
+
+
 4.1.1
 .....
 
diff --git a/airflow/providers/exasol/provider.yaml 
b/airflow/providers/exasol/provider.yaml
index 1266744887..bc2e546ab4 100644
--- a/airflow/providers/exasol/provider.yaml
+++ b/airflow/providers/exasol/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Exasol <https://docs.exasol.com/home.htm>`__
 
 versions:
+  - 4.1.2
   - 4.1.1
   - 4.1.0
   - 4.0.1
diff --git a/airflow/providers/snowflake/CHANGELOG.rst 
b/airflow/providers/snowflake/CHANGELOG.rst
index e237e822da..80fc99b79d 100644
--- a/airflow/providers/snowflake/CHANGELOG.rst
+++ b/airflow/providers/snowflake/CHANGELOG.rst
@@ -24,39 +24,16 @@
 Changelog
 ---------
 
-4.0.1
+4.0.2
 .....
 
-.. warning::
-
-    This version is yanked, as it contained problems when interacting with 
common.sql provider. Please install
-    a version released afterwards.
-
-Bug Fixes
-~~~~~~~~~
-
-* ``Fix errors in Databricks SQL operator introduced when refactoring 
(#27854)``
-* ``Bump common.sql provider to 1.3.1 (#27888)``
-* ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)``
-
-.. Below changes are excluded from the changelog. Move them to
-   appropriate section above if needed. Do not delete the lines(!):
-   * ``Prepare for follow-up release for November providers (#27774)``
-
-4.0.0
-.....
-
-.. warning::
+Breaking changes
+~~~~~~~~~~~~~~~~
 
-    This version is yanked, as it contained problems when interacting with 
common.sql provider. Please install
-    a version released afterwards.
 
 This release of provider is only available for Airflow 2.3+ as explained in the
 `Apache Airflow providers support policy 
<https://github.com/apache/airflow/blob/main/README.md#support-for-providers>`_.
 
-Breaking changes
-~~~~~~~~~~~~~~~~
-
 The ``SnowflakeHook`` is now conforming to the same semantics as all the other 
``DBApiHook``
 implementations and returns the same kind of response in its ``run`` method. 
Previously (pre 4.* versions
 of the provider, the Hook returned Dictionary of ``{ "column": "value" ... }`` 
which was not compatible
@@ -81,9 +58,40 @@ should continue working without any change.
 In SnowflakeHook, if both ``extra__snowflake__foo`` and ``foo`` existed in 
connection extra
 dict, the prefixed version would be used; now, the non-prefixed version will 
be preferred.
 
+The ``4.0.0`` and ``4.0.1`` versions have been broken and yanked, so the 4.0.2 
is the first change from the
+``4.*`` line that should be used.
 
-* ``Update snowflake hook to not use extra prefix (#26764)``
+* ``Fix wrapping of run() method result of exasol and snowflake DB hooks 
(#27997)``
+* ``Make Snowflake Hook conform to semantics of DBApi (#28006)``
 
+4.0.1
+.....
+
+.. warning::
+
+    This version is yanked, as it contained problems when interacting with 
common.sql provider. Please install
+    a version released afterwards.
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix errors in Databricks SQL operator introduced when refactoring 
(#27854)``
+* ``Bump common.sql provider to 1.3.1 (#27888)``
+* ``Fixing the behaviours of SQL Hooks and Operators finally (#27912)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Prepare for follow-up release for November providers (#27774)``
+
+4.0.0
+.....
+
+.. warning::
+
+    This version is yanked, as it contained problems when interacting with 
common.sql provider. Please install
+    a version released afterwards.
+
+* ``Update snowflake hook to not use extra prefix (#26764)``
 
 Misc
 ~~~~
diff --git a/airflow/providers/snowflake/provider.yaml 
b/airflow/providers/snowflake/provider.yaml
index bef24eeb32..ecf39194b9 100644
--- a/airflow/providers/snowflake/provider.yaml
+++ b/airflow/providers/snowflake/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Snowflake <https://www.snowflake.com/>`__
 
 versions:
+  - 4.0.2
   - 4.0.1
   - 4.0.0
   - 3.3.0
diff --git a/airflow/providers/zendesk/CHANGELOG.rst 
b/airflow/providers/zendesk/CHANGELOG.rst
index 8176819605..e0afb8f8fb 100644
--- a/airflow/providers/zendesk/CHANGELOG.rst
+++ b/airflow/providers/zendesk/CHANGELOG.rst
@@ -24,6 +24,14 @@
 Changelog
 ---------
 
+4.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add Zendesk connection type (#27984)``
+
 4.1.0
 .....
 
diff --git a/airflow/providers/zendesk/provider.yaml 
b/airflow/providers/zendesk/provider.yaml
index 86d33c20f7..95d53cc759 100644
--- a/airflow/providers/zendesk/provider.yaml
+++ b/airflow/providers/zendesk/provider.yaml
@@ -22,6 +22,7 @@ description: |
     `Zendesk <https://www.zendesk.com/>`__
 
 versions:
+  - 4.2.0
   - 4.1.0
   - 4.0.0
   - 3.0.3
diff --git a/docs/apache-airflow-providers-exasol/commits.rst 
b/docs/apache-airflow-providers-exasol/commits.rst
index b7a26cd8ce..5ec082d720 100644
--- a/docs/apache-airflow-providers-exasol/commits.rst
+++ b/docs/apache-airflow-providers-exasol/commits.rst
@@ -28,6 +28,18 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+4.1.2
+.....
+
+Latest change: 2022-11-30
+
+=================================================================================================
  ===========  
================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
================================================================================
+`430e930902 
<https://github.com/apache/airflow/commit/430e930902792fc37cdd2c517783f7dd544fbebf>`_
  2022-11-30   ``Update Exasol to common DBApiHook semantics and add tests 
(#28009)``
+`2e7a4bcb55 
<https://github.com/apache/airflow/commit/2e7a4bcb550538283f28550208b01515d348fb51>`_
  2022-11-30   ``Fix wrapping of run() method result of exasol and snoflake DB 
hooks (#27997)``
+=================================================================================================
  ===========  
================================================================================
+
 4.1.1
 .....
 
@@ -36,6 +48,7 @@ Latest change: 2022-11-26
 
=================================================================================================
  ===========  
==============================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
==============================================================================
+`25bdbc8e67 
<https://github.com/apache/airflow/commit/25bdbc8e6768712bad6043618242eec9c6632618>`_
  2022-11-26   ``Updated docs for RC3 wave of providers (#27937)``
 `db5375bea7 
<https://github.com/apache/airflow/commit/db5375bea7a0564c12f56c91e1c8c7b6c049698c>`_
  2022-11-26   ``Fixing the behaviours of SQL Hooks and Operators finally 
(#27912)``
 `2e20e9f7eb 
<https://github.com/apache/airflow/commit/2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2>`_
  2022-11-24   ``Prepare for follow-up relase for November providers (#27774)``
 `80c327bd3b 
<https://github.com/apache/airflow/commit/80c327bd3b45807ff2e38d532325bccd6fe0ede0>`_
  2022-11-24   ``Bump common.sql provider to 1.3.1 (#27888)``
diff --git a/docs/apache-airflow-providers-exasol/index.rst 
b/docs/apache-airflow-providers-exasol/index.rst
index 700fb5d939..2d04c6f807 100644
--- a/docs/apache-airflow-providers-exasol/index.rst
+++ b/docs/apache-airflow-providers-exasol/index.rst
@@ -51,7 +51,7 @@ Package apache-airflow-providers-exasol
 `Exasol <https://docs.exasol.com/home.htm>`__
 
 
-Release: 4.1.1
+Release: 4.1.2
 
 Provider package
 ----------------
@@ -103,7 +103,7 @@ Downloading official packages
 You can download officially released packages and verify their checksums and 
signatures from the
 `Official Apache Download site 
<https://downloads.apache.org/airflow/providers/>`_
 
-* `The apache-airflow-providers-exasol 4.1.1 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-exasol-4.1.1.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-exasol-4.1.1.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-exasol-4.1.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-exasol 4.1.1 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.1.1-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.1.1-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.1.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-exasol 4.1.2 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-exasol-4.1.2.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-exasol-4.1.2.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-exasol-4.1.2.tar.gz.sha512>`__)
+* `The apache-airflow-providers-exasol 4.1.2 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.1.2-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.1.2-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.1.2-py3-none-any.whl.sha512>`__)
 
 .. include:: ../../airflow/providers/exasol/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-snowflake/commits.rst 
b/docs/apache-airflow-providers-snowflake/commits.rst
index 7d5d673531..f9da153019 100644
--- a/docs/apache-airflow-providers-snowflake/commits.rst
+++ b/docs/apache-airflow-providers-snowflake/commits.rst
@@ -28,6 +28,18 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+4.0.2
+.....
+
+Latest change: 2022-12-01
+
+=================================================================================================
  ===========  
================================================================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  
================================================================================
+`d9cefcd0c5 
<https://github.com/apache/airflow/commit/d9cefcd0c50a1cce1c3c8e9ecb99cfacde5eafbf>`_
  2022-12-01   ``Make Snowflake Hook conform to semantics of DBApi (#28006)``
+`2e7a4bcb55 
<https://github.com/apache/airflow/commit/2e7a4bcb550538283f28550208b01515d348fb51>`_
  2022-11-30   ``Fix wrapping of run() method result of exasol and snoflake DB 
hooks (#27997)``
+=================================================================================================
  ===========  
================================================================================
+
 4.0.1
 .....
 
@@ -36,6 +48,7 @@ Latest change: 2022-11-26
 
=================================================================================================
  ===========  
==============================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
==============================================================================
+`25bdbc8e67 
<https://github.com/apache/airflow/commit/25bdbc8e6768712bad6043618242eec9c6632618>`_
  2022-11-26   ``Updated docs for RC3 wave of providers (#27937)``
 `db5375bea7 
<https://github.com/apache/airflow/commit/db5375bea7a0564c12f56c91e1c8c7b6c049698c>`_
  2022-11-26   ``Fixing the behaviours of SQL Hooks and Operators finally 
(#27912)``
 `2e20e9f7eb 
<https://github.com/apache/airflow/commit/2e20e9f7ebf5f43bf27069f4c0063cdd72e6b2e2>`_
  2022-11-24   ``Prepare for follow-up relase for November providers (#27774)``
 `80c327bd3b 
<https://github.com/apache/airflow/commit/80c327bd3b45807ff2e38d532325bccd6fe0ede0>`_
  2022-11-24   ``Bump common.sql provider to 1.3.1 (#27888)``
diff --git a/docs/apache-airflow-providers-snowflake/index.rst 
b/docs/apache-airflow-providers-snowflake/index.rst
index 22f902e5bd..4ff166c55c 100644
--- a/docs/apache-airflow-providers-snowflake/index.rst
+++ b/docs/apache-airflow-providers-snowflake/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-snowflake
 `Snowflake <https://www.snowflake.com/>`__
 
 
-Release: 4.0.1
+Release: 4.0.2
 
 Provider package
 ----------------
@@ -118,7 +118,7 @@ Downloading official packages
 You can download officially released packages and verify their checksums and 
signatures from the
 `Official Apache Download site 
<https://downloads.apache.org/airflow/providers/>`_
 
-* `The apache-airflow-providers-snowflake 4.0.1 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.0.1.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.0.1.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.0.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-snowflake 4.0.1 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.0.1-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.0.1-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.0.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-snowflake 4.0.2 sdist package 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.0.2.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.0.2.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-snowflake-4.0.2.tar.gz.sha512>`__)
+* `The apache-airflow-providers-snowflake 4.0.2 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.0.2-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.0.2-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-4.0.2-py3-none-any.whl.sha512>`__)
 
 .. include:: ../../airflow/providers/snowflake/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-zendesk/commits.rst 
b/docs/apache-airflow-providers-zendesk/commits.rst
index d35a8d4e21..eebe807d45 100644
--- a/docs/apache-airflow-providers-zendesk/commits.rst
+++ b/docs/apache-airflow-providers-zendesk/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+4.2.0
+.....
+
+Latest change: 2022-11-29
+
+=================================================================================================
  ===========  ========================================
+Commit                                                                         
                    Committed    Subject
+=================================================================================================
  ===========  ========================================
+`6a5f723c29 
<https://github.com/apache/airflow/commit/6a5f723c29571519b669efc2b6350eed8b372316>`_
  2022-11-29   ``Add Zendesk connection type (#27984)``
+=================================================================================================
  ===========  ========================================
+
 4.1.0
 .....
 
-Latest change: 2022-10-29
+Latest change: 2022-11-15
 
 
=================================================================================================
  ===========  
====================================================================================
 Commit                                                                         
                    Committed    Subject
 
=================================================================================================
  ===========  
====================================================================================
+`12c3c39d1a 
<https://github.com/apache/airflow/commit/12c3c39d1a816c99c626fe4c650e88cf7b1cc1bc>`_
  2022-11-15   ``pRepare docs for November 2022 wave of Providers (#27613)``
 `6a21097c07 
<https://github.com/apache/airflow/commit/6a21097c07f7154c9ff7f0a9213143dd680d10ed>`_
  2022-10-29   ``fix zendesk change log (#27363)``
 `78b8ea2f22 
<https://github.com/apache/airflow/commit/78b8ea2f22239db3ef9976301234a66e50b47a94>`_
  2022-10-24   ``Move min airflow version to 2.3.0 for all providers (#27196)``
 `2a34dc9e84 
<https://github.com/apache/airflow/commit/2a34dc9e8470285b0ed2db71109ef4265e29688b>`_
  2022-10-23   ``Enable string normalization in python formatting - providers 
(#27205)``
diff --git a/docs/apache-airflow-providers-zendesk/index.rst 
b/docs/apache-airflow-providers-zendesk/index.rst
index e82d3e233a..9f39536f26 100644
--- a/docs/apache-airflow-providers-zendesk/index.rst
+++ b/docs/apache-airflow-providers-zendesk/index.rst
@@ -58,7 +58,7 @@ Package apache-airflow-providers-zendesk
 `Zendesk <https://www.zendesk.com/>`__
 
 
-Release: 4.1.0
+Release: 4.2.0
 
 Provider package
 ----------------

Reply via email to