You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by go...@apache.org on 2019/05/13 15:31:22 UTC

[beam] branch master updated: Updating python containers to beam-master-20190509

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 6a36ad1  Updating python containers to beam-master-20190509
     new b780403  Merge pull request #8546 from angoenka/update_container_20190509
6a36ad1 is described below

commit 6a36ad123a2ed46b0a1deaf456a5ba270bf659cc
Author: Ankur Goenka <an...@gmail.com>
AuthorDate: Thu May 9 21:29:32 2019 -0700

    Updating python containers to beam-master-20190509
---
 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 7914110..8c2cab7 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -38,10 +38,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-20190501'
+BEAM_CONTAINER_VERSION = 'beam-master-20190509'
 # 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-20190213'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20190509'
 
 # TODO(BEAM-5939): Remove these shared names once Dataflow worker is updated.
 PICKLED_MAIN_SESSION_FILE = 'pickled_main_session'