Skip to content

Commit 05ea74a

Browse files
authored
Prepare provider's documentation 2026-03-03 (#62752)
1 parent 1199dc5 commit 05ea74a

11 files changed

Lines changed: 39 additions & 14 deletions

File tree

providers/.last_release_date.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-02-26
1+
2026-03-03

providers/amazon/docs/changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Features
3333
~~~~~~~~
3434

3535
* ``Support custom KMS keys in S3CopyObjectOperator (#60597)``
36-
* ``Add resume_glue_job_on_retry to GlueJobOperator (#59392)``
3736
* ``Add best-effort cleanup to EmrCreateJobFlowOperator on post-creation failure (#61010)``
3837
* ``Add best-effort cleanup to EksCreateNodegroupOperator on post-create failure (#61145)``
3938
* ``Add best-effort cleanup to EcsRunTaskOperator on post-start failure (#61051)``
@@ -43,6 +42,7 @@ Features
4342
* ``AwsLambdaExecutor: Support multi-team configuration (#61321)``
4443
* ``Add SageMaker Unified Studio domain_id, project_id, domain_region as new parameters to SageMakerNotebookOperator (#62147)``
4544
* ``feat: Add Hook Level Lineage to SQL hooks (#61535)``
45+
* ``Check teams defined in auth managers exist in DB when spinning up API server (#62527)``
4646

4747
Bug Fixes
4848
~~~~~~~~~
@@ -58,6 +58,7 @@ Bug Fixes
5858
* ``Handle CrawlerRunningException gracefully in GlueCrawlerOperator (#62016)``
5959
* ``RedshiftCreateClusterOperator could leave clusters running when failures (#61333)``
6060
* ``Fix EKS operator failures by consolidating API version references into a shared constant (#61891)``
61+
* ``Remove Connection dependency from shared secrets backend (#61523)``
6162

6263
Misc
6364
~~~~
@@ -79,6 +80,10 @@ Misc
7980
* ``ECS system test occasionally fails with transient timeouts (#61895)``
8081
* ``Providers wave 2026-02-10 (#61746)``
8182
* ``Bump black to latest 26.1.0 release (#61612)``
83+
* ``Add resume_glue_job_on_retry to GlueJobOperator (#59392)``
84+
* ``Revert "Add resume_glue_job_on_retry to GlueJobOperator (#59392)" (#62730)``
85+
* ``Update provider's compatibility matrix with 2.11.1 (#62295)``
86+
* ``Prepare documentation for next release of providers (2026-02-24) (#62495)``
8287
8388
9.21.0
8489
......

providers/celery/docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,14 @@ Features
3434
~~~~~~~~
3535

3636
* ``Celery: explicitly specify 'psycopg2' in driverless postgres URLs (#62159)``
37+
* ``Executor Synchronous callback workload (#61153)``
38+
* ``Enable multi-team in Celery executor (#62534)``
3739

3840
Bug Fixes
3941
~~~~~~~~~
4042

4143
* ``docs(celery): fix wrong link in cli (#62460)``
44+
* ``Fix Celery worker crash on macOS due to unpicklable local function (#62655)``
4245

4346
Misc
4447
~~~~
@@ -48,6 +51,7 @@ Misc
4851
.. Below changes are excluded from the changelog. Move them to
4952
appropriate section above if needed. Do not delete the lines(!):
5053
* ``Add 'lifecycle' field to provider.yaml schema and all providers per AIP-95 (#62190)``
54+
* ``Prepare documentation for next release of providers (2026-02-24) (#62495)``
5155
5256
3.16.0
5357
......

providers/edge3/docs/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ Features
3737
* ``Add Filtering to Edge UI Plugin Jobs Page (#61934)``
3838
* ``Route providers to consume Stats from common compat provider (#61812)``
3939

40+
Bug Fixes
41+
~~~~~~~~~
42+
43+
* ``Fix Toaster in Plugin in Edge UI (#55641)``
44+
* ``Executor Synchronous callback workload (#61153)``
45+
* ``Fix edge3 executor startup crash on Airflow < 3.2 (#62593)``
46+
4047
Misc
4148
~~~~
4249

@@ -47,17 +54,23 @@ Misc
4754
* ``Replace Base.metadata.remove() hack with dedicated Edge3 declarative base (#62202)``
4855
* ``Bump the edge-ui-package-updates group across 1 directory with 11 updates (#62040)``
4956
* ``Enable dynamic generation of assets for Edge UI Plugin (#56456)``
57+
* ``Dependabot: Upgrade vulnerable rolloup (#62535)``
58+
5059

5160
Doc-only
5261
~~~~~~~~
5362

5463
* ``Add external_db_managers configuration requirement (#62203)``
64+
* ``docs: edge3 db-manager is auto loaded by provider manager (#62550)``
5565

5666
.. Below changes are excluded from the changelog. Move them to
5767
appropriate section above if needed. Do not delete the lines(!):
5868
* ``Remove comments for missing features (#61922)``
5969
* ``Add 'lifecycle' field to provider.yaml schema and all providers per AIP-95 (#62190)``
6070
* ``Fix version check for RC versions (#61318)``
71+
* ``CI: Upgrade important CI environment (#62610)``
72+
* ``Fix all build-system/requires including transitive dependencies (#62570)``
73+
* ``Prepare documentation for next release of providers (2026-02-24) (#62495)``
6174
6275
3.0.2
6376
.....

providers/elasticsearch/docs/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,14 @@ Bug Fixes
4646

4747
* ``fix the write-to-es feature for Airflow 3 (#53821)``
4848
* ``add max_line_per_pages setting to ElasticsearchTaskHandler (#61492)``
49+
* ``Fix max_lines_per_page config setting for ElasticsearchRemoteLogIO (#62562)``
4950

5051
.. Below changes are excluded from the changelog. Move them to
5152
appropriate section above if needed. Do not delete the lines(!):
5253
* ``Add 'lifecycle' field to provider.yaml schema and all providers per AIP-95 (#62190)``
5354
* ``Providers ad-hoc 2026-02-20 (#62209)``
55+
* ``Update provider's compatibility matrix with 2.11.1 (#62295)``
56+
* ``Prepare documentation for next release of providers (2026-02-24) (#62495)``
5457
5558
6.4.4
5659
.....

providers/informatica/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
Package ``apache-airflow-providers-informatica``
2525

26-
Release: ``0.1.0``
26+
Release: ``0.1.1``
2727

2828

2929
`Informatica <https://www.informatica.com//>`__
@@ -36,7 +36,7 @@ This is a provider package for ``informatica`` provider. All classes for this pr
3636
are in ``airflow.providers.informatica`` python package.
3737

3838
You can find package information and changelog for the provider
39-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.0/>`_.
39+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.1/>`_.
4040

4141
Installation
4242
------------
@@ -88,4 +88,4 @@ Extra Dependencies
8888
================= ==========================================
8989

9090
The changelog for the provider package can be found in the
91-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.0/changelog.html>`_.
91+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.1/changelog.html>`_.

providers/informatica/docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Changelog
2929
=========
3030

31-
0.1.0
31+
0.1.1
3232
-----
3333

3434
Initial version of the provider.

providers/informatica/docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ apache-airflow-providers-informatica package
114114
`Informatica <https://www.informatica.com//>`__
115115

116116

117-
Release: 0.1.0
117+
Release: 0.1.1
118118

119119
Provider package
120120
----------------
@@ -168,5 +168,5 @@ Downloading official packages
168168
You can download officially released packages and verify their checksums and signatures from the
169169
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
170170

171-
* `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>`__)
172-
* `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>`__)
171+
* `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>`__)
172+
* `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>`__)

providers/informatica/provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ source-date-epoch: 1758787152
2929
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
3030
# to be done in the same PR
3131
versions:
32-
- 0.1.0
32+
- 0.1.1
3333

3434
integrations:
3535
- integration-name: Informatica

providers/informatica/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
2525

2626
[project]
2727
name = "apache-airflow-providers-informatica"
28-
version = "0.1.0"
28+
version = "0.1.1"
2929
description = "Provider package apache-airflow-providers-informatica for Apache Airflow"
3030
readme = "README.rst"
3131
license = "Apache-2.0"
@@ -107,8 +107,8 @@ apache-airflow-providers-common-sql = {workspace = true}
107107
apache-airflow-providers-standard = {workspace = true}
108108

109109
[project.urls]
110-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.0"
111-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.0/changelog.html"
110+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.1"
111+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-informatica/0.1.1/changelog.html"
112112
"Bug Tracker" = "https://github.com/apache/airflow/issues"
113113
"Source Code" = "https://github.com/apache/airflow"
114114
"Slack Chat" = "https://s.apache.org/airflow-slack"

0 commit comments

Comments
 (0)