Skip to content

Commit

Permalink
Release 1.13.0 (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharanidharan14 authored Dec 16, 2022
1 parent bd0eee1 commit b43a2b9
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
@@ -1,6 +1,24 @@
Changelog
=========

1.13.0 (2022-12-16)
-------------------

Feature
"""""""

- Enhance ``AwsBaseHookAsync`` to support assume role ``role_arn`` passed via ``extra_config`` in the airflow connection.
(`#804 <https://github.com/astronomer/astronomer-providers/pull/804>`_)
- Support private key authentication for ``SFTPHookAsync`` via SFTP connection.
(`#749 <https://github.com/astronomer/astronomer-providers/pull/749>`_)

Bug Fixes
"""""""""

- Fix ``KubernetesPodOperatorAsync`` to consider kubernetes connection id in the trigger.
(`#815 <https://github.com/astronomer/astronomer-providers/pull/815>`_)


1.12.0 (2022-12-02)
-------------------

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.13.0.dev1",
"versions": "1.13.0",
# 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.13.0.dev1"
release = "1.13.0"


# -- 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.13.0.dev1
version = 1.13.0
url = https://github.com/astronomer/astronomer-providers/
author = Astronomer
author_email = [email protected]
Expand Down

0 comments on commit b43a2b9

Please sign in to comment.