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

altay 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 a7c8a14  Use Dataflow dev container images that have current versions 
of Beam SDK dependencies installed.
     new 4e9d121  Merge pull request #7796 from tvalentyn/patch-37
a7c8a14 is described below

commit a7c8a14e637bfe2de414ecaece98ebd98e51f962
Author: tvalentyn <tvalen...@users.noreply.github.com>
AuthorDate: Fri Feb 8 21:50:10 2019 -0800

    Use Dataflow dev container images that have current versions of Beam SDK 
dependencies installed.
---
 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 1e011e3..17897cc 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-20190201'
+BEAM_CONTAINER_VERSION = 'beam-master-20190208'
 # 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-20190201'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20190208'
 
 # TODO(BEAM-5939): Remove these shared names once Dataflow worker is updated.
 PICKLED_MAIN_SESSION_FILE = 'pickled_main_session'

Reply via email to