From 956e99d5e0dccd104fb63d0575be5d79255b5bcf Mon Sep 17 00:00:00 2001 From: Pankaj Singh <98807258+pankajastro@users.noreply.github.com> Date: Mon, 30 Dec 2024 22:12:51 +0530 Subject: [PATCH] Release 1.8.1 (#1436) 1.8.1 (2024-12-30) -------------------- Bug Fixes * Fix rendering dbt tests with multiple parents by @tatiana in #1433 * Add ``kwargs`` param in DocsOperator method ``upload_to_cloud_storage`` by @pankajastro in #1422 Docs * Improve OpenLineage documentation by @tatiana in #1431 Others * Enable Docs DAG in CI leveraging existing CI connections by @pankajkoti in #1428 * Install providers with airflow by @pankajkoti in #1432 * Remove unused docs dependency by @pankajastro in #1414 * Pre-commit hook updates in #1424 --------- Co-authored-by: Tatiana Al-Chueyr Co-authored-by: Pankaj Koti --- CHANGELOG.rst | 15 ++++++++++++++- cosmos/__init__.py | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3cff1bbb3..872d50f4b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,13 +1,26 @@ Changelog ========= -1.8.1a1 (2024-12-23) +1.8.1 (2024-12-30) -------------------- Bug Fixes +* Fix rendering dbt tests with multiple parents by @tatiana in #1433 * Add ``kwargs`` param in DocsOperator method ``upload_to_cloud_storage`` by @pankajastro in #1422 +Docs + +* Improve OpenLineage documentation by @tatiana in #1431 + +Others + +* Enable Docs DAG in CI leveraging existing CI connections by @pankajkoti in #1428 +* Install providers with airflow by @pankajkoti in #1432 +* Remove unused docs dependency by @pankajastro in #1414 +* Pre-commit hook updates in #1424 + + 1.8.0 (2024-12-20) -------------------- diff --git a/cosmos/__init__.py b/cosmos/__init__.py index 9577b9dbd..790319d91 100644 --- a/cosmos/__init__.py +++ b/cosmos/__init__.py @@ -6,7 +6,7 @@ Contains dags, task groups, and operators. """ -__version__ = "1.8.1a1" +__version__ = "1.8.1" from cosmos.airflow.dag import DbtDag