1.  [done] rebase (not required for a patch release)
2.  [done] upload source
3.  [done] upload binaries
4.  [done] update website
5.  [done] upload ruby gems
6.  [ ] upload js packages
No javascript changes were applied to the patch release, for
consistency we might want to choose to upload a 0.17.1 release though.
8.  [done] upload C# packages
9.  [ ] upload rust crates
@Andy Grove the patch release doesn't affect the rust implementation.
We can update the crates despite that no changes were made, not sure
what policy should we choose here (same as with JS)
10. [ ] update conda recipes
@Uwe Korn seems like arrow-cpp-feedstock have not picked up the new
release once again
11. [done] upload wheels to pypi
12. [nealrichardson] update homebrew packages
13. [done] update maven artifacts
14. [ ] update msys2
15. [nealrichardson] update R packages
16. [in-progress] update docs

On Mon, May 18, 2020 at 10:29 PM Krisztián Szűcs
<szucs.kriszt...@gmail.com> wrote:
>
> Current status:
>
> 1.  [done] rebase (not required for a patch release)
> 2.  [done] upload source
> 3.  [done] upload binaries
> 4.  [done] update website
> 5.  [ ] upload ruby gems
> 6.  [ ] upload js packages
> 8.  [ ] upload C# packages
> 9.  [ ] upload rust crates
> 10. [ ] update conda recipes
> 11. [done] upload wheels to pypi
> 12. [nealrichardson] update homebrew packages
> 13. [done] update maven artifacts
> 14. [ ] update msys2
> 15. [nealrichardson] update R packages
> 16. [in-progress] update docs
>
> On Mon, May 18, 2020 at 9:39 PM Neal Richardson
> <neal.p.richard...@gmail.com> wrote:
> >
> > I'm working on the R stuff and can do Homebrew again.
> >
> > Neal
> >
> > On Mon, May 18, 2020 at 12:30 PM Krisztián Szűcs <szucs.kriszt...@gmail.com>
> > wrote:
> >
> > > Any help with the post release tasks is welcome!
> > >
> > > Checklist:
> > > 1.  [done] rebase (not required for a patch release)
> > > 2.  [done] upload source
> > > 3.  [in-progress] upload binaries
> > > 4.  [done] update website
> > > 5.  [ ] upload ruby gems
> > > 6.  [ ] upload js packages
> > > 8.  [ ] upload C# packages
> > > 9.  [ ] upload rust crates
> > > 10. [ ] update conda recipes
> > > 11. [kszucs] upload wheels to pypi
> > > 12. [ ] update homebrew packages
> > > 13. [kszucs] update maven artifacts
> > > 14. [ ] update msys2
> > > 15. [ ] update R packages
> > > 16. [in-progress] update docs
> > >
> > > @Neal Richardson I think you need to handle the R packages.
> > >
> > > On Mon, May 18, 2020 at 8:08 PM Krisztián Szűcs
> > > <szucs.kriszt...@gmail.com> wrote:
> > > >
> > > > The VOTE carries with 6 binding +1 votes and 1 non-binding +1 vote.
> > > >
> > > > I'm starting the post release tasks and keep posted about the remaining
> > > tasks.
> > > >
> > > > Thanks everyone!
> > > >
> > > >
> > > > On Mon, May 18, 2020 at 7:03 PM Wes McKinney <wesmck...@gmail.com>
> > > wrote:
> > > > >
> > > > > +1 (binding). Ran the source verification on Windows
> > > > >
> > > > > On Mon, May 18, 2020 at 9:28 AM Krisztián Szűcs
> > > > > <szucs.kriszt...@gmail.com> wrote:
> > > > > >
> > > > > > Seems we don't have a windows verification yet, so I verified the
> > > > > > windows wheels in a mcr.microsoft.com/windows/servercore:ltsc2019
> > > > > > docker container.
> > > > > >
> > > > > > Currently installing VS2017 to verify the source tarball on windows,
> > > > > > but it takes some time.
> > > > > > If anyone has the environment set up, please confirm that the source
> > > > > > verification passes on windows.
> > > > > >
> > > > > >
> > > > > > On Mon, May 18, 2020 at 3:41 PM Krisztián Szűcs
> > > > > > <szucs.kriszt...@gmail.com> wrote:
> > > > > > >
> > > > > > > +1 (binding)
> > > > > > >
> > > > > > > Ran the following on macOS 10.15.4:
> > > > > > >
> > > > > > > Java: OK
> > > > > > > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_JAVA=1
> > > > > > > dev/release/verify-release-candidate.sh source 0.17.1 1`
> > > > > > >
> > > > > > > C++: OK
> > > > > > > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_CPP=1
> > > > > > > dev/release/verify-release-candidate.sh source 0.17.1 1`
> > > > > > >
> > > > > > > Glib, Ruby: OK
> > > > > > > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_GLIB=1
> > > TEST_RUBY=1
> > > > > > > dev/release/verify-release-candidate.sh source 0.17.1 1`
> > > > > > >
> > > > > > > Python: OK
> > > > > > > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_PYTHON=1
> > > > > > > dev/release/verify-release-candidate.sh source 0.17.1 1`
> > > > > > >
> > > > > > > Go: OK
> > > > > > > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_GO=1
> > > > > > > dev/release/verify-release-candidate.sh source 0.17.1 1`
> > > > > > >
> > > > > > > Rust: OK
> > > > > > > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_RUST=1
> > > > > > > dev/release/verify-release-candidate.sh source 0.17.1 1`
> > > > > > >
> > > > > > > JS: OK
> > > > > > > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_JS=1
> > > > > > > dev/release/verify-release-candidate.sh source 0.17.1 1`
> > > > > > >
> > > > > > > C#: OK
> > > > > > > `TEST_DEFAULT=0 TEST_CSHARP=1
> > > dev/release/verify-release-candidate.sh
> > > > > > > source 0.17.1 1`
> > > > > > >
> > > > > > > Integration: OK
> > > > > > > `ARROW_TMPDIR=/tmp/arrow-test TEST_DEFAULT=0 TEST_INTEGRATION=1
> > > > > > > dev/release/verify-release-candidate.sh source 0.17.1 1`
> > > > > > >
> > > > > > > Binaries: OK
> > > > > > > `BINTRAY_REPOSITORY=apache/arrow ARROW_TMPDIR=/tmp/arrow-test
> > > > > > > dev/release/verify-release-candidate.sh binaries 0.17.1 1`
> > > > > > >
> > > > > > > Wheels: OK
> > > > > > > `BINTRAY_REPOSITORY=apache/arrow TMPDIR=/tmp/arrow
> > > > > > > dev/release/verify-release-candidate.sh wheels 0.17.1 1`
> > > > > > >
> > > > > > > On Thu, May 14, 2020 at 6:23 PM Krisztián Szűcs
> > > > > > > <szucs.kriszt...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > I would like to propose the following release candidate (RC1) of
> > > Apache
> > > > > > > > Arrow version 0.17.1. This is a release consisting of 19
> > > > > > > > resolved JIRA issues[1].
> > > > > > > >
> > > > > > > > This release candidate is based on commit:
> > > > > > > > ff7ee06020949daf66ac05090753e1a17736d9fa [2]
> > > > > > > >
> > > > > > > > The source release rc1 is hosted at [3].
> > > > > > > > The binary artifacts are hosted at [4][5][6][7].
> > > > > > > > The changelog is located at [8].
> > > > > > > >
> > > > > > > > Please download, verify checksums and signatures, run the unit
> > > tests,
> > > > > > > > and vote on the release. See [9] for how to validate a release
> > > candidate.
> > > > > > > >
> > > > > > > > The vote will be open for at least 72 hours.
> > > > > > > >
> > > > > > > > [ ] +1 Release this as Apache Arrow 0.17.1
> > > > > > > > [ ] +0
> > > > > > > > [ ] -1 Do not release this as Apache Arrow 0.17.1 because...
> > > > > > > >
> > > > > > > > [1]:
> > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.17.1
> > > > > > > > [2]:
> > > https://github.com/apache/arrow/tree/ff7ee06020949daf66ac05090753e1a17736d9fa
> > > > > > > > [3]:
> > > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.17.1-rc1
> > > > > > > > [4]: https://bintray.com/apache/arrow/centos-rc/0.17.1-rc1
> > > > > > > > [5]: https://bintray.com/apache/arrow/debian-rc/0.17.1-rc1
> > > > > > > > [6]: https://bintray.com/apache/arrow/python-rc/0.17.1-rc1
> > > > > > > > [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.17.1-rc1
> > > > > > > > [8]:
> > > https://github.com/apache/arrow/blob/ff7ee06020949daf66ac05090753e1a17736d9fa/CHANGELOG.md
> > > > > > > > [9]:
> > > https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
> > >

Reply via email to