diff --git a/providers/common/compat/docs/changelog.rst b/providers/common/compat/docs/changelog.rst index 4829d8a48ebdf..22f460e1b3886 100644 --- a/providers/common/compat/docs/changelog.rst +++ b/providers/common/compat/docs/changelog.rst @@ -44,6 +44,7 @@ Bug Fixes * ``Improve documentation building iteration (#48760)`` * ``Prepare docs for Apr 1st wave of providers (#48828)`` * ``Simplify tooling by switching completely to uv (#48223)`` + * ``Prepare documentation to release common.compat 1.6.1 (#49624)`` 1.6.0 ..... diff --git a/providers/common/compat/docs/commits.rst b/providers/common/compat/docs/commits.rst index 39c4f68fe4c79..8d41825fa2a96 100644 --- a/providers/common/compat/docs/commits.rst +++ b/providers/common/compat/docs/commits.rst @@ -37,11 +37,12 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-23 ``Prepare documentation to release common.compat 1.6.1 (#49624)`` `7bd0f8324c `__ 2025-04-22 ``Add backwards compatibility provider tests for Airflow 3.0.0 (#49562)`` `ca3e4e75c6 `__ 2025-04-16 ``Prepare docs for Apr 3rd wave of providers (#49338)`` `4a8567b20b `__ 2025-04-10 ``Prepare docs for Apr 2nd wave of providers (#49051)`` diff --git a/providers/fab/README.rst b/providers/fab/README.rst index 3f5ded2e19511..b8d695b054e2e 100644 --- a/providers/fab/README.rst +++ b/providers/fab/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-fab`` -Release: ``2.0.1`` +Release: ``2.0.2`` `Flask App Builder `__ @@ -36,7 +36,7 @@ This is a provider package for ``fab`` provider. All classes for this provider p are in ``airflow.providers.fab`` python package. You can find package information and changelog for the provider -in the `documentation `_. +in the `documentation `_. Installation ------------ @@ -87,4 +87,4 @@ Dependent package ================================================================================================================== ================= The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/fab/docs/changelog.rst b/providers/fab/docs/changelog.rst index 7422dedd4b972..794cff4864851 100644 --- a/providers/fab/docs/changelog.rst +++ b/providers/fab/docs/changelog.rst @@ -20,6 +20,31 @@ Changelog --------- +2.0.2 +..... + +Bug Fixes +~~~~~~~~~ + +* ``Add read config permission to viewer role in 'FabAuthManager' (#49581)`` + +Misc +~~~~ + +* ``Remove some lingering subdag references (#49663)`` +* ``Bump stylelint (#49638)`` +* ``Bump the fab-ui-package-updates group across 1 directory with 2 updates (#49511)`` + +Doc-only +~~~~~~~~ + +* ``Adding flask app configuration docs to FAB provider (#49492)`` +* ``Add note in FAB migration doc (#49423)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``capitalize the term airflow (#49450)`` + 2.0.1 ..... diff --git a/providers/fab/docs/commits.rst b/providers/fab/docs/commits.rst index ad6f5bd3f7f2c..457a928f482c7 100644 --- a/providers/fab/docs/commits.rst +++ b/providers/fab/docs/commits.rst @@ -34,6 +34,23 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-23 ``Remove some lingering subdag references (#49663)`` +`d2755fc52e `__ 2025-04-23 ``Bump stylelint (#49638)`` +`998f70036b `__ 2025-04-23 ``Add read config permission to viewer role in 'FabAuthManager' (#49581)`` +`1ec1e68f6b `__ 2025-04-23 ``Adding flask app configuration docs to FAB provider (#49492)`` +`5595ded129 `__ 2025-04-22 ``Bump the fab-ui-package-updates group across 1 directory with 2 updates (#49511)`` +`223a741869 `__ 2025-04-19 ``capitalize the term airflow (#49450)`` +`f65eeb05f4 `__ 2025-04-18 ``Add note in FAB migration doc (#49423)`` +================================================================================================== =========== ==================================================================================== + 2.0.1 ..... @@ -42,6 +59,7 @@ Latest change: 2025-04-16 ================================================================================================== =========== =================================================================================================== Commit Committed Subject ================================================================================================== =========== =================================================================================================== +`ca3e4e75c6 `__ 2025-04-16 ``Prepare docs for Apr 3rd wave of providers (#49338)`` `ade9fb185a `__ 2025-04-16 ``refactor: remove 'navbar_logo_text_color' (#49161)`` `47bd8961a9 `__ 2025-04-15 ``Use contextlib.suppress(exception) instead of try-except-pass and add SIM105 ruff rule (#49251)`` `a45c32971c `__ 2025-04-15 ``Add possibility to have extra project metadata in providers (#49306)`` diff --git a/providers/fab/docs/index.rst b/providers/fab/docs/index.rst index a891aab89b3cd..0791862c3fbb2 100644 --- a/providers/fab/docs/index.rst +++ b/providers/fab/docs/index.rst @@ -84,7 +84,7 @@ apache-airflow-providers-fab package `Flask App Builder `__ -Release: 2.0.1 +Release: 2.0.2 Provider package ---------------- @@ -146,5 +146,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-fab 2.0.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-fab 2.0.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-fab 2.0.2 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-fab 2.0.2 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/fab/provider.yaml b/providers/fab/provider.yaml index b3d4ca30173ea..c069b3b12bda4 100644 --- a/providers/fab/provider.yaml +++ b/providers/fab/provider.yaml @@ -28,10 +28,11 @@ description: | # For providers until we think it should be released. state: ready -source-date-epoch: 1741121873 +source-date-epoch: 1745478857 # note that those versions are maintained by release manager - do not update them manually versions: + - 2.0.2 - 2.0.1 - 2.0.0 - 1.5.2 diff --git a/providers/fab/pyproject.toml b/providers/fab/pyproject.toml index 66d7541f0c1af..c0d10c9069d20 100644 --- a/providers/fab/pyproject.toml +++ b/providers/fab/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-fab" -version = "2.0.1" +version = "2.0.2" description = "Provider package apache-airflow-providers-fab for Apache Airflow" readme = "README.rst" authors = [ @@ -127,8 +127,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.1" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.1/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.2" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.2/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/fab/src/airflow/providers/fab/__init__.py b/providers/fab/src/airflow/providers/fab/__init__.py index 419b410f68090..1d874a87f0c9e 100644 --- a/providers/fab/src/airflow/providers/fab/__init__.py +++ b/providers/fab/src/airflow/providers/fab/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "2.0.1" +__version__ = "2.0.2" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.0" diff --git a/providers/standard/README.rst b/providers/standard/README.rst index 06fba26c3b936..e2e9598de1aec 100644 --- a/providers/standard/README.rst +++ b/providers/standard/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-standard`` -Release: ``1.0.0`` +Release: ``1.1.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 `_. +in the `documentation `_. Installation ------------ @@ -57,4 +57,4 @@ PIP package Version required ================== ================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/standard/docs/changelog.rst b/providers/standard/docs/changelog.rst index 031a36aa03b26..cad1ccf9832f2 100644 --- a/providers/standard/docs/changelog.rst +++ b/providers/standard/docs/changelog.rst @@ -35,6 +35,38 @@ Changelog --------- +1.1.0 +..... + +Features +~~~~~~~~ + +* ``feat: Add fail_when_dag_is_paused param to TriggerDagRunOperator (#48214)`` + +Bug Fixes +~~~~~~~~~ + +* ``Make LatestOnlyOperator work for default data-interval-less DAGs (#49554)`` + +Misc +~~~~ + +* ``Move DagIsPaused exception to standard provider (#49500)`` +* ``Fix static check re removing unnecessary else condition (#49415)`` + +Doc-only +~~~~~~~~ + +* ``Update standard provider doc operators in core operators-and-hooks-ref.rst (#49401)`` +* ``Update standard provider docs with correct imports (#49395)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Fix wrong link in standard provider yaml file (#49660)`` + * ``Add extra-links section to standard provider (#49447)`` + * ``Use unused pytest params in standard provider tests (#49422)`` + * ``Move test_sensor_helper.py to standard provider tests (#49396)`` + 1.0.0 ..... diff --git a/providers/standard/docs/commits.rst b/providers/standard/docs/commits.rst index b3c0ec6c2cef6..7c1b03f03d145 100644 --- a/providers/standard/docs/commits.rst +++ b/providers/standard/docs/commits.rst @@ -34,6 +34,26 @@ For high-level changelog, see :doc:`package information including changelog `__ 2025-04-24 ``Make LatestOnlyOperator work for default data-interval-less DAGs (#49554)`` +`2e3e714f6d `__ 2025-04-23 ``Fix wrong link in standard provider yaml file (#49660)`` +`f73f895c28 `__ 2025-04-23 ``Update standard provider doc operators in core operators-and-hooks-ref.rst (#49401)`` +`8480c78602 `__ 2025-04-21 ``Move DagIsPaused exception to standard provider (#49500)`` +`6d73ae8ab6 `__ 2025-04-19 ``Add extra-links section to standard provider (#49447)`` +`bfc567f4e6 `__ 2025-04-18 ``Use unused pytest params in standard provider tests (#49422)`` +`ddf371aa9c `__ 2025-04-18 ``Move test_sensor_helper.py to standard provider tests (#49396)`` +`863702f020 `__ 2025-04-17 ``Fix static check re removing unnecessary else condition (#49415)`` +`96c6daa97c `__ 2025-04-18 ``feat: Add fail_when_dag_is_paused param to TriggerDagRunOperator (#48214)`` +`04dabf45a6 `__ 2025-04-17 ``Update standard provider docs with correct imports (#49395)`` +================================================================================================== =========== ======================================================================================= + 1.0.0 ..... @@ -42,6 +62,7 @@ Latest change: 2025-04-16 ================================================================================================== =========== =========================================================================== Commit Committed Subject ================================================================================================== =========== =========================================================================== +`ca3e4e75c6 `__ 2025-04-16 ``Prepare docs for Apr 3rd wave of providers (#49338)`` `074294d5d7 `__ 2025-04-16 ``Conditionally add session related imports in standard provider (#49218)`` `cb295c351a `__ 2025-04-14 ``remove superfluous else block (#49199)`` `0c883c5be7 `__ 2025-04-13 ``Remove dag_version as a create_dagrun argument (#49148)`` diff --git a/providers/standard/docs/index.rst b/providers/standard/docs/index.rst index 3caefdafb13c0..fc29363f66d56 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: 1.0.0 +Release: 1.1.0 Provider package ---------------- diff --git a/providers/standard/provider.yaml b/providers/standard/provider.yaml index ee58cab8ac09f..c9bc0c2eea0a6 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: 1744792384 +source-date-epoch: 1745487903 # note that those versions are maintained by release manager - do not update them manually versions: + - 1.1.0 - 1.0.0 - 0.4.0 - 0.3.0 diff --git a/providers/standard/pyproject.toml b/providers/standard/pyproject.toml index e4332dc4a3d33..0af2b70caf4fa 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 = "1.0.0" +version = "1.1.0" description = "Provider package apache-airflow-providers-standard for Apache Airflow" readme = "README.rst" authors = [ @@ -95,8 +95,8 @@ apache-airflow-providers-common-sql = {workspace = true} apache-airflow-providers-standard = {workspace = true} [project.urls] -"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" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.1.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-standard/1.1.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 f5bd6b2b551cc..fa0e76b091725 100644 --- a/providers/standard/src/airflow/providers/standard/__init__.py +++ b/providers/standard/src/airflow/providers/standard/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.0.0" +__version__ = "1.1.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"