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 443df3b9c8 Prepare ad hoc providers release (#28327)
443df3b9c8 is described below
commit 443df3b9c8ef698e0204490c535f78c6c70276f3
Author: eladkal <[email protected]>
AuthorDate: Tue Dec 13 22:12:30 2022 +0200
Prepare ad hoc providers release (#28327)
* Prepare ad hoc providers release
This includes apache.hive and microsoft.azure
---
airflow/providers/apache/hive/CHANGELOG.rst | 8 ++++++++
airflow/providers/microsoft/azure/CHANGELOG.rst | 13 +++++++++++++
airflow/providers/microsoft/azure/provider.yaml | 1 +
docs/apache-airflow-providers-apache-hive/commits.rst | 15 ++++++++++++++-
docs/apache-airflow-providers-apache-hive/index.rst | 6 +++---
docs/apache-airflow-providers-microsoft-azure/commits.rst | 14 +++++++++++++-
docs/apache-airflow-providers-microsoft-azure/index.rst | 6 +++---
7 files changed, 55 insertions(+), 8 deletions(-)
diff --git a/airflow/providers/apache/hive/CHANGELOG.rst
b/airflow/providers/apache/hive/CHANGELOG.rst
index 7086ab4a06..9a74537b6c 100644
--- a/airflow/providers/apache/hive/CHANGELOG.rst
+++ b/airflow/providers/apache/hive/CHANGELOG.rst
@@ -33,6 +33,14 @@ Breaking changes
The ``hive_cli_params`` from connection were moved to the Hook. If you have
extra parameters defined in your
connections as ``hive_cli_params`` extra, you should move them to the DAG
where your HiveOperator is used.
+* ``Move hive_cli_params to hook parameters (#28101)``
+
+Features
+~~~~~~~~
+
+* ``Improve filtering for invalid schemas in Hive hook (#27808)``
+
+
4.1.1
.....
diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst
b/airflow/providers/microsoft/azure/CHANGELOG.rst
index 5bfd784cc8..54a71b6596 100644
--- a/airflow/providers/microsoft/azure/CHANGELOG.rst
+++ b/airflow/providers/microsoft/azure/CHANGELOG.rst
@@ -24,6 +24,19 @@
Changelog
---------
+5.0.1
+.....
+
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Make arguments 'offset' and 'length' not required (#28234)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
+
5.0.0
.....
diff --git a/airflow/providers/microsoft/azure/provider.yaml
b/airflow/providers/microsoft/azure/provider.yaml
index 7d8341f77f..43929ea747 100644
--- a/airflow/providers/microsoft/azure/provider.yaml
+++ b/airflow/providers/microsoft/azure/provider.yaml
@@ -21,6 +21,7 @@ name: Microsoft Azure
description: |
`Microsoft Azure <https://azure.microsoft.com/>`__
versions:
+ - 5.0.1
- 5.0.0
- 4.3.0
- 4.2.0
diff --git a/docs/apache-airflow-providers-apache-hive/commits.rst
b/docs/apache-airflow-providers-apache-hive/commits.rst
index 8ab8d54a4e..bf9912540e 100644
--- a/docs/apache-airflow-providers-apache-hive/commits.rst
+++ b/docs/apache-airflow-providers-apache-hive/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+5.0.0
+.....
+
+Latest change: 2022-12-06
+
+=================================================================================================
=========== ===============================================================
+Commit
Committed Subject
+=================================================================================================
=========== ===============================================================
+`5f8481c799
<https://github.com/apache/airflow/commit/5f8481c799ea6bd742a5ccc194b2ff8dbe01eab5>`_
2022-12-06 ``Move hive_cli_params to hook parameters (#28101)``
+`2d45f9d6c3
<https://github.com/apache/airflow/commit/2d45f9d6c30aabebce3449eae9f152ba6d2306e2>`_
2022-11-27 ``Improve filtering for invalid schemas in Hive hook (#27808)``
+=================================================================================================
=========== ===============================================================
+
4.1.1
.....
-Latest change: 2022-11-24
+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)``
`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-apache-hive/index.rst
b/docs/apache-airflow-providers-apache-hive/index.rst
index 2203e3321a..be8089d9b2 100644
--- a/docs/apache-airflow-providers-apache-hive/index.rst
+++ b/docs/apache-airflow-providers-apache-hive/index.rst
@@ -65,7 +65,7 @@ Package apache-airflow-providers-apache-hive
`Apache Hive <https://hive.apache.org/>`__
-Release: 4.1.1
+Release: 5.0.0
Provider package
----------------
@@ -126,7 +126,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-apache-hive 4.1.1 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-4.1.1.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-4.1.1.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-4.1.1.tar.gz.sha512>`__)
-* `The apache-airflow-providers-apache-hive 4.1.1 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-4.1.1-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-4.1.1-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-4.1.1-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-apache-hive 5.0.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-5.0.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-5.0.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-apache-hive-5.0.0.tar.gz.sha512>`__)
+* `The apache-airflow-providers-apache-hive 5.0.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-5.0.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-5.0.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-5.0.0-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/apache/hive/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst
b/docs/apache-airflow-providers-microsoft-azure/commits.rst
index a368cef1c5..087b12a89e 100644
--- a/docs/apache-airflow-providers-microsoft-azure/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+5.0.1
+.....
+
+Latest change: 2022-12-09
+
+=================================================================================================
=========== ==============================================================
+Commit
Committed Subject
+=================================================================================================
=========== ==============================================================
+`7e776db254
<https://github.com/apache/airflow/commit/7e776db254953076e932ed2183e1ed49a5ca20a6>`_
2022-12-09 ``Make arguments 'offset' and 'length' not required (#28234)``
+=================================================================================================
=========== ==============================================================
+
5.0.0
.....
-Latest change: 2022-11-10
+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)``
`547e6e80f3
<https://github.com/apache/airflow/commit/547e6e80f342ee6ed454732477700a85cfa4df8b>`_
2022-11-10 ``Fix Azure Batch errors revealed by added typing to azure batch
lib (#27601)``
`a50195d617
<https://github.com/apache/airflow/commit/a50195d617ca7c85d56b1c138f46451bc7599618>`_
2022-11-07 ``Add azure, google, authentication library limits to eaager
upgrade (#27535)``
`5cd78cf425
<https://github.com/apache/airflow/commit/5cd78cf425f6fedc380662ec9a9e37be51403ccb>`_
2022-11-06 ``Upgrade dependencies in order to avoid backtracking (#27531)``
diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst
b/docs/apache-airflow-providers-microsoft-azure/index.rst
index 9405f476aa..b492562c72 100644
--- a/docs/apache-airflow-providers-microsoft-azure/index.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/index.rst
@@ -67,7 +67,7 @@ Package apache-airflow-providers-microsoft-azure
`Microsoft Azure <https://azure.microsoft.com/>`__
-Release: 5.0.0
+Release: 5.0.1
Provider package
----------------
@@ -134,7 +134,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-microsoft-azure 5.0.0 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.0.0.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.0.0.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.0.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-microsoft-azure 5.0.0 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.0.0-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.0.0-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.0.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 5.0.1 sdist package
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.0.1.tar.gz>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.0.1.tar.gz.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache-airflow-providers-microsoft-azure-5.0.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-microsoft-azure 5.0.1 wheel package
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.0.1-py3-none-any.whl>`_
(`asc
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.0.1-py3-none-any.whl.asc>`__,
`sha512
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-5.0.1-py3-none-any.whl.sha512>`__)
.. include:: ../../airflow/providers/microsoft/azure/CHANGELOG.rst