From commits-return-114565-archive-asf-public=cust-asf.ponee.io@beam.apache.org Tue Aug 10 19:10:18 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-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id B3CED180634 for ; Tue, 10 Aug 2021 21:10:18 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id EE3FB3F694 for ; Tue, 10 Aug 2021 19:10:17 +0000 (UTC) Received: (qmail 22508 invoked by uid 500); 10 Aug 2021 19:10:17 -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 22495 invoked by uid 99); 10 Aug 2021 19:10:17 -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; Tue, 10 Aug 2021 19:10:17 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id ABA7381F26; Tue, 10 Aug 2021 19:10:16 +0000 (UTC) Date: Tue, 10 Aug 2021 19:10:11 +0000 To: "commits@beam.apache.org" Subject: [beam] branch master updated: Update beam dataflow python container versions. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162862260603.12950.963859204463374166@gitbox.apache.org> From: yichi@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: b5820a2261232042b9cbf5b99296071cdeeab77a X-Git-Newrev: e6f80a1058287b5a37ad461e0e27ed8dd1178f6d X-Git-Rev: e6f80a1058287b5a37ad461e0e27ed8dd1178f6d 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. yichi 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 e6f80a1 Update beam dataflow python container versions. new ce406c6 Merge pull request #15305 from y1chi/update_py_container e6f80a1 is described below commit e6f80a1058287b5a37ad461e0e27ed8dd1178f6d Author: Yichi Zhang AuthorDate: Tue Aug 10 09:39:35 2021 -0700 Update beam dataflow python container versions. --- 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 5b9ef34..837989a 100644 --- a/sdks/python/apache_beam/runners/dataflow/internal/names.py +++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py @@ -36,10 +36,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-20210720' +BEAM_CONTAINER_VERSION = 'beam-master-20210809' # 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-20210804' +BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20210809' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'