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

jedcunningham pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 910a618bdec531ee901a4fec59b50155db9efc17
Author: Jed Cunningham <[email protected]>
AuthorDate: Thu Mar 6 11:49:48 2025 -0700

    Bump openlineage provider version to 2.1.1
---
 providers/openlineage/README.rst                   |  6 +++---
 providers/openlineage/docs/changelog.rst           | 24 ++++++++++++++++++++++
 providers/openlineage/docs/commits.rst             | 21 +++++++++++++++++++
 providers/openlineage/docs/index.rst               |  6 +++---
 providers/openlineage/provider.yaml                |  3 ++-
 providers/openlineage/pyproject.toml               |  6 +++---
 .../src/airflow/providers/openlineage/__init__.py  |  2 +-
 .../providers/openlineage/get_provider_info.py     |  3 ++-
 8 files changed, 59 insertions(+), 12 deletions(-)

diff --git a/providers/openlineage/README.rst b/providers/openlineage/README.rst
index 211c2d8ae52..58dc50ffcfd 100644
--- a/providers/openlineage/README.rst
+++ b/providers/openlineage/README.rst
@@ -23,7 +23,7 @@
 
 Package ``apache-airflow-providers-openlineage``
 
-Release: ``2.1.0``
+Release: ``2.1.1``
 
 
 `OpenLineage <https://openlineage.io/>`__
@@ -36,7 +36,7 @@ This is a provider package for ``openlineage`` provider. All 
classes for this pr
 are in ``airflow.providers.openlineage`` python package.
 
 You can find package information and changelog for the provider
-in the `documentation 
<https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.1.0/>`_.
+in the `documentation 
<https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.1.1/>`_.
 
 Installation
 ------------
@@ -83,4 +83,4 @@ Dependent package
 
==================================================================================================================
  =================
 
 The changelog for the provider package can be found in the
-`changelog 
<https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.1.0/changelog.html>`_.
+`changelog 
<https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.1.1/changelog.html>`_.
diff --git a/providers/openlineage/docs/changelog.rst 
b/providers/openlineage/docs/changelog.rst
index 9e54ccb7c3d..127bcec91be 100644
--- a/providers/openlineage/docs/changelog.rst
+++ b/providers/openlineage/docs/changelog.rst
@@ -26,6 +26,30 @@
 Changelog
 ---------
 
