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 dd6cef7889 Prepare ad hoc provider release for Docker, Cassandra,
Papermill (#28999)
dd6cef7889 is described below
commit dd6cef7889884bd15d4caca8aae61f3b73c29b1e
Author: eladkal <[email protected]>
AuthorDate: Mon Jan 23 14:54:12 2023 +0200
Prepare ad hoc provider release for Docker, Cassandra, Papermill (#28999)
---
airflow/providers/apache/cassandra/CHANGELOG.rst | 9 +++++++++
airflow/providers/apache/cassandra/provider.yaml | 1 +
airflow/providers/docker/CHANGELOG.rst | 18 ++++++++++--------
airflow/providers/docker/provider.yaml | 2 +-
airflow/providers/papermill/CHANGELOG.rst | 9 +++++++++
airflow/providers/papermill/provider.yaml | 1 +
.../commits.rst | 15 ++++++++++++++-
.../index.rst | 2 +-
docs/apache-airflow-providers-docker/commits.rst | 13 ++++++++-----
docs/apache-airflow-providers-docker/index.rst | 2 +-
docs/apache-airflow-providers-papermill/commits.rst | 14 +++++++++++++-
docs/apache-airflow-providers-papermill/index.rst | 2 +-
12 files changed, 69 insertions(+), 19 deletions(-)
diff --git a/airflow/providers/apache/cassandra/CHANGELOG.rst
b/airflow/providers/apache/cassandra/CHANGELOG.rst
index 51d14af93e..00f4b3632c 100644
--- a/airflow/providers/apache/cassandra/CHANGELOG.rst
+++ b/airflow/providers/apache/cassandra/CHANGELOG.rst
@@ -24,6 +24,15 @@
Changelog
---------
+3.1.1
+.....
+
+Misc
+~~~~
+
+* ``Limit dnspython to < 2.3.0 until eventlet incompatibitliy is solved
(#28962)``
+* ``Remove limit for dnspython after eventlet got fixed (#29004)``
+
3.1.0
.....
diff --git a/airflow/providers/apache/cassandra/provider.yaml
b/airflow/providers/apache/cassandra/provider.yaml
index 961bbd3679..2055bd6c60 100644
--- a/airflow/providers/apache/cassandra/provider.yaml
+++ b/airflow/providers/apache/cassandra/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Apache Cassandra <http://cassandra.apache.org/>`__.
versions:
+ - 3.1.1
- 3.1.0
- 3.0.0
- 2.1.3
diff --git a/airflow/providers/docker/CHANGELOG.rst
b/airflow/providers/docker/CHANGELOG.rst
index 93831e6140..4cf8bae119 100644
--- a/airflow/providers/docker/CHANGELOG.rst
+++ b/airflow/providers/docker/CHANGELOG.rst
@@ -24,17 +24,24 @@
Changelog
---------
-3.4.1
+3.5.0
.....
-Bug Fixes
-~~~~~~~~~
+Features
+~~~~~~~~
* ``Add correct widgets in Docker Hook (#28700)``
* ``Make docker operators always use 'DockerHook' for API calls (#28363)``
+* ``Skip DockerOperator task when it returns a provided exit code (#28996)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix label name for 'reauth' field in Docker Connection (#28974)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
+ * ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)``
3.4.0
.....
@@ -45,11 +52,6 @@ Features
* ``add hostname argument to DockerOperator (#27822)``
* ``Move min airflow version down for Docker Provider to 2.3.0 (#28648)``
-
-.. Below changes are excluded from the changelog. Move them to
- appropriate section above if needed. Do not delete the lines(!):
-
-
3.3.0
.....
diff --git a/airflow/providers/docker/provider.yaml
b/airflow/providers/docker/provider.yaml
index 2f5b3b2c33..560db294d1 100644
--- a/airflow/providers/docker/provider.yaml
+++ b/airflow/providers/docker/provider.yaml
@@ -22,7 +22,7 @@ description: |
`Docker <https://docs.docker.com/install/>`__
versions:
- - 3.4.1
+ - 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
diff --git a/airflow/providers/papermill/CHANGELOG.rst
b/airflow/providers/papermill/CHANGELOG.rst
index 56f7031005..e245ae7610 100644
--- a/airflow/providers/papermill/CHANGELOG.rst
+++ b/airflow/providers/papermill/CHANGELOG.rst
@@ -24,6 +24,15 @@
Changelog
---------
+3.1.1
+.....
+
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix rendering parameters in PapermillOperator (#28979)``
+
3.1.0
.....
diff --git a/airflow/providers/papermill/provider.yaml
b/airflow/providers/papermill/provider.yaml
index 966a171b50..afcfe41276 100644
--- a/airflow/providers/papermill/provider.yaml
+++ b/airflow/providers/papermill/provider.yaml
@@ -22,6 +22,7 @@ description: |
`Papermill <https://github.com/nteract/papermill>`__
versions:
+ - 3.1.1
- 3.1.0
- 3.0.0
- 2.2.3
diff --git a/docs/apache-airflow-providers-apache-cassandra/commits.rst
b/docs/apache-airflow-providers-apache-cassandra/commits.rst
index 3e3b8439e5..e16df52f42 100644
--- a/docs/apache-airflow-providers-apache-cassandra/commits.rst
+++ b/docs/apache-airflow-providers-apache-cassandra/commits.rst
@@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+3.1.1
+.....
+
+Latest change: 2023-01-18
+
+=================================================================================================
===========
================================================================================
+Commit
Committed Subject
+=================================================================================================
===========
================================================================================
+`eaf567545b
<https://github.com/apache/airflow/commit/eaf567545b3339c20d2e072fca1d9cdb08c0dec7>`_
2023-01-18 ``Remove limit for dnspython after eventlet got fixed (#29004)``
+`d169df70ec
<https://github.com/apache/airflow/commit/d169df70ec0d0dae7cb0e89929f0b4c47d019c50>`_
2023-01-15 ``Limit dnspython to < 2.3.0 until eventlet incompatibitliy is
solved (#28962)``
+=================================================================================================
===========
================================================================================
+
3.1.0
.....
-Latest change: 2022-10-24
+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)``
`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)``
`f8db64c35c
<https://github.com/apache/airflow/commit/f8db64c35c8589840591021a48901577cff39c07>`_
2022-09-28 ``Update docs for September Provider's release (#26731)``
diff --git a/docs/apache-airflow-providers-apache-cassandra/index.rst
b/docs/apache-airflow-providers-apache-cassandra/index.rst
index 2efd4abaf0..271ab61ba1 100644
--- a/docs/apache-airflow-providers-apache-cassandra/index.rst
+++ b/docs/apache-airflow-providers-apache-cassandra/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-apache-cassandra
`Apache Cassandra <http://cassandra.apache.org/>`__.
-Release: 3.1.0
+Release: 3.1.1
Provider package
----------------
diff --git a/docs/apache-airflow-providers-docker/commits.rst
b/docs/apache-airflow-providers-docker/commits.rst
index eae6eae3b2..aa5e82dbae 100644
--- a/docs/apache-airflow-providers-docker/commits.rst
+++ b/docs/apache-airflow-providers-docker/commits.rst
@@ -28,17 +28,20 @@ For high-level changelog, see :doc:`package information
including changelog <ind
-3.4.1
+3.5.0
.....
-Latest change: 2023-01-03
+Latest change: 2023-01-18
-=================================================================================================
===========
========================================================================
+=================================================================================================
===========
==========================================================================
Commit
Committed Subject
-=================================================================================================
===========
========================================================================
+=================================================================================================
===========
==========================================================================
+`3a7bfce601
<https://github.com/apache/airflow/commit/3a7bfce6017207218889b66976dbee1ed84292dc>`_
2023-01-18 ``Skip DockerOperator task when it returns a provided exit code
(#28996)``
+`cd637c223f
<https://github.com/apache/airflow/commit/cd637c223f93c4306743921e85777d2eff7ae54b>`_
2023-01-16 ``Fix label name for 'reauth' field in Docker Connection
(#28974)``
+`911b708ffd
<https://github.com/apache/airflow/commit/911b708ffddd4e7cb6aaeac84048291891eb0f1f>`_
2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers
(#28929)``
`af2c22a00a
<https://github.com/apache/airflow/commit/af2c22a00afdd9302cbcda1de63fc1804b2cd2e5>`_
2023-01-03 ``Add correct widgets in Docker Hook (#28700)``
`57a889de35
<https://github.com/apache/airflow/commit/57a889de357b269ae104b721e2a4bb78b929cea9>`_
2023-01-03 ``Make docker operators always use 'DockerHook' for API calls
(#28363)``
-=================================================================================================
===========
========================================================================
+=================================================================================================
===========
==========================================================================
3.4.0
.....
diff --git a/docs/apache-airflow-providers-docker/index.rst
b/docs/apache-airflow-providers-docker/index.rst
index 98f0a9a913..6bfc581fba 100644
--- a/docs/apache-airflow-providers-docker/index.rst
+++ b/docs/apache-airflow-providers-docker/index.rst
@@ -59,7 +59,7 @@ Package apache-airflow-providers-docker
`Docker <https://docs.docker.com/install/>`__
-Release: 3.4.1
+Release: 3.5.0
Provider package
----------------
diff --git a/docs/apache-airflow-providers-papermill/commits.rst
b/docs/apache-airflow-providers-papermill/commits.rst
index a6b3114e19..539d292d06 100644
--- a/docs/apache-airflow-providers-papermill/commits.rst
+++ b/docs/apache-airflow-providers-papermill/commits.rst
@@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+3.1.1
+.....
+
+Latest change: 2023-01-22
+
+=================================================================================================
=========== ==========================================================
+Commit
Committed Subject
+=================================================================================================
=========== ==========================================================
+`736f2e898a
<https://github.com/apache/airflow/commit/736f2e898a91d3f2cb3e9ca811c9833609f28c5a>`_
2023-01-22 ``Fix rendering parameters in PapermillOperator (#28979)``
+=================================================================================================
=========== ==========================================================
+
3.1.0
.....
-Latest change: 2022-10-24
+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)``
`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)``
`f8db64c35c
<https://github.com/apache/airflow/commit/f8db64c35c8589840591021a48901577cff39c07>`_
2022-09-28 ``Update docs for September Provider's release (#26731)``
diff --git a/docs/apache-airflow-providers-papermill/index.rst
b/docs/apache-airflow-providers-papermill/index.rst
index 7a7f39daec..89d82b917b 100644
--- a/docs/apache-airflow-providers-papermill/index.rst
+++ b/docs/apache-airflow-providers-papermill/index.rst
@@ -64,7 +64,7 @@ Package apache-airflow-providers-papermill
`Papermill <https://github.com/nteract/papermill>`__
-Release: 3.1.0
+Release: 3.1.1
Provider package
----------------