Skip to content

Commit

Permalink
Release 1.18.0 (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Sep 25, 2023
1 parent 187431c commit baf9444
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 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.18.0 (2023-09-25)
-------------------

Enhancements
""""""""""""
* Add ``keep_response`` parameter to ``HttpHookAsync`` (#1330)
* Add AioRefreshableCredentials to AwsBaseHookAsync (#1304)

Bug Fixes
"""""""""
* Fix ExternalDeploymentTaskSensorAsync by making simple http requests instead of aiohttp (#1306)
* Fix impersonation failure on GKE start pod operator async (#1274)

Misc
"""""
* Bring back hive provider for Python3.11 (#1317)


1.17.3 (2023-08-07)
-------------------

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.18.0-dev1",
"versions": "1.18.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.18.0-dev1"
release = "1.18.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ known-third-party = ["google", "gcloud"]
skips = ["B113"]

[tool.commitizen]
version = "1.18.0-dev1"
version = "1.18.0"
version_files = [
"docs/conf.py",
"astronomer/providers/package.py",
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.18.0-dev1
version = 1.18.0
url = https://github.com/astronomer/astronomer-providers/
author = Astronomer
author_email = humans@astronomer.io
Expand Down

0 comments on commit baf9444

Please sign in to comment.