Skip to content

Commit

Permalink
Release 1.15.3 (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajaths010494 authored Apr 17, 2023
1 parent 9048938 commit c450a62
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ Changelog
=========


1.15.3 (2023-04-17)
-------------------

Bug Fixes
"""""""""

- Allow and prefer non-prefixed extra fields for ``KubernetesHookAsync``
(`#944 <https://github.com/astronomer/astronomer-providers/pull/944>`_)
- Make ``GKEStartPodOperatorAsync`` compatible with ``apache-airflow-providers-google>=9.0.0``.
(`#954 <https://github.com/astronomer/astronomer-providers/pull/954>`_)
- BigQuery Async Operators accepts poll_interval as argument to override trigger's default poll_interval.
(`#953 <https://github.com/astronomer/astronomer-providers/pull/953>`_)
- Fix S3 and GCS custom XCOM backend json loading issue
(`#961 <https://github.com/astronomer/astronomer-providers/pull/961>`_)
- Pinning snowflake-sqlalchemy to greater than or equal to 1.4.4
(`#962 <https://github.com/astronomer/astronomer-providers/pull/962>`_)


1.15.2 (2023-03-27)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion astronomer/providers/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def get_provider_info() -> Dict[str, Any]:
"package-name": "astronomer-providers",
"name": "Astronomer Providers",
"description": "Apache Airflow Providers containing Deferrable Operators & Sensors from Astronomer",
"versions": "1.16.0-dev",
"versions": "1.15.3",
# Optional.
"hook-class-names": [],
"extra-links": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = "Astronomer Inc."

# The full version, including alpha/beta/rc tags
release = "1.16.0-dev"
release = "1.15.3"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = astronomer-providers
version = 1.16.0-dev
version = 1.15.3
url = https://github.com/astronomer/astronomer-providers/
author = Astronomer
author_email = [email protected]
Expand Down

0 comments on commit c450a62

Please sign in to comment.