This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-2-test by this push:
new 06c82e1 Add changelog for 2.2.3rc2
06c82e1 is described below
commit 06c82e17e9d7ff1bf261357e84c6013ccdb3c241
Author: Jed Cunningham <[email protected]>
AuthorDate: Tue Dec 14 15:06:43 2021 -0700
Add changelog for 2.2.3rc2
---
CHANGELOG.txt | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 3401c5e..4c9a2da 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,9 +1,15 @@
-Airflow 2.2.3, 2021-12-14
+Airflow 2.2.3, 2021-12-20
-------------------------
Bug Fixes
"""""""""
+- Lazy Jinja2 context (#20217)
+- Exclude ``snowflake-sqlalchemy`` v1.2.5 (#20245)
+- Move away from legacy ``importlib.resources`` API (#19091)
+- Move setgid as the first command executed in forked task runner (#20040)
+- Fix race condition when starting ``DagProcessorAgent`` (#19935)
+- Limit ``httpx`` to <0.20.0 (#20218)
- Log provider import errors as debug warnings (#20172)
- Bump minimum required ``alembic`` version (#20153)
- Fix log link in gantt view (#20121)
@@ -37,6 +43,7 @@ Bug Fixes
Doc only changes
""""""""""""""""
+- Warn without tracebacks when example_dags are missing deps (#20295)
- Deferrable operators doc clarification (#20150)
- Ensure the example DAGs are all working (#19355)
- Updating core example DAGs to use TaskFlow API where applicable (#18562)