You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2020/03/17 07:51:20 UTC

[beam] branch master updated: Update dataflow py container ver to 20200317 (#11145)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn 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 44030b4  Update dataflow py container ver to 20200317 (#11145)
44030b4 is described below

commit 44030b4d53331acb9792224f9875c5f815ebb3ae
Author: Hannah Jiang <Ha...@users.noreply.github.com>
AuthorDate: Tue Mar 17 00:51:06 2020 -0700

    Update dataflow py container ver to 20200317 (#11145)
---
 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 974fbe1..be526da 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -40,10 +40,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-20200312'
+BEAM_CONTAINER_VERSION = 'beam-master-20200317'
 # 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-20200312'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20200317'
 
 # TODO(BEAM-5939): Remove these shared names once Dataflow worker is updated.
 PICKLED_MAIN_SESSION_FILE = 'pickled_main_session'