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 fd5d657 Update release notes for 3 extra providers released (#18018)
fd5d657 is described below
commit fd5d65751ca026d2b5f0ec1e4d9ce1b1e09e5b22
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Sep 3 22:55:44 2021 +0200
Update release notes for 3 extra providers released (#18018)
We are releasing out-of-bands providers now:
* Hashicorp - due to bug found in previous version
* Celery - due to change in Celery dependency
* Microsoft PSRP - due to bug found and fixed after relesing first
version
---
airflow/providers/celery/CHANGELOG.rst | 11 +++++++++++
airflow/providers/celery/provider.yaml | 2 ++
airflow/providers/hashicorp/CHANGELOG.rst | 7 +++++++
airflow/providers/microsoft/psrp/CHANGELOG.rst | 11 +++++++++++
airflow/providers/microsoft/psrp/provider.yaml | 1 +
docs/apache-airflow-providers-celery/commits.rst | 3 ++-
docs/apache-airflow-providers-celery/index.rst | 9 ++++-----
docs/apache-airflow-providers-hashicorp/commits.rst | 5 ++++-
docs/apache-airflow-providers-microsoft-psrp/commits.rst | 11 +++++++++++
docs/apache-airflow-providers-microsoft-psrp/index.rst | 2 +-
10 files changed, 54 insertions(+), 8 deletions(-)
diff --git a/airflow/providers/celery/CHANGELOG.rst
b/airflow/providers/celery/CHANGELOG.rst
index 16c11e0..9e9908e 100644
--- a/airflow/providers/celery/CHANGELOG.rst
+++ b/airflow/providers/celery/CHANGELOG.rst
@@ -19,6 +19,17 @@
Changelog
---------
+2.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``The celery provider is converted to work with Celery 5 following airflow
2.2.0 change of Celery version``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
2.0.0
.....
diff --git a/airflow/providers/celery/provider.yaml
b/airflow/providers/celery/provider.yaml
index 076cc53..d594053 100644
--- a/airflow/providers/celery/provider.yaml
+++ b/airflow/providers/celery/provider.yaml
@@ -22,12 +22,14 @@ description: |
`Celery <http://www.celeryproject.org/>`__
versions:
+ - 2.1.0
- 2.0.0
- 1.0.1
- 1.0.0
additional-dependencies:
- apache-airflow>=2.1.0
+ - celery~=5.1,>=5.1.2
integrations:
- integration-name: Celery
diff --git a/airflow/providers/hashicorp/CHANGELOG.rst
b/airflow/providers/hashicorp/CHANGELOG.rst
index 35c92ca..3fd952a 100644
--- a/airflow/providers/hashicorp/CHANGELOG.rst
+++ b/airflow/providers/hashicorp/CHANGELOG.rst
@@ -22,9 +22,15 @@ Changelog
2.1.0
.....
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix instantiating Vault Secret Backend during configuration (#17935)``
+
Features
~~~~~~~~
+* ``Invalidate Vault cached prop when not authenticated (#17387)``
* ``Enable Connection creation from Vault parameters (#15013)``
Misc
@@ -41,6 +47,7 @@ Misc
* ``Prepares docs for Rc2 release of July providers (#17116)``
* ``Prepare documentation for July release of providers. (#17015)``
* ``Removes pylint from our toolchain (#16682)``
+ * ``Add August 2021 Provider's documentation (#17890)``
2.0.0
.....
diff --git a/airflow/providers/microsoft/psrp/CHANGELOG.rst
b/airflow/providers/microsoft/psrp/CHANGELOG.rst
index cef7dda..4e6336a 100644
--- a/airflow/providers/microsoft/psrp/CHANGELOG.rst
+++ b/airflow/providers/microsoft/psrp/CHANGELOG.rst
@@ -19,6 +19,17 @@
Changelog
---------
+1.0.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix unexpected bug in exiting hook context manager (#18014)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
1.0.0
.....
diff --git a/airflow/providers/microsoft/psrp/provider.yaml
b/airflow/providers/microsoft/psrp/provider.yaml
index 90c6e0d..d60b3cd 100644
--- a/airflow/providers/microsoft/psrp/provider.yaml
+++ b/airflow/providers/microsoft/psrp/provider.yaml
@@ -23,6 +23,7 @@ description: |
<https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-psrp/>`__
versions:
+ - 1.0.1
- 1.0.0
additional-dependencies:
diff --git a/docs/apache-airflow-providers-celery/commits.rst
b/docs/apache-airflow-providers-celery/commits.rst
index 75b8add..b5df643 100644
--- a/docs/apache-airflow-providers-celery/commits.rst
+++ b/docs/apache-airflow-providers-celery/commits.rst
@@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information
including changelog <ind
2.0.0
.....
-Latest change: 2021-06-16
+Latest change: 2021-06-18
================================================================================================
===========
=======================================================================
Commit
Committed Subject
================================================================================================
===========
=======================================================================
+`bbc627a3d
<https://github.com/apache/airflow/commit/bbc627a3dab17ba4cf920dd1a26dbed6f5cebfd1>`_
2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)``
`cbf8001d7
<https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_
2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)``
`1fba5402b
<https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_
2021-06-15 ``More documentation update for June providers release (#16405)``
`9c94b72d4
<https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_
2021-06-07 ``Updated documentation for June 2021 provider release (#16294)``
diff --git a/docs/apache-airflow-providers-celery/index.rst
b/docs/apache-airflow-providers-celery/index.rst
index df7e6da..6efe440 100644
--- a/docs/apache-airflow-providers-celery/index.rst
+++ b/docs/apache-airflow-providers-celery/index.rst
@@ -29,7 +29,7 @@ Content
Python API <_api/airflow/providers/celery/index>
PyPI Repository <https://pypi.org/project/apache-airflow-providers-celery/>
-.. THE REMINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN
AT RELEASE TIME!
+.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE
OVERWRITTEN AT RELEASE TIME!
.. toctree::
@@ -45,7 +45,7 @@ Package apache-airflow-providers-celery
`Celery <http://www.celeryproject.org/>`__
-Release: 2.0.0
+Release: 2.1.0
Provider package
----------------
@@ -66,9 +66,8 @@ PIP requirements
PIP package Version required
================== ==================
``apache-airflow`` ``>=2.1.0``
-``celery`` ``~=4.4.2``
-``flower`` ``>=0.7.3, <1.0``
-``vine`` ``~=1.3``
+``celery`` ``~=5.1,>=5.1.2``
+``flower`` ``~=1.0.0``
================== ==================
.. include:: ../../airflow/providers/celery/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-hashicorp/commits.rst
b/docs/apache-airflow-providers-hashicorp/commits.rst
index b061685..a044b8c 100644
--- a/docs/apache-airflow-providers-hashicorp/commits.rst
+++ b/docs/apache-airflow-providers-hashicorp/commits.rst
@@ -31,11 +31,14 @@ For high-level changelog, see :doc:`package information
including changelog <ind
2.1.0
.....
-Latest change: 2021-08-23
+Latest change: 2021-09-01
================================================================================================
===========
============================================================================
Commit
Committed Subject
================================================================================================
===========
============================================================================
+`16b47cecf
<https://github.com/apache/airflow/commit/16b47cecfb5cf88b0176a59589cbd77e0eaccfd3>`_
2021-09-01 ``Invalidate Vault cached prop when not authenticated (#17387)``
+`a29503e1b
<https://github.com/apache/airflow/commit/a29503e1baf7534c85ebf6685ba91003051c1cea>`_
2021-08-31 ``Fix instantiating Vault Secret Backend during configuration
(#17935)``
+`0a6858847
<https://github.com/apache/airflow/commit/0a68588479e34cf175d744ea77b283d9d78ea71a>`_
2021-08-30 ``Add August 2021 Provider's documentation (#17890)``
`be75dcd39
<https://github.com/apache/airflow/commit/be75dcd39cd10264048c86e74110365bd5daf8b7>`_
2021-08-23 ``Update description about the new ''connection-types'' provider
meta-data``
`6301faa38
<https://github.com/apache/airflow/commit/6301faa3888371ef361e704844f36d9bf768f731>`_
2021-08-23 ``Enable Connection creation from Vault parameters (#15013)``
`76ed2a49c
<https://github.com/apache/airflow/commit/76ed2a49c6cd285bf59706cf04f39a7444c382c9>`_
2021-08-19 ``Import Hooks lazily individually in providers manager
(#17682)``
diff --git a/docs/apache-airflow-providers-microsoft-psrp/commits.rst
b/docs/apache-airflow-providers-microsoft-psrp/commits.rst
index d8bea8f..2205d95 100644
--- a/docs/apache-airflow-providers-microsoft-psrp/commits.rst
+++ b/docs/apache-airflow-providers-microsoft-psrp/commits.rst
@@ -29,6 +29,17 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+1.0.1
+.....
+
+Latest change: 2021-09-03
+
+================================================================================================
=========== ===============================================================
+Commit
Committed Subject
+================================================================================================
=========== ===============================================================
+`9c644194e
<https://github.com/apache/airflow/commit/9c644194ed6bc6a3a065b72ea7cf89c02d1c5275>`_
2021-09-03 ``Fix unexpected bug in exiting hook context manager (#18014)``
+================================================================================================
=========== ===============================================================
+
1.0.0
.....
diff --git a/docs/apache-airflow-providers-microsoft-psrp/index.rst
b/docs/apache-airflow-providers-microsoft-psrp/index.rst
index fb7cfd1..c75907a 100644
--- a/docs/apache-airflow-providers-microsoft-psrp/index.rst
+++ b/docs/apache-airflow-providers-microsoft-psrp/index.rst
@@ -51,7 +51,7 @@ Package apache-airflow-providers-microsoft-psrp
<https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-psrp/>`__
-Release: 1.0.0
+Release: 1.0.1
Provider package
----------------