+2.1.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``revert removing 'external_trigger' from OpenLineage provider (#47383)``
+* ``fix: OpenLineage serialization of dataset timetables for Airflow 2.9 
(#47150)``
+* ``Runtime context shouldn't have start_date as a key (#46961)``
+
+Misc
+~~~~
+
+* ``Implement stale dag bundle cleanup (#46503)``
+* ``Replace 'external_trigger' check with DagRunType (#45961)``
+* ``Upgrade flit to 3.11.0 (#46938)``
+
+.. Below changes are excluded from the changelog. Move them to
+   appropriate section above if needed. Do not delete the lines(!):
+   * ``Move tests_common package to devel-common project (#47281)``
+   * ``Improve documentation for updating provider dependencies (#47203)``
+   * ``Add legacy namespace packages to airflow.providers (#47064)``
+   * ``Remove extra whitespace in provider readme template (#46975)``
+
 2.1.0
 .....
 
diff --git a/providers/openlineage/docs/commits.rst 
b/providers/openlineage/docs/commits.rst
index 3d6a0f83d4c..bdd1bcfc866 100644
--- a/providers/openlineage/docs/commits.rst
+++ b/providers/openlineage/docs/commits.rst
@@ -34,6 +34,26 @@ For high-level changelog, see :doc:`package information 
including changelog <ind
 
 
 
+2.1.1
+.....
+
+Latest change: 2025-03-06
+
+==================================================================================================
  ===========  
=================================================================================
+Commit                                                                         
                     Committed    Subject
+==================================================================================================
  ===========  
=================================================================================
+`fca1c3020e 
<https://github.com/apache/airflow/commit/fca1c3020edb82798ff72014158072c3676ea306>`__
  2025-03-06   ``revert removing 'external_trigger' from OpenLineage provider 
(#47383)``
+`e4002c3305 
<https://github.com/apache/airflow/commit/e4002c3305a757f5926f96c996e701e8f998a042>`__
  2025-03-05   ``Move tests_common package to devel-common project (#47281)``
+`57986c0f24 
<https://github.com/apache/airflow/commit/57986c0f24769d92a092cf588c7f4890b23c4a08>`__
  2025-03-02   ``fix: OpenLineage serialization of dataset timetables for 
Airflow 2.9 (#47150)``
+`10da1a02f3 
<https://github.com/apache/airflow/commit/10da1a02f30713e1a29a34f881334b25f498f017>`__
  2025-02-28   ``Implement stale dag bundle cleanup (#46503)``
+`1addb55154 
<https://github.com/apache/airflow/commit/1addb55154fbef31bfa021537cfbd4395696381c>`__
  2025-02-28   ``Improve documentation for updating provider dependencies 
(#47203)``
+`c6c4f95ed9 
<https://github.com/apache/airflow/commit/c6c4f95ed9e3220133815b9126c135e805637022>`__
  2025-02-25   ``Add legacy namespace packages to airflow.providers (#47064)``
+`811fa2b016 
<https://github.com/apache/airflow/commit/811fa2b016ca613061e5d4d32fee005e53c1bf1d>`__
  2025-02-25   ``Replace 'external_trigger' check with DagRunType (#45961)``
+`518287ce7f 
<https://github.com/apache/airflow/commit/518287ce7fbb7bb70df499239523b1b2e9ac7656>`__
  2025-02-24   ``Runtime context shouldn't have start_date as a key (#46961)``
+`dbf8bb4092 
<https://github.com/apache/airflow/commit/dbf8bb409223687c7d2ad10649a92d02c24bb3b4>`__
  2025-02-24   ``Remove extra whitespace in provider readme template (#46975)``
+`b28c336e8b 
<https://github.com/apache/airflow/commit/b28c336e8b7aa1d69c0f9520b182b1b661377337>`__
  2025-02-21   ``Upgrade flit to 3.11.0 (#46938)``
+==================================================================================================
  ===========  
=================================================================================
+
 2.1.0
 .....
 
@@ -42,6 +62,7 @@ Latest change: 2025-02-21
 
==================================================================================================
  ===========  
============================================================================================================================================================
 Commit                                                                         
                     Committed    Subject
 
==================================================================================================
  ===========  
============================================================================================================================================================
+`0653ffe78e 
<https://github.com/apache/airflow/commit/0653ffe78e4a0acaf70801a5ceef8dbabdac8b15>`__
  2025-02-21   ``Prepare docs for Feb 1st wave of providers (fixed) (#46962)``
 `36ae4683d3 
<https://github.com/apache/airflow/commit/36ae4683d38576d34246535388e474d9a2d8e453>`__
  2025-02-21   ``pass error for on_task_instance_failed in task sdk (#46941)``
 `5d87bddf0a 
<https://github.com/apache/airflow/commit/5d87bddf0aa5f485f3684c909fb95f461e5a2ab6>`__
  2025-02-21   ``Prepare docs for Feb 1st wave of providers (#46893)``
 `b4d27074f6 
<https://github.com/apache/airflow/commit/b4d27074f601e938ec5e10d957aef1de7c659c2f>`__
  2025-02-17   ``Remove remnants of old provider's structure (#46829)``
diff --git a/providers/openlineage/docs/index.rst 
b/providers/openlineage/docs/index.rst
index 3c62d3d4e6d..94d38b6cf21 100644
--- a/providers/openlineage/docs/index.rst
+++ b/providers/openlineage/docs/index.rst
@@ -81,7 +81,7 @@ apache-airflow-providers-openlineage package
 `OpenLineage <https://openlineage.io/>`__
 
 
-Release: 2.1.0
+Release: 2.1.1
 
 Provider package
 ----------------
@@ -139,5 +139,5 @@ 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-openlineage 2.1.0 sdist package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.1.0.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.1.0.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.1.0.tar.gz.sha512>`__)
-* `The apache-airflow-providers-openlineage 2.1.0 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.1.0-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.1.0-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.1.0-py3-none-any.whl.sha512>`__)
+* `The apache-airflow-providers-openlineage 2.1.1 sdist package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.1.1.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.1.1.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.1.1.tar.gz.sha512>`__)
+* `The apache-airflow-providers-openlineage 2.1.1 wheel package 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.1.1-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.1.1-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.1.1-py3-none-any.whl.sha512>`__)
diff --git a/providers/openlineage/provider.yaml 
b/providers/openlineage/provider.yaml
index f10e80b8600..dc49ab0a5bd 100644
--- a/providers/openlineage/provider.yaml
+++ b/providers/openlineage/provider.yaml
@@ -22,9 +22,10 @@ description: |
   `OpenLineage <https://openlineage.io/>`__
 
 state: ready
-source-date-epoch: 1741121912
+source-date-epoch: 1741286959
 # note that those versions are maintained by release manager - do not update 
them manually
 versions:
+  - 2.1.1
   - 2.1.0
   - 2.0.0
   - 1.14.0
diff --git a/providers/openlineage/pyproject.toml 
b/providers/openlineage/pyproject.toml
index cd49b07921b..880c267bb30 100644
--- a/providers/openlineage/pyproject.toml
+++ b/providers/openlineage/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "apache-airflow-providers-openlineage"
-version = "2.1.0"
+version = "2.1.1"
 description = "Provider package apache-airflow-providers-openlineage for 
Apache Airflow"
 readme = "README.rst"
 authors = [
@@ -87,8 +87,8 @@ apache-airflow-providers-fab = {workspace = true}
 apache-airflow-providers-standard = {workspace = true}
 
 [project.urls]
-"Documentation" = 
"https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.1.0";
-"Changelog" = 
"https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.1.0/changelog.html";
+"Documentation" = 
"https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.1.1";
+"Changelog" = 
"https://airflow.apache.org/docs/apache-airflow-providers-openlineage/2.1.1/changelog.html";
 "Bug Tracker" = "https://github.com/apache/airflow/issues";
 "Source Code" = "https://github.com/apache/airflow";
 "Slack Chat" = "https://s.apache.org/airflow-slack";
diff --git 
a/providers/openlineage/src/airflow/providers/openlineage/__init__.py 
b/providers/openlineage/src/airflow/providers/openlineage/__init__.py
index 4046abda3f7..ff920efd267 100644
--- a/providers/openlineage/src/airflow/providers/openlineage/__init__.py
+++ b/providers/openlineage/src/airflow/providers/openlineage/__init__.py
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
 
 __all__ = ["__version__"]
 
-__version__ = "2.1.0"
+__version__ = "2.1.1"
 
 if 
packaging.version.parse(packaging.version.parse(airflow_version).base_version) 
< packaging.version.parse(
     "2.9.0"
diff --git 
a/providers/openlineage/src/airflow/providers/openlineage/get_provider_info.py 
b/providers/openlineage/src/airflow/providers/openlineage/get_provider_info.py
index 4942239e157..4be1cd6da39 100644
--- 
a/providers/openlineage/src/airflow/providers/openlineage/get_provider_info.py
+++ 
b/providers/openlineage/src/airflow/providers/openlineage/get_provider_info.py
@@ -27,8 +27,9 @@ def get_provider_info():
         "name": "OpenLineage Airflow",
         "description": "`OpenLineage <https://openlineage.io/>`__\n",
         "state": "ready",
-        "source-date-epoch": 1741121912,
+        "source-date-epoch": 1741286959,
         "versions": [
+            "2.1.1",
             "2.1.0",
             "2.0.0",
             "1.14.0",

Reply via email to