This is an automated email from the ASF dual-hosted git repository. elizabeth pushed a change to tag 2.1.2 in repository https://gitbox.apache.org/repos/asf/superset.git
*** WARNING: tag 2.1.2 was modified! *** from 8c0e5f5078 (commit) to 840b486906 (commit) omit 8c0e5f5078 fix tests and lint omit 49e0016265 bump frontend version omit 62613a875d chore: add latest-official docker tag (#25322) add 6eb5f0fd7d bump frontend version add 9d5a793120 fix tests and lint add 840b486906 update changelog This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the tag are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (8c0e5f5078) \ N -- N -- N refs/tags/2.1.2 (840b486906) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/docker-release.yml | 3 +- .github/workflows/docker.yml | 2 +- .../workflows}/docker_build_push.sh | 82 +----------- CHANGELOG.md | 22 +++- scripts/tag_latest_release.sh | 140 ++++++--------------- tests/unit_tests/fixtures/bash_mock.py | 45 ------- tests/unit_tests/scripts/docker_build_push_test.py | 61 --------- .../unit_tests/scripts/tag_latest_release_test.py | 66 ---------- 8 files changed, 63 insertions(+), 358 deletions(-) rename {scripts => .github/workflows}/docker_build_push.sh (57%) delete mode 100644 tests/unit_tests/fixtures/bash_mock.py delete mode 100644 tests/unit_tests/scripts/docker_build_push_test.py delete mode 100644 tests/unit_tests/scripts/tag_latest_release_test.py