You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/10 20:11:31 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #20206: Sync `v2-2-stable` with `v2-2-test` to release `2.2.3`

kaxil commented on a change in pull request #20206:
URL: https://github.com/apache/airflow/pull/20206#discussion_r766951347



##########
File path: CHANGELOG.txt
##########
@@ -1,11 +1,70 @@
+Airflow 2.2.3, 2021-12-14
+-------------------------
+
+Bug Fixes
+"""""""""
+
+- Log provider import errors as debug warnings (#20172)
+- Bump minimum required ``alembic`` version (#20153)
+- Fix log link in gantt view (#20121)
+- fixing #19028 by moving chown to use sudo (#20114)
+- Lift off upper bound for ``MarkupSafe`` (#20113)
+- Fix infinite recursion on redact log (#20039)
+- Fix db downgrades (#19994)
+- Context class handles deprecation (#19886)
+- Fix possible reference to undeclared variable (#19933)
+- Validate ``DagRun`` state is valid on assignment (#19898)
+- Workaround occasional deadlocks with MSSQL (#19856)
+- Enable task run setting to be able reinitialise (#19845)
+- Fix log endpoint for same task (#19672)
+- Cast macro datetime string inputs explicitly (#19592)
+- Do not crash with stacktrace when task instance is missing (#19478)
+- Fix log timezone in task log view (#19342) (#19401)
+- Fix: Add taskgroup tooltip to graph view (#19083)
+- Rename execution date in forms and tables (#19063)
+- Simplify "invalid TI state" message (#19029)
+- Handle case of nonexistent file when preparing file path queue (#18998)
+- Do not create dagruns for DAGs with import errors  (#19367)
+- Fix field relabeling when switching between conn types (#19411)
+- ``KubernetesExecutor`` should default to template image if used (#19484)
+- Fix task instance api cannot list task instances with ``None`` state (#19487)
+- Fix IntegrityError in `DagFileProcessor.manage_slas` (#19553)

Review comment:
       ```suggestion
   - Fix IntegrityError in ``DagFileProcessor.manage_slas`` (#19553)
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org