From commits-return-113224-archive-asf-public=cust-asf.ponee.io@beam.apache.org Mon Mar 8 20:59:11 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 0B1E8180661 for ; Mon, 8 Mar 2021 21:59:11 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 7DB5B62AD7 for ; Mon, 8 Mar 2021 20:59:10 +0000 (UTC) Received: (qmail 35247 invoked by uid 500); 8 Mar 2021 20:59:09 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 35238 invoked by uid 99); 8 Mar 2021 20:59:09 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Mar 2021 20:59:09 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B3C8A81760; Mon, 8 Mar 2021 20:59:09 +0000 (UTC) Date: Mon, 08 Mar 2021 20:59:06 +0000 To: "commits@beam.apache.org" Subject: [beam] branch master updated: bump worker to 20210301 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <161523714024.9761.18390931104135473479@gitbox.apache.org> From: goenka@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: beam X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 46bd6651026b7f9246e8651f964e38df53dc4b59 X-Git-Newrev: 9c6af7b90c02410ea4dc5e92adeec3a9b0a17f98 X-Git-Rev: 9c6af7b90c02410ea4dc5e92adeec3a9b0a17f98 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. goenka pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git The following commit(s) were added to refs/heads/master by this push: new 9c6af7b bump worker to 20210301 new 22aba9b Merge pull request #14131 from TheNeuralBit/py-worker-20210301 9c6af7b is described below commit 9c6af7b90c02410ea4dc5e92adeec3a9b0a17f98 Author: Brian Hulette AuthorDate: Tue Mar 2 12:39:07 2021 -0800 bump worker to 20210301 --- sdks/python/apache_beam/runners/dataflow/internal/names.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/python/apache_beam/runners/dataflow/internal/names.py b/sdks/python/apache_beam/runners/dataflow/internal/names.py index 84dcd53..81d5fe3 100644 --- a/sdks/python/apache_beam/runners/dataflow/internal/names.py +++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py @@ -41,10 +41,10 @@ SERIALIZED_SOURCE_KEY = 'serialized_source' # Update this version to the next version whenever there is a change that will # require changes to legacy Dataflow worker execution environment. -BEAM_CONTAINER_VERSION = 'beam-master-20210216' +BEAM_CONTAINER_VERSION = 'beam-master-20210301' # Update this version to the next version whenever there is a change that # requires changes to SDK harness container or SDK harness launcher. -BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20210216' +BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20210301' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'