This is an automated email from the ASF dual-hosted git repository. lcwik 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 6252b66 Update Dataflow container images used by unreleased (dev) SDK. new bd54ac5 Merge pull request #9243 from tvalentyn/patch-59 6252b66 is described below commit 6252b665ec261f6eb784d6c9fd1bd8563ab7b06d Author: tvalentyn <tvalen...@users.noreply.github.com> AuthorDate: Mon Aug 5 12:11:23 2019 +0300 Update Dataflow container images used by unreleased (dev) SDK. --- 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 b2fdc93..266bcf2 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-20190628' +BEAM_CONTAINER_VERSION = 'beam-master-20190802' # 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-20190628' +BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20190802' # TODO(BEAM-5939): Remove these shared names once Dataflow worker is updated. PICKLED_MAIN_SESSION_FILE = 'pickled_main_session'