So far the release process is going well. Currently running several release validation suites[1], and plan to send out an RC once these are completed.
Here is how the community can help: 1. If there is a test suite that you've added recently, but did not add it to .test-infra/jenkins/README.md <https://github.com/apache/beam/blob/master/.test-infra/jenkins/README.md>, feel free to trigger it on the PR[1], and add the trigger command to README.MD. 2. Please add any noteworthy changes to the change log [3]. 3. I have received several inquiries off-the-list about cherry-picking changes to the release branch (which would be blocking further steps in the release process), so I would like to remind the current guideline[4]: *An issue should not block the release if the problem exists in the current released version or is a bug in new functionality that does not exist in the current released version. It should be a blocker if the bug is a regression between the currently released version and the release in progress and has no easy workaround.* Thanks, Valentyn [1] https://github.com/apache/beam/pull/12194 [2] https://github.com/apache/beam/blob/master/.test-infra/jenkins/README.md [3] https://github.com/apache/beam/blob/master/CHANGES.md [4] https://beam.apache.org/contribute/release-guide/#4-triage-release-blocking-issues-in-jira <https://www.google.com/url?q=https://beam.apache.org/contribute/release-guide/%234-triage-release-blocking-issues-in-jira&sa=D&source=hangouts&ust=1594262748653000&usg=AFQjCNFZYd0JpuYxxvj44rxOu6f6twr76A> On Mon, Jul 6, 2020 at 9:47 AM Ahmet Altay <[email protected]> wrote: > Done. > > On Wed, Jul 1, 2020 at 5:40 PM Valentyn Tymofieiev <[email protected]> > wrote: > >> Can somebody please add my pypi username (tvalentyn) to the list of >> apache-beam maintainers on PyPi: https://pypi.org/project/apache-beam/ ? >> Thank you! >> >> On Wed, Jul 1, 2020 at 4:51 PM Valentyn Tymofieiev <[email protected]> >> wrote: >> >>> Release branch has been cut. >>> >>> As a reminder, please do not merge commits into the release branch >>> directly, instead, loop in the release manager if any cherry-picks are >>> required. >>> >>> Thank you. >>> >>> On Wed, Jul 1, 2020 at 9:25 AM Valentyn Tymofieiev <[email protected]> >>> wrote: >>> >>>> Great, thank you Tobiasz, I will take a look. >>>> >>>> On Wed, Jul 1, 2020 at 7:27 AM Tobiasz Kędzierski < >>>> [email protected]> wrote: >>>> >>>>> Hi, >>>>> >>>>> I've just created PR introducing usage of GH-Actions to release process >>>>> https://github.com/apache/beam/pull/12150 >>>>> >>>>> Let me know what you think, maybe you have some suggestions on what >>>>> may be improved. >>>>> >>>>> BR >>>>> Tobiasz >>>>> >>>>> On Wed, Jul 1, 2020 at 6:08 AM Ahmet Altay <[email protected]> wrote: >>>>> >>>>>> Valentyn, >>>>>> >>>>>> [email protected] <[email protected]> added >>>>>> a github action for building python wheel files ( >>>>>> https://github.com/apache/beam/pull/11877). You should be able to >>>>>> build the wheel files using this github action instead of using the >>>>>> beam-wheels repo and Travis. Please give it a try during the release >>>>>> process. >>>>>> >>>>>> Ahmet >>>>>> >>>>>> On Tue, Jun 23, 2020 at 7:27 PM Valentyn Tymofieiev < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> Friendly reminder that the release cut is slated next week. >>>>>>> >>>>>>> If you are aware of *release-blocking* issues, please open a JIRA >>>>>>> and set the "Fix version" to be 2.23.0. >>>>>>> >>>>>>> Please do not set "Fix version" for open non-blocking issues, >>>>>>> instead set "Fix version" once the issue is actually resolved. >>>>>>> >>>>>>> Thanks, >>>>>>> Valentyn >>>>>>> >>>>>>> On Mon, Jun 15, 2020 at 1:14 PM Rui Wang <[email protected]> wrote: >>>>>>> >>>>>>>> Thank you Valentyn! >>>>>>>> >>>>>>>> On Mon, Jun 15, 2020 at 1:08 PM Ahmet Altay <[email protected]> >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Thank you Valentyn! >>>>>>>>> >>>>>>>>> On Mon, Jun 15, 2020 at 12:46 PM Ankur Goenka <[email protected]> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Thanks Valentyn! >>>>>>>>>> >>>>>>>>>> On Mon, Jun 15, 2020 at 12:41 PM Kyle Weaver <[email protected]> >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> Sounds good, thanks Valentyn! >>>>>>>>>>> >>>>>>>>>>> On Mon, Jun 15, 2020 at 12:31 PM Valentyn Tymofieiev < >>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>> >>>>>>>>>>>> Hi all, >>>>>>>>>>>> >>>>>>>>>>>> According to the Beam release calendar [1], the next (2.23.0) >>>>>>>>>>>> release branch cut is scheduled for July 1. >>>>>>>>>>>> >>>>>>>>>>>> I would be happy to help with this release and volunteer myself to >>>>>>>>>>>> be the next release manager. >>>>>>>>>>>> >>>>>>>>>>>> As usual, the plan is to cut the branch on that date, >>>>>>>>>>>> and cherrypick release-blocking fixes afterwards if any. >>>>>>>>>>>> >>>>>>>>>>>> Any unresolved release blocking JIRA issues for 2.23.0 should >>>>>>>>>>>> have their "Fix Version/s" marked as "2.23.0". >>>>>>>>>>>> >>>>>>>>>>>> Any comments or objections? >>>>>>>>>>>> >>>>>>>>>>>> [1] >>>>>>>>>>>> https://calendar.google.com/calendar/embed?src=0p73sl034k80oob7seouanigd0%40group.calendar.google.com >>>>>>>>>>>> >>>>>>>>>>>> >>>>> >>>>> -- >>>>> >>>>> Tobiasz Kędzierski >>>>> Polidea <https://www.polidea.com/> | Junior Software Engineer >>>>> >>>>> E: [email protected] >>>>> [image: Polidea] <https://www.polidea.com/> >>>>> >>>>> Check out our projects! <https://www.polidea.com/our-work> >>>>> [image: Github] <https://github.com/Polidea> [image: Facebook] >>>>> <https://www.facebook.com/Polidea.Software> [image: Twitter] >>>>> <https://twitter.com/polidea> [image: Linkedin] >>>>> <https://www.linkedin.com/company/polidea> [image: Instagram] >>>>> <https://instagram.com/polidea> [image: Behance] >>>>> <https://www.behance.net/polidea> [image: dribbble] >>>>> <https://dribbble.com/polideadesign> >>>>> >>>>
