You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/08/24 11:43:55 UTC

[airflow] branch main updated (e928817f9a -> c27a133d7e)

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from e928817f9a Remove implementation of `__eq__` method from DatasetEvent (#25907)
     add c27a133d7e Apache Airflow 2.3.4 has been released (#25913)

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/airflow_bug_report.yml      |  2 +-
 Dockerfile                                         |  2 +-
 README.md                                          | 14 ++--
 RELEASE_NOTES.rst                                  | 98 ++++++++++++++++++++++
 airflow/utils/db.py                                |  1 +
 .../installation/supported-versions.rst            |  2 +-
 .../customizing/pypi-extras-and-deps.sh            |  2 +-
 .../customizing/pypi-selected-version.sh           |  2 +-
 docs/spelling_wordlist.txt                         |  3 +
 newsfragments/23574.feature.rst                    |  1 -
 newsfragments/24755.improvement.rst                |  1 -
 newsfragments/24811.significant.rst                | 22 -----
 newsfragments/25147.bugfix.rst                     |  1 -
 .../ci/pre_commit/pre_commit_supported_versions.py |  2 +-
 14 files changed, 115 insertions(+), 38 deletions(-)
 delete mode 100644 newsfragments/23574.feature.rst
 delete mode 100644 newsfragments/24755.improvement.rst
 delete mode 100644 newsfragments/24811.significant.rst
 delete mode 100644 newsfragments/25147.bugfix.rst