Skip to content

Commit

Permalink
Prepare docs 1st wave (RC2) April 2024 (#38995)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Apr 13, 2024
1 parent 34daebc commit f9dcc82
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
2 changes: 2 additions & 0 deletions airflow/providers/databricks/CHANGELOG.rst
Expand Up @@ -40,6 +40,7 @@ Bug Fixes

* ``Fix remaining D401 checks (#37434)``
* ``Update ACL during job reset (#38741)``
* ``Remove extra slash from update permission endpoint (#38918)``

Misc
~~~~
Expand All @@ -56,6 +57,7 @@ Misc
* ``Exclude Python 3.12 for Databricks provider (#38070)``
* ``Prepare docs 1st wave (RC1) March 2024 (#37876)``
* ``update pre-commit (#37665)``
* ``Prepare docs 1st wave (RC1) April 2024 (#38863)``
6.2.0
.....
Expand Down
11 changes: 8 additions & 3 deletions airflow/providers/yandex/CHANGELOG.rst
Expand Up @@ -27,8 +27,13 @@
Changelog
---------

3.9.1
.....
3.10.0
......

Features
~~~~~~~~

* ``Add Yandex Query support from Yandex.Cloud (#37458)``

Misc
~~~~
Expand All @@ -38,8 +43,8 @@ Misc

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare docs 1st wave (RC1) April 2024 (#38863)``
* ``docs: yandex provider grammatical improvements (#38589)``
* ``Add Yandex Query support from Yandex.Cloud (#37458)``
* ``Bump ruff to 0.3.3 (#38240)``
* ``Prepare docs 1st wave (RC1) March 2024 (#37876)``
* ``Add comment about versions updated by release manager (#37488)``
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/yandex/__init__.py
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "3.9.1"
__version__ = "3.10.0"

try:
from airflow import __version__ as airflow_version
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/yandex/provider.yaml
Expand Up @@ -26,7 +26,7 @@ state: ready
source-date-epoch: 1712666581
# note that those versions are maintained by release manager - do not update them manually
versions:
- 3.9.1
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.1
Expand Down
4 changes: 3 additions & 1 deletion docs/apache-airflow-providers-databricks/commits.rst
Expand Up @@ -38,11 +38,13 @@ For high-level changelog, see :doc:`package information including changelog <ind
6.3.0
.....

Latest change: 2024-04-10
Latest change: 2024-04-11

================================================================================================= =========== ======================================================================================================
Commit Committed Subject
================================================================================================= =========== ======================================================================================================
`4a669fb1a9 <https://github.com/apache/airflow/commit/4a669fb1a9891809932a7fdba202c6baa369d537>`_ 2024-04-11 ``Remove extra slash from update permission endpoint (#38918)``
`5fa80b6aea <https://github.com/apache/airflow/commit/5fa80b6aea60f93cdada66f160e2b54f723865ca>`_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)``
`6f21f7dc9b <https://github.com/apache/airflow/commit/6f21f7dc9b8e7d47480f59145d803b6907e3ec7d>`_ 2024-04-10 ``Update ACL during job reset (#38741)``
`4e6d3fa4cf <https://github.com/apache/airflow/commit/4e6d3fa4cf60f4b59325bbffa658ebb0b12aee87>`_ 2024-04-08 ``Add cancel_previous_run to DatabricksRunNowOperator (#38702)``
`39b684d91a <https://github.com/apache/airflow/commit/39b684d91aa67d15085d06b024452f792d3e0087>`_ 2024-04-01 ``add repair_run support to DatabricksRunNowOperator in deferrable mode (#38619)``
Expand Down
7 changes: 4 additions & 3 deletions docs/apache-airflow-providers-yandex/commits.rst
Expand Up @@ -37,14 +37,15 @@ For high-level changelog, see :doc:`package information including changelog <ind



3.9.1
.....
3.10.0
......

Latest change: 2024-03-28
Latest change: 2024-04-10

================================================================================================= =========== ==================================================================
Commit Committed Subject
================================================================================================= =========== ==================================================================
`5fa80b6aea <https://github.com/apache/airflow/commit/5fa80b6aea60f93cdada66f160e2b54f723865ca>`_ 2024-04-10 ``Prepare docs 1st wave (RC1) April 2024 (#38863)``
`a9a6976dd2 <https://github.com/apache/airflow/commit/a9a6976dd234ff84af7db4253fe700b9ccc6aa4a>`_ 2024-03-28 ``docs: yandex provider grammatical improvements (#38589)``
`30817a5c6d <https://github.com/apache/airflow/commit/30817a5c6df1be3ec080ff1c542899092679768f>`_ 2024-03-22 ``support iam token from metadata, simplify code (#38411)``
`390bec1c82 <https://github.com/apache/airflow/commit/390bec1c82f6a6ac0efdc51a1355b5aae79516cb>`_ 2024-03-20 ``Add Yandex Query support from Yandex.Cloud (#37458)``
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-yandex/index.rst
Expand Up @@ -81,7 +81,7 @@ This package is for Yandex, including:
- `Yandex.Cloud <https://cloud.yandex.com/>`__


Release: 3.9.1
Release: 3.10.0

Provider package
----------------
Expand Down

0 comments on commit f9dcc82

Please sign in to comment.