Hi, If we can get one more +1 vote on this RC we can release.
If anyone has the time please help with the vote. On Wed, May 19, 2021 at 1:48 PM Josh Fischer <j...@joshfischer.io> wrote: > I am sending this again as I missed the vote and vote result thread links in > the last email. > > > Hi, > > The Apache Heron community has voted and approved the proposal to release > Apache Heron (Incubating) version 0.20.4-incubating-rc1. We request the > Incubator PMC members to review and vote on this incubator release.We only > have 2 binded approvals as we have not heard from one of our mentors as of > late. > > The results of the Release Candidate 1 votes are below: > > - Vote Thread > > https://lists.apache.org/thread.html/r154ab280a85863ef51ac6b627b306596fae84c50cab37ac3f25d052c%40%3Cdev.heron.apache.org%3E > > - Vote Result Thread > > https://lists.apache.org/thread.html/r56e5095229b896a9efdd3cb94b3cedf6bf8da606c61a7e6be47f94a4%40%3Cdev.heron.apache.org%3E > > - Binded Approvals: 2 > > * Ming Wen > > * Kevin Ratnasekera > > Hello Heron Community, > > This is a call for a vote to the 1st release candidate for Apache Heron, > version 0.20.4-incubating*.* > We request project mentors (binded) as well as all contributors (unbinded) > and users to review and vote on this incubator release. > > * The tag to be voted upon: > (83a742f42fdf5bad46f35797e8e3e39f5e12b2a5) > The full list of changes and release notes are available at: > > https://github.com/apache/incubator-heron/releases/tag/0.20.4-incubating-rc1 > > Files can be found in dist.apache.org > Source: > > https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.4-incubating-candidate-1/ > SHA-512 checksums: > > 080a72ce9a1b4ccc4c44c3d6f5e00ace52c21b760f9f2e52ebaab304b67e2aa3bb1135b3f5e4498f369f9ebb41a1f1e983a2c17969ebd2901b7c3ea0de679d7c > heron-0.20.4-incubating-src.tar.gz > > Please download the source package, and follow the below steps from the > root folder of the heron code base. Note that currently Bazel 3.7.2 is > required to build this version and approximate build time is 45 minutes. > # check that Bazel and other dependencies are setup correctly > > ./bazel_configure.py > > To build an install script for your desired platform you may run the > following command. > for Debian10 > $ bazel build --config=debian_nostyle scripts/packages:binpkgs > for CentOS7 > $ bazel build --config=centos_nostyle scripts/packages:binpkgs > for Ubuntu18.04 > $ bazel build --config=ubuntu_nostyle scripts/packages:binpkgs > > To execute and install Heron from an install script you can follow the > steps below: > > $ chmod +x heron-install-0.20.4-incubating-{distro}.sh > $ ./heron-install-0.20.4-incubating-{distro}.sh --user > > From here you should find disclaimers and other files in your ~/.heron > directory. > > ls ~/.heron/ > > DISCLAIMER NOTICE conf/ etc/ include/ > release.yaml > > LICENSE bin/ dist/ examples/ lib/ > > or refer to the compiling guide > https://heron.incubator.apache.org/docs/next/compiling-overview/ > to set up the environment, build and run locally. > > After Bazel is set up and works correctly, you can use these release > check > scripts as well. > > https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks > to verify the build. The vote will be open for at least 72 hours or until > the necessary number of votes are reached. > > Please vote accordingly: > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove with the reason > > Thank you, > > The Apache Heron (Incubating) Tea > > Hi, > > The Apache Heron community has voted and approved the proposal to release > Apache Heron (Incubating) version 0.20.4-incubating-rc1. We request the > Incubator PMC members to review and vote on this incubator release.We only > have 2 binded approvals as we have not heard from one of our mentors as of > late. > > The results of the Release Candidate 1 votes are below: > > - Binded Approvals: 2 > > * Ming Wen > > * Kevin Ratnasekera > > Hello Heron Community, > > This is a call for a vote to the 1st release candidate for Apache Heron, > version 0.20.4-incubating*.* > We request project mentors (binded) as well as all contributors (unbinded) > and users to review and vote on this incubator release. > > * The tag to be voted upon: > (83a742f42fdf5bad46f35797e8e3e39f5e12b2a5) > The full list of changes and release notes are available at: > > https://github.com/apache/incubator-heron/releases/tag/0.20.4-incubating-rc1 > > Files can be found in dist.apache.org > Source: > > https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.4-incubating-candidate-1/ > SHA-512 checksums: > > 080a72ce9a1b4ccc4c44c3d6f5e00ace52c21b760f9f2e52ebaab304b67e2aa3bb1135b3f5e4498f369f9ebb41a1f1e983a2c17969ebd2901b7c3ea0de679d7c > heron-0.20.4-incubating-src.tar.gz > > Please download the source package, and follow the below steps from the > root folder of the heron code base. Note that currently Bazel 3.7.2 is > required to build this version and approximate build time is 45 minutes. > # check that Bazel and other dependencies are setup correctly > > ./bazel_configure.py > > To build an install script for your desired platform you may run the > following command. > for Debian10 > $ bazel build --config=debian_nostyle scripts/packages:binpkgs > for CentOS7 > $ bazel build --config=centos_nostyle scripts/packages:binpkgs > for Ubuntu18.04 > $ bazel build --config=ubuntu_nostyle scripts/packages:binpkgs > > To execute and install Heron from an install script you can follow the > steps below: > > $ chmod +x heron-install-0.20.4-incubating-{distro}.sh > $ ./heron-install-0.20.4-incubating-{distro}.sh --user > > From here you should find disclaimers and other files in your ~/.heron > directory. > > ls ~/.heron/ > > DISCLAIMER NOTICE conf/ etc/ include/ > release.yaml > > LICENSE bin/ dist/ examples/ lib/ > > or refer to the compiling guide > https://heron.incubator.apache.org/docs/next/compiling-overview/ > to set up the environment, build and run locally. > > After Bazel is set up and works correctly, you can use these release > check > scripts as well. > > https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks > to verify the build. The vote will be open for at least 72 hours or until > the necessary number of votes are reached. > > Please vote accordingly: > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove with the reason > > Thank you, > > The Apache Heron (Incubating) Team > > On Wed, May 19, 2021 at 1:42 PM Josh Fischer <j...@joshfischer.io> wrote: > >> Hi, >> >> The Apache Heron community has voted and approved the proposal to release >> Apache Heron (Incubating) version 0.20.4-incubating-rc1. We request the >> Incubator PMC members to review and vote on this incubator release.We only >> have 2 binded approvals as we have not heard from one of our mentors as of >> late. >> >> The results of the Release Candidate 1 votes are below: >> >> - Binded Approvals: 2 >> >> * Ming Wen >> >> * Kevin Ratnasekera >> >> Hello Heron Community, >> >> This is a call for a vote to the 1st release candidate for Apache Heron, >> version 0.20.4-incubating*.* >> We request project mentors (binded) as well as all contributors (unbinded) >> and users to review and vote on this incubator release. >> >> * The tag to be voted upon: >> (83a742f42fdf5bad46f35797e8e3e39f5e12b2a5) >> The full list of changes and release notes are available at: >> >> https://github.com/apache/incubator-heron/releases/tag/0.20.4-incubating-rc1 >> >> Files can be found in dist.apache.org >> Source: >> >> https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.4-incubating-candidate-1/ >> SHA-512 checksums: >> >> 080a72ce9a1b4ccc4c44c3d6f5e00ace52c21b760f9f2e52ebaab304b67e2aa3bb1135b3f5e4498f369f9ebb41a1f1e983a2c17969ebd2901b7c3ea0de679d7c >> heron-0.20.4-incubating-src.tar.gz >> >> Please download the source package, and follow the below steps from the >> root folder of the heron code base. Note that currently Bazel 3.7.2 is >> required to build this version and approximate build time is 45 minutes. >> # check that Bazel and other dependencies are setup correctly >> >> ./bazel_configure.py >> >> To build an install script for your desired platform you may run the >> following command. >> for Debian10 >> $ bazel build --config=debian_nostyle scripts/packages:binpkgs >> for CentOS7 >> $ bazel build --config=centos_nostyle scripts/packages:binpkgs >> for Ubuntu18.04 >> $ bazel build --config=ubuntu_nostyle scripts/packages:binpkgs >> >> To execute and install Heron from an install script you can follow the >> steps below: >> >> $ chmod +x heron-install-0.20.4-incubating-{distro}.sh >> $ ./heron-install-0.20.4-incubating-{distro}.sh --user >> >> From here you should find disclaimers and other files in your ~/.heron >> directory. >> >> ls ~/.heron/ >> >> DISCLAIMER NOTICE conf/ etc/ include/ >> release.yaml >> >> LICENSE bin/ dist/ examples/ lib/ >> >> or refer to the compiling guide >> https://heron.incubator.apache.org/docs/next/compiling-overview/ >> to set up the environment, build and run locally. >> >> After Bazel is set up and works correctly, you can use these release >> check >> scripts as well. >> >> https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks >> to verify the build. The vote will be open for at least 72 hours or until >> the necessary number of votes are reached. >> >> Please vote accordingly: >> [ ] +1 approve >> [ ] +0 no opinion >> [ ] -1 disapprove with the reason >> >> Thank you, >> >> The Apache Heron (Incubating) Team >> > -- Sent from A Mobile Device