Skip to content

Commit

Permalink
Release 1.5.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jun 3, 2024
1 parent 5418c67 commit fae241b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changelog
=========

1.5.0a3 (2024-06-03)
--------------------

New Features

* Support for running dbt tasks in AWS EKS in #944 by @VolkerSchiewe
* Support caching dbt ls output in Airflow variable in #1014 by @tatiana (WIP)
- different approach than 1.5.0a1 and 1.5.0a2

Others

* Improve error logging in ``DbtLocalBaseOperator`` in #1004 by @davidsteinar
* Add GitHub issue templates for bug reports and feature request in #1009 by @pankajkoti
* Fix ``dev/Dockerfile`` + Add ``uv pip install`` for faster build time in #997 by @dwreeves
* Drop support for Airflow 2.3 in #994 by @pankajkoti
* Update Astro Runtime image in #988 and #989 by @RNHTTR
* Enable ruff F linting in #985 by @pankajastro
* Move Cosmos Airflow configuration to settings.py in #975 by @pankajastro
* Fix CI Issues in #1005 by @tatiana
* Pre-commit hook updates in #1000

1.4.1 (2024-05-17)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion cosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Contains dags, task groups, and operators.
"""
__version__ = "1.4.1"
__version__ = "1.5.0a3"


from cosmos.airflow.dag import DbtDag
Expand Down

0 comments on commit fae241b

Please sign in to comment.