Tasks in progress: [x] Close the GitHub milestone/project [x] Add the new release to the Apache Reporter System [x] Upload source release artifacts to Subversion [x] Create the final GitHub release [x] Update website [x] Upload wheels/sdist to PyPI [x] Publish Maven packages [x] Update tags for Go modules [x] Deploy APT/Yum repositories [x] Upload Ruby packages to RubyGems [ ] Update conda-forge packages: https://github.com/conda-forge/arrow-adbc-split-feedstock/pull/5 [x] Announce the new release [x] Remove old artifacts [x] Bump versions [ ] Publish release blog post: https://github.com/apache/arrow-site/pull/335
On Tue, Mar 21, 2023, at 11:40, David Li wrote: > The release is verified with 3 binding and 4 non-binding +1 votes. Thanks all! > > I will handle post-release tasks: > > [ ] Close the GitHub milestone/project > [ ] Add the new release to the Apache Reporter System > [ ] Upload source release artifacts to Subversion > [ ] Create the final GitHub release > [ ] Update website > [ ] Upload wheels/sdist to PyPI > [ ] Publish Maven packages > [ ] Update tags for Go modules > [ ] Deploy APT/Yum repositories > [ ] Upload Ruby packages to RubyGems > [ ] Update conda-forge packages > [ ] Announce the new release > [ ] Remove old artifacts > [ ] Bump versions > [ ] Publish release blog post > > On Mon, Mar 20, 2023, at 10:06, Dewey Dunnington wrote: >> +1 (non-binding)! >> >> I ran `USE_CONDA=1 TEST_APT=0 TEST_YUM=0 >> dev/release/verify-release-candidate.sh 0.3.0 1` successfully on MacOS >> Monterey (M1) and MacOS Ventura (M1). >> >> Additionally, I verified R with and without conda (`TEST_DEFAULT=0 >> TEST_R=1 dev/release/verify-release-candidate.sh 0.3.0 1` and >> `TEST_DEFAULT=0 TEST_R=1 USE_CONDA=1 >> dev/release/verify-release-candidate.sh 0.3.0 1`) on MacOS Monterey >> (M1) and MacOS El Capitan (x86). I was also able to verify R without >> conda on a Windows VM (x86) via Git bash. >> >> I did run into a missing symbol error using Conda on MacOS El Capitan >> [1] but this seems related to conda environments in verification and >> not the release itself. >> >> [1] https://github.com/apache/arrow-adbc/issues/530 >> >> >> On Sat, Mar 18, 2023 at 11:19 AM SHIMA Tatsuya <ts1s1a...@gmail.com> wrote: >>> >>> +1 (non-binding) >>> >>> I run `export USE_CONDA=1 && ./dev/release/verify-release-candidate.sh >>> 0.3.0 1` on Ubuntu 20.04 >>> >>> On 2023/03/18 21:58, David Li wrote: >>> > My vote: +1 >>> > >>> > Verified with Conda on macOS 13.2/AArch64 and Ubuntu Linux 18.04/x86_64. >>> > >>> > On Fri, Mar 17, 2023, at 23:40, Sutou Kouhei wrote: >>> >> +1 >>> >> >>> >> I ran the following on Debian GNU/Linux sid: >>> >> >>> >> dev/release/verify-release-candidate.sh 0.3.0 1 >>> >> >>> >> with: >>> >> >>> >> * Python 3.11.2 >>> >> * g++ (Debian 12.2.0-14) 12.2.0 >>> >> * go version go1.19.6 linux/amd64 >>> >> * openjdk version "18.0.2-ea" 2022-07-19 >>> >> * ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux-gnu] >>> >> * R version 4.2.2 Patched (2022-11-10 r83330) -- "Innocent and >>> >> Trusting" >>> >> >>> >> Thanks, >>> >> -- >>> >> kou >>> >> >>> >> In <35d590f7-d9ad-4d1f-81c6-bcfbab251...@app.fastmail.com> >>> >> "[VOTE] Release Apache Arrow ADBC 0.3.0 - RC1" on Fri, 17 Mar 2023 >>> >> 11:22:11 -0400, >>> >> "David Li" <lidav...@apache.org> wrote: >>> >> >>> >>> Hello, >>> >>> >>> >>> I would like to propose the following release candidate (RC1) of Apache >>> >>> Arrow ADBC version 0.3.0. This is a release consisting of 24 resolved >>> >>> GitHub issues [1]. >>> >>> >>> >>> This release candidate is based on commit: >>> >>> ebcb87d8df41798d82171d81b7650b6bdfbe295a [2] >>> >>> >>> >>> The source release rc1 is hosted at [3]. >>> >>> The binary artifacts are hosted at [4][5][6][7][8]. >>> >>> The changelog is located at [9]. >>> >>> >>> >>> Please download, verify checksums and signatures, run the unit tests, >>> >>> and vote on the release. See [10] for how to validate a release >>> >>> candidate. >>> >>> >>> >>> See also a verification result on GitHub Actions [11]. >>> >>> >>> >>> The vote will be open for at least 72 hours. >>> >>> >>> >>> [ ] +1 Release this as Apache Arrow ADBC 0.3.0 >>> >>> [ ] +0 >>> >>> [ ] -1 Do not release this as Apache Arrow ADBC 0.3.0 because... >>> >>> >>> >>> Note: to verify APT/YUM packages on macOS/AArch64, you must `export >>> >>> DOCKER_DEFAULT_ARCHITECTURE=linux/amd64`. (Or skip this step by `export >>> >>> TEST_APT=0 TEST_YUM=0`.) >>> >>> >>> >>> Thanks to Kou for helping prepare the release. >>> >>> >>> >>> [1]: >>> >>> https://github.com/apache/arrow-adbc/issues?q=is%3Aissue+milestone%3A%22ADBC+Libraries+0.3.0%22+is%3Aclosed >>> >>> [2]: >>> >>> https://github.com/apache/arrow-adbc/commit/ebcb87d8df41798d82171d81b7650b6bdfbe295a >>> >>> [3]: >>> >>> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-adbc-0.3.0-rc1/ >>> >>> [4]: https://apache.jfrog.io/artifactory/arrow/almalinux-rc/ >>> >>> [5]: https://apache.jfrog.io/artifactory/arrow/debian-rc/ >>> >>> [6]: https://apache.jfrog.io/artifactory/arrow/ubuntu-rc/ >>> >>> [7]: >>> >>> https://repository.apache.org/content/repositories/staging/org/apache/arrow/adbc/ >>> >>> [8]: >>> >>> https://github.com/apache/arrow-adbc/releases/tag/apache-arrow-adbc-0.3.0-rc1 >>> >>> [9]: >>> >>> https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-0.3.0-rc1/CHANGELOG.md >>> >>> [10]: >>> >>> https://arrow.apache.org/adbc/main/development/releasing.html#how-to-verify-release-candidates >>> >>> [11]: https://github.com/apache/arrow-adbc/actions/runs/4448256840