Thanks Kou! All the post-release tasks I usually do have been finished for 14.0.0: [Done] Update the released milestone Date and set to "Closed" on GitHub [Done] Merge changes on release branch to maintenance branch for patch releases [Done] Add the new release to the Apache Reporter System [Done] Upload source [Done] Upload binaries [Done] Update website --> https://github.com/apache/arrow-site/pull/424 [Done] Upload C# packages [Done] Upload wheels/sdist to pypi [Done] Publish Maven artifacts [Done] Bump versions [Done] Update tags for Go modules [Done] Update Homebrew packages --> Community updated https://github.com/Homebrew/homebrew-core/pull/153020 [Done] Upload JavaScript packages [Done] Publish release blog posts [Done] Announce the new release [Done] Announce the release on Twitter (I've tweeted on my personal twitter as I don't have access to the Arrow one) [Done] Update docs --> https://github.com/apache/arrow-site/pull/425 [Done] Update MSYS2 package --> https://github.com/msys2/MINGW-packages/pull/19028 [Done] Update vcpkg port --> https://github.com/microsoft/vcpkg/pull/34944 [Done] Update conda recipes --> https://github.com/conda-forge/arrow-cpp-feedstock/pull/1201 [Done] Update version in Apache Arrow Cookbook [Done] Update Conan recipe --> https://github.com/conan-io/conan-center-index/pull/20980 [Done] Upload RubyGems [Done] Remove old artifacts
The following ones are still missing but are usually done by the R and Parquet maintainers: [TODO] Update R packages [TODO] Make the CPP PARQUET related version as "RELEASED" on JIRA [TODO] Start the new version on JIRA for the related CPP PARQUET version Thanks everyone! Raúl El mié, 8 nov 2023 a las 10:28, Sutou Kouhei (<k...@clear-code.com>) escribió: > > Hi, > > > [TODO] Upload RubyGems > > I've done this because I need this for Apache Arrow Flight > SQL adapter for PostgreSQL. > > Thanks, > -- > kou > > In <cad1rbrp3shnhkvmtqavteawva7h+dnnt435p4r0brssfm9y...@mail.gmail.com> > "Re: [RESULT][VOTE] Release Apache Arrow 14.0.0 - RC2" on Mon, 6 Nov 2023 > 19:01:15 +0100, > Raúl Cumplido <rau...@apache.org> wrote: > > > Hi, > > > > I am currently working on the post-release tasks. This is the current > > status: > > > > [Done] Update the released milestone Date and set to "Closed" on GitHub > > [Done] Merge changes on release branch to maintenance branch for patch > > releases > > [Done] Add the new release to the Apache Reporter System > > [Done] Upload source > > [Done] Upload binaries > > [Done] Update website --> https://github.com/apache/arrow-site/pull/424 > > [Done] Upload C# packages > > [Done] Upload wheels/sdist to pypi > > [Done] Publish Maven artifacts > > [Done] Bump versions > > [Done] Update tags for Go modules > > [Done] Update Homebrew packages --> Community updated > > https://github.com/Homebrew/homebrew-core/pull/153020 > > [Done] Upload JavaScript packages > > > > [In progress] Update MSYS2 package --> > > https://github.com/msys2/MINGW-packages/pull/19028 > > [In progress] Update docs --> https://github.com/apache/arrow-site/pull/425 > > [In progress] Update vcpkg port --> > > https://github.com/microsoft/vcpkg/pull/34944 > > > > [TODO] Upload RubyGems > > [TODO] Update Conan recipe > > [TODO] Update version in Apache Arrow Cookbook > > [TODO] Announce the new release > > [TODO] Publish release blog posts > > [TODO] Announce the release on Twitter > > [TODO] Remove old artifacts > > > > As usual I am going to need help with the following tasks: > > [TODO] Update R packages > > [TODO] Make the CPP PARQUET related version as "RELEASED" on JIRA > > [TODO] Start the new version on JIRA for the related CPP PARQUET version > > [In progress] Update conda recipes --> > > https://github.com/conda-forge/arrow-cpp-feedstock/pull/1201 > > > > El mar, 31 oct 2023 a las 15:19, Raúl Cumplido (<rau...@apache.org>) > > escribió: > >> > >> Hi, > >> > >> Thanks everyone. > >> > >> The result of the vote was successful with 3 +1 binding votes, 3 +1 > >> non-binding vote and no -1 votes. > >> I will start the post release tasks for 14.0.0 [1]. > >> > >> Thanks, > >> Raúl > >> > >> [1] > >> https://arrow.apache.org/docs/dev/developers/release.html#post-release-tasks > >> > >> El lun, 30 oct 2023 a las 18:20, Jean-Baptiste Onofré > >> (<j...@nanthrax.net>) escribió: > >> > > >> > Hi, > >> > > >> > I just verified the Java part on Mac, not Go. > >> > > >> > I can do a try. > >> > > >> > Regards > >> > JB > >> > > >> > On Fri, Oct 27, 2023 at 5:07 PM Dane Pitkin > >> > <d...@voltrondata.com.invalid> wrote: > >> > > > >> > > Has anyone fully verified on MacOS yet? Last time I tried, I was still > >> > > getting stuck on the original Go issue after syncing Kou's latest > >> > > changes > >> > > (I might need to try a fresh install of arrow). > >> > > > >> > > On Wed, Oct 25, 2023 at 9:34 AM David Li <lidav...@apache.org> wrote: > >> > > > >> > > > +1 (binding) > >> > > > > >> > > > Tested on Debian 12 'bookworm' / x86_64 > >> > > > > >> > > > I had some trouble with the wheels but creating a fresh ARROW_TMPDIR > >> > > > resolved it. I filed [1] as well since testing binaries with the > >> > > > apparent > >> > > > rate-limit is quite frustrating > >> > > > > >> > > > [1]: https://github.com/apache/arrow/issues/38442 > >> > > > > >> > > > On Wed, Oct 25, 2023, at 04:58, Raúl Cumplido wrote: > >> > > > > +1 (non-binding) > >> > > > > > >> > > > > I've successfully run: > >> > > > > TEST_DEFAULT=0 TEST_SOURCE=1 > >> > > > > dev/release/verify-release-candidate.sh > >> > > > 14.0.0 2 > >> > > > > TEST_DEFAULT=0 TEST_APT=1 dev/release/verify-release-candidate.sh > >> > > > > 14.0.0 > >> > > > 2 > >> > > > > TEST_DEFAULT=0 TEST_BINARY=1 > >> > > > > dev/release/verify-release-candidate.sh > >> > > > 14.0.0 2 > >> > > > > TEST_DEFAULT=0 TEST_JARS=1 dev/release/verify-release-candidate.sh > >> > > > 14.0.0 2 > >> > > > > TEST_DEFAULT=0 TEST_WHEELS=1 > >> > > > > dev/release/verify-release-candidate.sh > >> > > > 14.0.0 2 > >> > > > > TEST_DEFAULT=0 TEST_YUM=1 dev/release/verify-release-candidate.sh > >> > > > > 14.0.0 > >> > > > 2 > >> > > > > > >> > > > > I have been able to successfully run the amazon linux 2023 yum > >> > > > > package > >> > > > > by removing all my old docker images locally and pulling them > >> > > > > again. > >> > > > > > >> > > > > With: > >> > > > > * Python 3.10.12 > >> > > > > * gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 > >> > > > > * NVIDIA CUDA Build cuda_11.5.r11.5/compiler.30672275_0 > >> > > > > * openjdk 17.0.8.1 2023-08-24 > >> > > > > * ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) > >> > > > > [x86_64-linux-gnu] > >> > > > > * dotnet 7.0.112 > >> > > > > * Ubuntu 22.04 LTS > >> > > > > > >> > > > > El mié, 25 oct 2023 a las 9:24, Sutou Kouhei > >> > > > > (<k...@clear-code.com>) > >> > > > escribió: > >> > > > >> > >> > > > >> Hi, > >> > > > >> > >> > > > >> https://github.com/apache/arrow/pull/38450 should fix it. > >> > > > >> This is not a blocker because this is a verification script > >> > > > >> problem not source archive problem. > >> > > > >> > >> > > > >> > >> > > > >> Thanks, > >> > > > >> -- > >> > > > >> kou > >> > > > >> > >> > > > >> In > >> > > > >> <CAD1RbrrOh+O9rOwyvdVCL0deC=-tgkqcjgoohvxwrf6kb8c...@mail.gmail.com> > >> > > > >> "Re: [VOTE] Release Apache Arrow 14.0.0 - RC2" on Tue, 24 Oct > >> > > > >> 2023 > >> > > > 20:13:57 +0200, > >> > > > >> Raúl Cumplido <raulcumpl...@gmail.com> wrote: > >> > > > >> > >> > > > >> > Hi Bryce, > >> > > > >> > > >> > > > >> > This happened on the verification tasks and is related to this > >> > > > >> > issue > >> > > > [1]. > >> > > > >> > > >> > > > >> > It should be solved if you pull the latest main and the related > >> > > > >> > testing submodules. > >> > > > >> > > >> > > > >> > Thanks, > >> > > > >> > Raúl > >> > > > >> > > >> > > > >> > [1] https://github.com/apache/arrow/issues/38345 > >> > > > >> > > >> > > > >> > El mar, 24 oct 2023 a las 20:02, Bryce Mecum > >> > > > >> > (<bryceme...@gmail.com>) > >> > > > escribió: > >> > > > >> >> > >> > > > >> >> I've failed to verify this release candidate on macOS M1, > >> > > > >> >> running > >> > > > >> >> "dev/release/verify-release-candidate.sh 14.0.0 2" [1]. The > >> > > > >> >> failure > >> > > > >> >> looks related to the Go implementation's > >> > > > >> >> "parquet-encryption-test". > >> > > > >> >> Can anyone on a similar machine verify? > >> > > > >> >> > >> > > > >> >> [1] > >> > > > >> >> https://gist.github.com/amoeba/f47534bea44d78a7ee79e4b44ed0e4ff > >> > > > >> >> > >> > > > >> >> > >> > > > >> >> On Mon, Oct 23, 2023 at 11:19 PM Raúl Cumplido > >> > > > >> >> <rau...@apache.org> > >> > > > wrote: > >> > > > >> >> > > >> > > > >> >> > Hi, > >> > > > >> >> > > >> > > > >> >> > I would like to propose the following release candidate > >> > > > >> >> > (RC2) of > >> > > > Apache > >> > > > >> >> > Arrow version 14.0.0. This is a release consisting of 461 > >> > > > >> >> > resolved GitHub issues[1]. > >> > > > >> >> > > >> > > > >> >> > This release candidate is based on commit: > >> > > > >> >> > 2dcee3f82c6cf54b53a64729fd81840efa583244 [2] > >> > > > >> >> > > >> > > > >> >> > The source release rc2 is hosted at [3]. > >> > > > >> >> > The binary artifacts are hosted at > >> > > > >> >> > [4][5][6][7][8][9][10][11]. > >> > > > >> >> > The changelog is located at [12]. > >> > > > >> >> > > >> > > > >> >> > Please download, verify checksums and signatures, run the > >> > > > >> >> > unit > >> > > > tests, > >> > > > >> >> > and vote on the release. See [13] for how to validate a > >> > > > >> >> > release > >> > > > candidate. > >> > > > >> >> > > >> > > > >> >> > See also a verification result on GitHub pull request [14]. > >> > > > >> >> > > >> > > > >> >> > The vote will be open for at least 72 hours. > >> > > > >> >> > > >> > > > >> >> > [ ] +1 Release this as Apache Arrow 14.0.0 > >> > > > >> >> > [ ] +0 > >> > > > >> >> > [ ] -1 Do not release this as Apache Arrow 14.0.0 because... > >> > > > >> >> > > >> > > > >> >> > [1]: > >> > > > https://github.com/apache/arrow/issues?q=is%3Aissue+milestone%3A14.0.0+is%3Aclosed > >> > > > >> >> > [2]: > >> > > > https://github.com/apache/arrow/tree/2dcee3f82c6cf54b53a64729fd81840efa583244 > >> > > > >> >> > [3]: > >> > > > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-14.0.0-rc2 > >> > > > >> >> > [4]: https://apache.jfrog.io/artifactory/arrow/almalinux-rc/ > >> > > > >> >> > [5]: > >> > > > >> >> > https://apache.jfrog.io/artifactory/arrow/amazon-linux-rc/ > >> > > > >> >> > [6]: https://apache.jfrog.io/artifactory/arrow/centos-rc/ > >> > > > >> >> > [7]: https://apache.jfrog.io/artifactory/arrow/debian-rc/ > >> > > > >> >> > [8]: > >> > > > >> >> > https://apache.jfrog.io/artifactory/arrow/java-rc/14.0.0-rc2 > >> > > > >> >> > [9]: > >> > > > >> >> > https://apache.jfrog.io/artifactory/arrow/nuget-rc/14.0.0-rc2 > >> > > > >> >> > [10]: > >> > > > https://apache.jfrog.io/artifactory/arrow/python-rc/14.0.0-rc2 > >> > > > >> >> > [11]: https://apache.jfrog.io/artifactory/arrow/ubuntu-rc/ > >> > > > >> >> > [12]: > >> > > > https://github.com/apache/arrow/blob/2dcee3f82c6cf54b53a64729fd81840efa583244/CHANGELOG.md > >> > > > >> >> > [13]: > >> > > > https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates > >> > > > >> >> > [14]: https://github.com/apache/arrow/pull/38343 > >> > > >