+1. I have verified that Postcommit and ValidatesRunner suites passed on the release branch, checked quickstarts for core runners (local execution only + Dataflow runner) for Java and Python, checked mobile gaming examples on Direct and Dataflow runners, checked that the Docker images contain licenses, and checked that container images released by Dataflow Runner have dependencies that match requirements for apache-beam[gcp].
I have discovered that Apache Beam on Python 2.7 with GCP requirements does not install cleanly and gives a warning: ERROR: google-auth 1.19.2 has requirement rsa<4.1; python_version < "3", but you'll have rsa 4.5 which is incompatible. We do not directly depend on google-auth or rsa. google-auth maintainers have merged a fix 7 days ago[1] and the problem should fix itself with the next release of google-auth (ETA: today). The error itself is benign. [1] https://github.com/googleapis/google-auth-library-python/commit/6dd2597bd63be6719a0b088de21ef7e48d9d1884 On Tue, Jul 28, 2020 at 11:53 AM Kyle Weaver <[email protected]> wrote: > +1 > Ran Python wordcount {2.7, 3.7} x {Spark, Flink 1.10} job server > containers. > > On Thu, Jul 23, 2020 at 10:42 AM Robert Bradshaw <[email protected]> > wrote: > >> +1 (binding) >> >> I validated the hashes and signatures of all the release artifacts, and >> that the source tarball matches github >> at 5df6e7949629799c46d227171281364144149f5d. I also verified that the diff >> from the last RC contains what is expected and ran some basic pipelines >> against a Python 3 wheel in a fresh virtual environment. All looks good. >> >> On Thu, Jul 23, 2020 at 9:47 AM Chamikara Jayalath <[email protected]> >> wrote: >> >>> +1 (non-binding) >>> Tested Java quickstart and an x-lang pipeline. >>> >>> Thanks, >>> Cham >>> >>> On Wed, Jul 22, 2020 at 7:34 PM Ahmet Altay <[email protected]> wrote: >>> >>>> +1 - I validated py3 quickstarts. >>>> >>>> On Wed, Jul 22, 2020 at 6:21 PM Valentyn Tymofieiev < >>>> [email protected]> wrote: >>>> >>>>> Hi everyone, >>>>> >>>>> Please review and vote on the release candidate #2 for the version >>>>> 2.23.0, as follows: >>>>> [ ] +1, Approve the release >>>>> [ ] -1, Do not approve the release (please provide specific comments) >>>>> >>>>> >>>>> The complete staging area is available for your review, which includes: >>>>> * JIRA release notes [1], >>>>> * the official Apache source release to be deployed to dist.apache.org >>>>> [2], >>>>> which is signed with the key with fingerprint 1DF50603225D29A4 [3], >>>>> * all artifacts to be deployed to the Maven Central Repository [4], >>>>> * source code tag "v2.23.0-RС2" [5], >>>>> * website pull request listing the release [6], publishing the API >>>>> reference manual [7], and the blog post [8]. >>>>> * Java artifacts were built with Maven 3.6.0 and Oracle JDK >>>>> 1.8.0_201-b09 . >>>>> * Python artifacts are deployed along with the source release to the >>>>> dist.apache.org [2]. >>>>> * Validation sheet with a tab for 2.23.0 release to help with >>>>> validation [9]. >>>>> * Docker images published to Docker Hub [10]. >>>>> >>>>> The vote will be open for at least 72 hours. It is adopted by >>>>> majority approval, with at least 3 PMC affirmative votes. >>>>> >>>>> Thanks, >>>>> Release manager. >>>>> >>>>> [1] >>>>> https://jira.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12347145 >>>>> [2] https://dist.apache.org/repos/dist/dev/beam/2.23.0/ >>>>> [3] https://dist.apache.org/repos/dist/release/beam/KEYS >>>>> [4] >>>>> https://repository.apache.org/content/repositories/orgapachebeam-1106/ >>>>> [5] https://github.com/apache/beam/tree/v2.23.0-RC2 >>>>> [6] https://github.com/apache/beam/pull/12212 >>>>> [7] https://github.com/apache/beam-site/pull/605 >>>>> [8] https://github.com/apache/beam/pull/12213 >>>>> [9] >>>>> https://docs.google.com/spreadsheets/d/1qk-N5vjXvbcEk68GjbkSZTR8AGqyNUM-oLFo_ZXBpJw/edit#gid=596347973 >>>>> [10] https://hub.docker.com/search?q=apache%2Fbeam&type=image >>>>> >>>>
