Skip to content

Commit

Permalink
Update version and added breaking change for databricks provider (#36382
Browse files Browse the repository at this point in the history
)

This change had been missing from the released notes because it's
been merged without squash & merge.
  • Loading branch information
potiuk committed Dec 23, 2023
1 parent b15d557 commit 77b563b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
11 changes: 10 additions & 1 deletion airflow/providers/databricks/CHANGELOG.rst
Expand Up @@ -26,13 +26,18 @@
Changelog
---------

5.1.0
6.0.0
.....

.. note::
This release of provider is only available for Airflow 2.6+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Breaking changes
~~~~~~~~~~~~~~~~

* ``Return common data structure in DBApi derived classes (#36205)``

Bug Fixes
~~~~~~~~~

Expand All @@ -49,6 +54,10 @@ Misc
* ``Prepare docs 1st wave of Providers December 2023 (#36112)``
* ``Prepare docs 1st wave of Providers December 2023 RC2 (#36190)``
.. Review and move the new changes to one of the sections above:
* ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
* ``Prepare 2nd wave of providers in December (#36373)``
5.0.1
.....

Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/databricks/__init__.py
Expand Up @@ -27,7 +27,7 @@

__all__ = ["__version__"]

__version__ = "5.1.0"
__version__ = "6.0.0"

try:
from airflow import __version__ as airflow_version
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/databricks/provider.yaml
Expand Up @@ -24,7 +24,7 @@ description: |
suspended: false
source-date-epoch: 1703288125
versions:
- 5.1.0
- 6.0.0
- 5.0.1
- 5.0.0
- 4.7.0
Expand Down
6 changes: 4 additions & 2 deletions docs/apache-airflow-providers-databricks/commits.rst
Expand Up @@ -35,14 +35,16 @@ For high-level changelog, see :doc:`package information including changelog <ind



5.1.0
6.0.0
.....

Latest change: 2023-12-22
Latest change: 2023-12-23

================================================================================================= =========== ================================================================================================
Commit Committed Subject
================================================================================================= =========== ================================================================================================
`b15d5578da <https://github.com/apache/airflow/commit/b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c>`_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)``
`f5883d6e7b <https://github.com/apache/airflow/commit/f5883d6e7be83f1ab9468e67164b7ac381fdb49f>`_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)``
`5fe5d31a46 <https://github.com/apache/airflow/commit/5fe5d31a46885fbb2fb6ba9c0bd551a6b57d129a>`_ 2023-12-22 ``Return common data structure in DBApi derived classes``
`322aa649ed <https://github.com/apache/airflow/commit/322aa649edce6655f4bddfb9813ff8cb38616b7a>`_ 2023-12-21 ``fix typos in DatabricksSubmitRunOperator (#36248)``
`e9ba37bb58 <https://github.com/apache/airflow/commit/e9ba37bb58da0e3d6739ec063f7160f50487d3b8>`_ 2023-12-17 ``Add code snippet formatting in docstrings via Ruff (#36262)``
Expand Down
6 changes: 3 additions & 3 deletions docs/apache-airflow-providers-databricks/index.rst
Expand Up @@ -77,7 +77,7 @@ Package apache-airflow-providers-databricks
`Databricks <https://databricks.com/>`__


Release: 5.1.0
Release: 6.0.0

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

0 comments on commit 77b563b

Please sign in to comment.