This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-2-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-2-stable by this push:
new 9bd6db7 Fix 2.2.4 changelog date and remove dups (#22011)
9bd6db7 is described below
commit 9bd6db79bf4b11d820cf2ec62687283dab964aa0
Author: Jed Cunningham <[email protected]>
AuthorDate: Sat Mar 5 02:38:48 2022 -0700
Fix 2.2.4 changelog date and remove dups (#22011)
---
CHANGELOG.txt | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index cb50c54..062b1e8 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,4 @@
-Airflow 2.2.4, 2021-02-22
+Airflow 2.2.4, 2022-02-22
-------------------------
Bug Fixes
@@ -29,7 +29,6 @@ Bug Fixes
- Bump flask-appbuilder to ``>=3.3.4`` (#20628)
- upgrade celery to ``5.2.3`` (#19703)
- Bump croniter from ``<1.1`` to ``<1.2`` (#20489)
-- Lift off upper bound for MarkupSafe (#20113)
- Avoid calling ``DAG.following_schedule()`` for
``TaskInstance.get_template_context()`` (#20486)
- Fix(standalone): Remove hardcoded Webserver port (#20429)
- Remove unnecssary logging in experimental API (#20356)
@@ -61,8 +60,6 @@ Doc only changes
- Add docker-compose explanation to conn localhost (#19076)
- Update CSV ingest code for tutorial (#18960)
- Adds Pendulum 1.x -> 2.x upgrade documentation (#18955)
-- Updating explicit arg example in TaskFlow API tutorial doc (#18907)
-- Adds back documentation about context usage in Python/@task (#18868)
- Clean up dynamic `start_date` values from docs (#19607)
- Docs for multiple pool slots (#20257)
- Update upgrading.rst with detailed code example of how to resolve
post-upgrade warning (#19993)