Skip to content

Commit

Permalink
Prepare Providers docs RC1 2nd (ad-hoc) wave July 2024 (apache#40908)
Browse files Browse the repository at this point in the history
This is ad-hoc release for apache-beam and apache-spark
  • Loading branch information
eladkal authored Jul 21, 2024
1 parent ff7463b commit 0b0f8f0
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 12 deletions.
8 changes: 8 additions & 0 deletions airflow/providers/apache/beam/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
Changelog
---------

5.7.2
.....

Bug Fixes
~~~~~~~~~

* ``Fix BeamRunJavaPipelineOperator fails without job_name set (#40645)``

5.7.1
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/beam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "5.7.1"
__version__ = "5.7.2"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.7.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/beam/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Beam <https://beam.apache.org/>`__.
state: ready
source-date-epoch: 1716286408
source-date-epoch: 1721545598
# note that those versions are maintained by release manager - do not update them manually
versions:
- 5.7.2
- 5.7.1
- 5.7.0
- 5.6.3
Expand Down
19 changes: 19 additions & 0 deletions airflow/providers/apache/spark/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,25 @@
Changelog
---------

4.9.0
.....

Features
~~~~~~~~

* ``Add 'kubernetes_application_id' to 'SparkSubmitHook' (#40753)``

Bug Fixes
~~~~~~~~~

* ``(fix): spark submit pod name with driver as part of its name(#40732)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs 1st wave July 2024 (#40644)``
* ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)``
4.8.2
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/spark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "4.8.2"
__version__ = "4.9.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.7.0"
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/spark/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ description: |
`Apache Spark <https://spark.apache.org/>`__
state: ready
source-date-epoch: 1718603978
source-date-epoch: 1721545745
# note that those versions are maintained by release manager - do not update them manually
versions:
- 4.9.0
- 4.8.2
- 4.8.1
- 4.8.0
Expand Down
14 changes: 13 additions & 1 deletion docs/apache-airflow-providers-apache-beam/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,26 @@ For high-level changelog, see :doc:`package information including changelog <ind



5.7.2
.....

Latest change: 2024-07-16

================================================================================================= =========== =======================================================================
Commit Committed Subject
================================================================================================= =========== =======================================================================
`519b0d028c <https://github.com/apache/airflow/commit/519b0d028c4bd8a27dbd10785139a260fb98154b>`_ 2024-07-16 ``Fix BeamRunJavaPipelineOperator fails without job_name set (#40645)``
================================================================================================= =========== =======================================================================

5.7.1
.....

Latest change: 2024-05-14
Latest change: 2024-05-26

================================================================================================= =========== ================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================
`34500f3a2f <https://github.com/apache/airflow/commit/34500f3a2fa4652272bc831e3c18fd2a6a2da5ef>`_ 2024-05-26 ``Prepare docs 3rd wave May 2024 (#39738)``
`1489cf7a03 <https://github.com/apache/airflow/commit/1489cf7a0372898ab5f905fa7b56f3b1327d2cfe>`_ 2024-05-14 ``Fix deferrable mode for BeamRunJavaPipelineOperator (#39371)``
`2b1a2f8d56 <https://github.com/apache/airflow/commit/2b1a2f8d561e569df194c4ee0d3a18930738886e>`_ 2024-05-11 ``Reapply templates for all providers (#39554)``
`2c05187b07 <https://github.com/apache/airflow/commit/2c05187b07baf7c41a32b18fabdbb3833acc08eb>`_ 2024-05-10 ``Faster 'airflow_version' imports (#39552)``
Expand Down
6 changes: 3 additions & 3 deletions docs/apache-airflow-providers-apache-beam/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ apache-airflow-providers-apache-beam package
`Apache Beam <https://beam.apache.org/>`__.


Release: 5.7.1
Release: 5.7.2

Provider package
----------------
Expand Down Expand Up @@ -128,5 +128,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-apache-beam 5.7.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.7.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.7.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.7.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-beam 5.7.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.7.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.7.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.7.1-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-apache-beam 5.7.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.7.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.7.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.7.2.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-beam 5.7.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.7.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.7.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.7.2-py3-none-any.whl.sha512>`__)
17 changes: 16 additions & 1 deletion docs/apache-airflow-providers-apache-spark/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind



4.9.0
.....

Latest change: 2024-07-14

================================================================================================= =========== ========================================================================
Commit Committed Subject
================================================================================================= =========== ========================================================================
`469beef0a0 <https://github.com/apache/airflow/commit/469beef0a05a59564d4066e3d36f958329476671>`_ 2024-07-14 ``Add 'kubernetes_application_id' to 'SparkSubmitHook' (#40753)``
`7d5f804ac2 <https://github.com/apache/airflow/commit/7d5f804ac213c4bff8aca2b4459b4df60e6a7d29>`_ 2024-07-11 ``(fix): spark submit pod name with driver as part of its name(#40732)``
`09a7bd1d58 <https://github.com/apache/airflow/commit/09a7bd1d585d2d306dd30435689f22b614fe0abf>`_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)``
`a62bd83188 <https://github.com/apache/airflow/commit/a62bd831885957c55b073bf309bc59a1d505e8fb>`_ 2024-06-27 ``Enable enforcing pydocstyle rule D213 in ruff. (#40448)``
================================================================================================= =========== ========================================================================

4.8.2
.....

Latest change: 2024-06-04
Latest change: 2024-06-22

================================================================================================= =========== ==================================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================================
`6e5ae26382 <https://github.com/apache/airflow/commit/6e5ae26382b328e88907e8301d4b2352ef8524c5>`_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)``
`c0f27094ab <https://github.com/apache/airflow/commit/c0f27094abc2d09d626ef8a38cf570274a0a42ff>`_ 2024-06-04 ``iMPlement per-provider tests with lowest-direct dependency resolution (#39946)``
================================================================================================= =========== ==================================================================================

Expand Down
6 changes: 3 additions & 3 deletions docs/apache-airflow-providers-apache-spark/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ apache-airflow-providers-apache-spark package
`Apache Spark <https://spark.apache.org/>`__


Release: 4.8.2
Release: 4.9.0

Provider package
----------------
Expand Down Expand Up @@ -130,5 +130,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-apache-spark 4.8.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.8.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.8.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.8.2.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-spark 4.8.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.8.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.8.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.8.2-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-apache-spark 4.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.9.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-apache-spark 4.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.9.0-py3-none-any.whl.sha512>`__)

0 comments on commit 0b0f8f0

Please sign in to comment.