This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch providers-2026-03-03 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f46304150a14b8727459899499ec3f5b32210157 Author: Jarek Potiuk <[email protected]> AuthorDate: Tue Mar 3 01:42:29 2026 +0100 Prepare provider's documentation 2026-03-03 --- providers/.last_release_date.txt | 2 +- providers/amazon/docs/changelog.rst | 7 ++++++- providers/celery/docs/changelog.rst | 4 ++++ providers/edge3/docs/changelog.rst | 12 ++++++++++++ providers/elasticsearch/docs/changelog.rst | 3 +++ providers/informatica/README.rst | 6 +++--- providers/informatica/docs/changelog.rst | 2 +- providers/informatica/docs/index.rst | 6 +++--- providers/informatica/provider.yaml | 2 +- providers/informatica/pyproject.toml | 6 +++--- .../src/airflow/providers/informatica/__init__.py | 2 +- 11 files changed, 38 insertions(+), 14 deletions(-) diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt index 04e93181167..642b2c4f033 100644 --- a/providers/.last_release_date.txt +++ b/providers/.last_release_date.txt @@ -1 +1 @@ -2026-02-26 +2026-03-03 diff --git a/providers/amazon/docs/changelog.rst b/providers/amazon/docs/changelog.rst index 275549c82da..4b559496f86 100644 --- a/providers/amazon/docs/changelog.rst +++ b/providers/amazon/docs/changelog.rst @@ -33,7 +33,6 @@ Features ~~~~~~~~ * ``Support custom KMS keys in S3CopyObjectOperator (#60597)`` -* ``Add resume_glue_job_on_retry to GlueJobOperator (#59392)`` * ``Add best-effort cleanup to EmrCreateJobFlowOperator on post-creation failure (#61010)`` * ``Add best-effort cleanup to EksCreateNodegroupOperator on post-create failure (#61145)`` * ``Add best-effort cleanup to EcsRunTaskOperator on post-start failure (#61051)`` @@ -43,6 +42,7 @@ Features * ``AwsLambdaExecutor: Support multi-team configuration (#61321)`` * ``Add SageMaker Unified Studio domain_id, project_id, domain_region as new parameters to SageMakerNotebookOperator (#62147)`` * ``feat: Add Hook Level Lineage to SQL hooks (#61535)`` +* ``Check teams defined in auth managers exist in DB when spinning up API server (#62527)`` Bug Fixes ~~~~~~~~~ @@ -58,6 +58,7 @@ Bug Fixes * ``Handle CrawlerRunningException gracefully in GlueCrawlerOperator (#62016)`` * ``RedshiftCreateClusterOperator could leave clusters running when failures (#61333)`` * ``Fix EKS operator failures by consolidating API version references into a shared constant (#61891)`` +* ``Remove Connection dependency from shared secrets backend (#61523)`` Misc ~~~~ @@ -79,6 +80,10 @@ Misc * ``ECS system test occasionally fails with transient timeouts (#61895)`` * ``Providers wave 2026-02-10 (#61746)`` * ``Bump black to latest 26.1.0 release (#61612)`` + * ``Add resume_glue_job_on_retry to GlueJobOperator (#59392)`` + * ``Revert "Add resume_glue_job_on_retry to GlueJobOperator (#59392)" (#62730)`` + * ``Update provider's compatibility matrix with 2.11.1 (#62295)`` + * ``Prepare documentation for next release of providers (2026-02-24) (#62495)`` 9.21.0 ...... diff --git a/providers/celery/docs/changelog.rst b/providers/celery/docs/changelog.rst index cb161274878..1c2db002068 100644 --- a/providers/celery/docs/changelog.rst +++ b/providers/celery/docs/changelog.rst @@ -34,11 +34,14 @@ Features ~~~~~~~~ * ``Celery: explicitly specify 'psycopg2' in driverless postgres URLs (#62159)`` +* ``Executor Synchronous callback workload (#61153)`` +* ``Enable multi-team in Celery executor (#62534)`` Bug Fixes ~~~~~~~~~ * ``docs(celery): fix wrong link in cli (#62460)`` +* ``Fix Celery worker crash on macOS due to unpicklable local function (#62655)`` Misc ~~~~ @@ -48,6 +51,7 @@ Misc .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): * ``Add 'lifecycle' field to provider.yaml schema and all providers per AIP-95 (#62190)`` + * ``Prepare documentation for next release of providers (2026-02-24) (#62495)`` 3.16.0 ...... diff --git a/providers/edge3/docs/changelog.rst b/providers/edge3/docs/changelog.rst index 9bb8fc819f3..81ab1ff5fd5 100644 --- a/providers/edge3/docs/changelog.rst +++ b/providers/edge3/docs/changelog.rst @@ -37,6 +37,13 @@ Features * ``Add Filtering to Edge UI Plugin Jobs Page (#61934)`` * ``Route providers to consume Stats from common compat provider (#61812)`` +Bug Fixes +~~~~~~~~~ + +* ``Fix Toaster in Plugin in Edge UI (#55641)`` +* ``Executor Synchronous callback workload (#61153)`` +* ``Fix edge3 executor startup crash on Airflow < 3.2 (#62593)`` + Misc ~~~~ @@ -47,6 +54,8 @@ Misc * ``Replace Base.metadata.remove() hack with dedicated Edge3 declarative base (#62202)`` * ``Bump the edge-ui-package-updates group across 1 directory with 11 updates (#62040)`` * ``Enable dynamic generation of assets for Edge UI Plugin (#56456)`` +* ``Dependabot: Upgrade vulnerable rolloup (#62535)`` + Doc-only ~~~~~~~~ @@ -58,6 +67,9 @@ Doc-only * ``Remove comments for missing features (#61922)`` * ``Add 'lifecycle' field to provider.yaml schema and all providers per AIP-95 (#62190)`` * ``Fix version check for RC versions (#61318)`` + * ``CI: Upgrade important CI environment (#62610)`` + * ``Fix all build-system/requires including transitive dependencies (#62570)`` + * ``Prepare documentation for next release of providers (2026-02-24) (#62495)`` 3.0.2 ..... diff --git a/providers/elasticsearch/docs/changelog.rst b/providers/elasticsearch/docs/changelog.rst index d6ba9dd6158..c92a52c6512 100644 --- a/providers/elasticsearch/docs/changelog.rst +++ b/providers/elasticsearch/docs/changelog.rst @@ -46,11 +46,14 @@ Bug Fixes * ``fix the write-to-es feature for Airflow 3 (#53821)`` * ``add max_line_per_pages setting to ElasticsearchTaskHandler (#61492)`` +* ``Fix max_lines_per_page config setting for ElasticsearchRemoteLogIO (#62562)`` .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): * ``Add 'lifecycle' field to provider.yaml schema and all providers per AIP-95 (#62190)`` * ``Providers ad-hoc 2026-02-20 (#62209)`` + * ``Update provider's compatibility matrix with 2.11.1 (#62295)`` + * ``Prepare documentation for next release of providers (2026-02-24) (#62495)`` 6.4.4 ..... diff --git a/providers/informatica/README.rst b/providers/informatica/README.rst index 2d014b5d47b..035c0d0ebaf 100644 --- a/providers/informatica/README.rst +++ b/providers/informatica/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-informatica`` -Release: ``0.1.0`` +Release: ``0.1.1`` `Informatica <https://www.informatica.com//>`__ @@ -36,7 +36,7 @@ This is a provider package for ``informatica`` provider. All classes for this pr are in ``airflow.providers.informatica`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.1/>`_. Installation ------------ @@ -88,4 +88,4 @@ Extra Dependencies ================= ========================================== The changelog for the provider package can be found in the -`changelog <https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.0/changelog.html>`_. +`changelog <https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.1/changelog.html>`_. diff --git a/providers/informatica/docs/changelog.rst b/providers/informatica/docs/changelog.rst index c3e86849dbc..807eff58b7f 100644 --- a/providers/informatica/docs/changelog.rst +++ b/providers/informatica/docs/changelog.rst @@ -28,7 +28,7 @@ Changelog ========= -0.1.0 +0.1.1 ----- Initial version of the provider. diff --git a/providers/informatica/docs/index.rst b/providers/informatica/docs/index.rst index 5c5401e00f8..b9a45647c80 100644 --- a/providers/informatica/docs/index.rst +++ b/providers/informatica/docs/index.rst @@ -114,7 +114,7 @@ apache-airflow-providers-informatica package `Informatica <https://www.informatica.com//>`__ -Release: 0.1.0 +Release: 0.1.1 Provider package ---------------- @@ -168,5 +168,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-informatica 0.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_informatica-0.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_informatica-0.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_informatica-0.1.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-informatica 0.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_informatica-0.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_informatica-0.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_informatica-0.1.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-informatica 0.1.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_informatica-0.1.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_informatica-0.1.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_informatica-0.1.1.tar.gz.sha512>`__) +* `The apache-airflow-providers-informatica 0.1.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_informatica-0.1.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_informatica-0.1.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_informatica-0.1.1-py3-none-any.whl.sha512>`__) diff --git a/providers/informatica/provider.yaml b/providers/informatica/provider.yaml index 6bc4934bd29..83786c7ade4 100644 --- a/providers/informatica/provider.yaml +++ b/providers/informatica/provider.yaml @@ -29,7 +29,7 @@ source-date-epoch: 1758787152 # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have # to be done in the same PR versions: - - 0.1.0 + - 0.1.1 integrations: - integration-name: Informatica diff --git a/providers/informatica/pyproject.toml b/providers/informatica/pyproject.toml index 6adaefae5d0..63602b3dfd2 100644 --- a/providers/informatica/pyproject.toml +++ b/providers/informatica/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-informatica" -version = "0.1.0" +version = "0.1.1" description = "Provider package apache-airflow-providers-informatica for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -107,8 +107,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-informatica/0.1.0" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.0/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.1" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.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/informatica/src/airflow/providers/informatica/__init__.py b/providers/informatica/src/airflow/providers/informatica/__init__.py index c8a603fe93a..061e0abf43c 100644 --- a/providers/informatica/src/airflow/providers/informatica/__init__.py +++ b/providers/informatica/src/airflow/providers/informatica/__init__.py @@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version __all__ = ["__version__"] -__version__ = "0.1.0" +__version__ = "0.1.1" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.0"
