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 1ce2e2a13650438dce2696a56be3d1de8b90e8aa Author: Jed Cunningham <[email protected]> AuthorDate: Thu Mar 6 11:47:40 2025 -0700 Bump standard provider version to 1.0.0 --- providers/standard/README.rst | 6 ++--- providers/standard/docs/changelog.rst | 28 ++++++++++++++++++++++ providers/standard/docs/commits.rst | 23 +++++++++++++++++- providers/standard/docs/index.rst | 2 +- providers/standard/provider.yaml | 3 ++- providers/standard/pyproject.toml | 6 ++--- .../src/airflow/providers/standard/__init__.py | 2 +- .../providers/standard/get_provider_info.py | 4 ++-- 8 files changed, 62 insertions(+), 12 deletions(-) diff --git a/providers/standard/README.rst b/providers/standard/README.rst index 9cf451bc508..06fba26c3b9 100644 --- a/providers/standard/README.rst +++ b/providers/standard/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-standard`` -Release: ``0.1.0`` +Release: ``1.0.0`` Airflow Standard Provider @@ -36,7 +36,7 @@ This is a provider package for ``standard`` provider. All classes for this provi are in ``airflow.providers.standard`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-standard/0.1.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-standard/1.0.0/>`_. Installation ------------ @@ -57,4 +57,4 @@ PIP package Version required ================== ================== The changelog for the provider package can be found in the -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-standard/0.1.0/changelog.html>`_. +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-standard/1.0.0/changelog.html>`_. diff --git a/providers/standard/docs/changelog.rst b/providers/standard/docs/changelog.rst index 96435e9ccea..3df06b2308e 100644 --- a/providers/standard/docs/changelog.rst +++ b/providers/standard/docs/changelog.rst @@ -35,6 +35,34 @@ Changelog --------- +1.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +* ``Add deferred pagination mode to GenericTransfer (#44809)`` + +Bug Fixes +~~~~~~~~~ + +* ``Runtime context shouldn't have start_date as a key (#46961)`` + +Misc +~~~~ + +* ``Fix codespell issues detected by new codespell (#47259)`` +* ``Remove old UI and webserver (#46942)`` +* ``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)`` + 0.1.0 ..... diff --git a/providers/standard/docs/commits.rst b/providers/standard/docs/commits.rst index 0ce40a239a0..111a58a9392 100644 --- a/providers/standard/docs/commits.rst +++ b/providers/standard/docs/commits.rst @@ -34,14 +34,35 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.0.0 +..... + +Latest change: 2025-03-05 + +================================================================================================== =========== ===================================================================== +Commit Committed Subject +================================================================================================== =========== ===================================================================== +`e4002c3305 <https://github.com/apache/airflow/commit/e4002c3305a757f5926f96c996e701e8f998a042>`__ 2025-03-05 ``Move tests_common package to devel-common project (#47281)`` +`1447705482 <https://github.com/apache/airflow/commit/144770548242295dc69d5ea7b7e11a748c246262>`__ 2025-03-01 ``Fix codespell issues detected by new codespell (#47259)`` +`1addb55154 <https://github.com/apache/airflow/commit/1addb55154fbef31bfa021537cfbd4395696381c>`__ 2025-02-28 ``Improve documentation for updating provider dependencies (#47203)`` +`51415547d6 <https://github.com/apache/airflow/commit/51415547d681942ec389f143125e8f9f163d690c>`__ 2025-02-26 ``Remove old UI and webserver (#46942)`` +`310f5cdfde <https://github.com/apache/airflow/commit/310f5cdfde87b9d2c7327fbe03f0dcfe854405a9>`__ 2025-02-26 ``Add deferred pagination mode to GenericTransfer (#44809)`` +`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)`` +================================================================================================== =========== ===================================================================== + 0.1.0 ..... -Latest change: 2025-02-18 +Latest change: 2025-02-21 ================================================================================================== =========== ============================================================================================================================================================ Commit Committed Subject ================================================================================================== =========== ============================================================================================================================================================ +`5d87bddf0a <https://github.com/apache/airflow/commit/5d87bddf0aa5f485f3684c909fb95f461e5a2ab6>`__ 2025-02-21 ``Prepare docs for Feb 1st wave of providers (#46893)`` `fdbd68f02e <https://github.com/apache/airflow/commit/fdbd68f02e86dcfec20178d3309b7398cb43ce32>`__ 2025-02-18 ``TriggerDagRunOperator by defaults set logical date as null (#46633)`` `4d5846f58f <https://github.com/apache/airflow/commit/4d5846f58fe0de9b43358c0be75dd72e968dacc4>`__ 2025-02-16 ``Move provider_tests to unit folder in provider tests (#46800)`` `e027457a24 <https://github.com/apache/airflow/commit/e027457a24d0c6235bfed9c2a8399f75342e82f1>`__ 2025-02-15 ``Removed the unused provider's distribution (#46608)`` diff --git a/providers/standard/docs/index.rst b/providers/standard/docs/index.rst index 1034e92358a..2adb2d247f2 100644 --- a/providers/standard/docs/index.rst +++ b/providers/standard/docs/index.rst @@ -66,7 +66,7 @@ apache-airflow-providers-standard package Airflow Standard Provider -Release: 0.1.0 +Release: 1.0.0 Provider package ---------------- diff --git a/providers/standard/provider.yaml b/providers/standard/provider.yaml index e8e434a433c..f6c555e5c83 100644 --- a/providers/standard/provider.yaml +++ b/providers/standard/provider.yaml @@ -21,9 +21,10 @@ name: Standard description: | Airflow Standard Provider state: ready -source-date-epoch: 1741121952 +source-date-epoch: 1741286827 # note that those versions are maintained by release manager - do not update them manually versions: + - 1.0.0 - 0.1.0 - 0.0.3 - 0.0.2 diff --git a/providers/standard/pyproject.toml b/providers/standard/pyproject.toml index 9431f3215a7..7a5f8ae6f31 100644 --- a/providers/standard/pyproject.toml +++ b/providers/standard/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-standard" -version = "0.1.0" +version = "1.0.0" description = "Provider package apache-airflow-providers-standard for Apache Airflow" readme = "README.rst" authors = [ @@ -79,8 +79,8 @@ apache-airflow-providers-fab = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/0.1.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/0.1.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.0.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.0.0/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/standard/src/airflow/providers/standard/__init__.py b/providers/standard/src/airflow/providers/standard/__init__.py index 2eb070c9f28..f5bd6b2b551 100644 --- a/providers/standard/src/airflow/providers/standard/__init__.py +++ b/providers/standard/src/airflow/providers/standard/__init__.py @@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version __all__ = ["__version__"] -__version__ = "0.1.0" +__version__ = "1.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0" diff --git a/providers/standard/src/airflow/providers/standard/get_provider_info.py b/providers/standard/src/airflow/providers/standard/get_provider_info.py index db574db6c75..db07f3414a1 100644 --- a/providers/standard/src/airflow/providers/standard/get_provider_info.py +++ b/providers/standard/src/airflow/providers/standard/get_provider_info.py @@ -27,8 +27,8 @@ def get_provider_info(): "name": "Standard", "description": "Airflow Standard Provider\n", "state": "ready", - "source-date-epoch": 1741121952, - "versions": ["0.1.0", "0.0.3", "0.0.2", "0.0.1"], + "source-date-epoch": 1741286827, + "versions": ["1.0.0", "0.1.0", "0.0.3", "0.0.2", "0.0.1"], "integrations": [ { "integration-name": "Standard",
