This is an automated email from the ASF dual-hosted git repository. thisisnic pushed a change to branch maint-21.0.0-r in repository https://gitbox.apache.org/repos/asf/arrow.git
omit 60c7cfe336 GH-47092: [Release] Fix errors in APT/Yum previous version verification (#47093) omit d025fe41c1 GH-47081: [Release] Verify reproducible source build explicitly (#47082) add 6fd2a167e0 MINOR: [Release] Update CHANGELOG.md for 21.0.0 add f13a579600 MINOR: [Release] Update .deb/.rpm changelogs for 21.0.0 add ee4d09ebef MINOR: [Release] Update versions for 21.0.0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch 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 (60c7cfe336) \ N -- N -- N refs/heads/maint-21.0.0-r (ee4d09ebef) 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/verify_rc.yml | 52 +-- CHANGELOG.md | 352 +++++++++++++++++++++ c_glib/meson.build | 2 +- c_glib/vcpkg.json | 2 +- ci/scripts/PKGBUILD | 2 +- cpp/CMakeLists.txt | 2 +- cpp/meson.build | 2 +- cpp/vcpkg.json | 2 +- csharp/Directory.Build.props | 2 +- dev/release/verify-release-candidate.sh | 42 +-- dev/tasks/homebrew-formulae/apache-arrow-glib.rb | 2 +- dev/tasks/homebrew-formulae/apache-arrow.rb | 2 +- .../apache-arrow-apt-source/debian/changelog | 6 + .../yum/apache-arrow-release.spec.in | 3 + .../linux-packages/apache-arrow/debian/changelog | 6 + .../linux-packages/apache-arrow/yum/arrow.spec.in | 3 + dev/tasks/verify-rc/github.linux.amd64.docker.yml | 3 - dev/tasks/verify-rc/github.macos.yml | 17 +- docs/source/_static/versions.json | 9 +- matlab/CMakeLists.txt | 2 +- python/CMakeLists.txt | 2 +- python/pyproject.toml | 2 +- r/DESCRIPTION | 2 +- r/NEWS.md | 2 +- r/pkgdown/assets/versions.html | 5 +- r/pkgdown/assets/versions.json | 8 +- ruby/red-arrow-cuda/lib/arrow-cuda/version.rb | 2 +- .../red-arrow-dataset/lib/arrow-dataset/version.rb | 2 +- .../lib/arrow-flight-sql/version.rb | 2 +- ruby/red-arrow-flight/lib/arrow-flight/version.rb | 2 +- ruby/red-arrow/lib/arrow/version.rb | 2 +- ruby/red-gandiva/lib/gandiva/version.rb | 2 +- ruby/red-parquet/lib/parquet/version.rb | 2 +- 33 files changed, 424 insertions(+), 124 deletions(-)