From e26ba68616d75107aa2fb79c25e51411c60451a9 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Fri, 13 Apr 2018 21:18:17 -0700 Subject: [PATCH] Update containers at master to newly released beam-master-20180413. --- .../apache_beam/runners/dataflow/internal/dependency.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/python/apache_beam/runners/dataflow/internal/dependency.py b/sdks/python/apache_beam/runners/dataflow/internal/dependency.py index 7e89ab391d8a..a4b0ec4c6bca 100644 --- a/sdks/python/apache_beam/runners/dataflow/internal/dependency.py +++ b/sdks/python/apache_beam/runners/dataflow/internal/dependency.py @@ -77,10 +77,10 @@ # 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-20180308' +BEAM_CONTAINER_VERSION = 'beam-master-20180413' # 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-20180228' +BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20180413' # Standard file names used for staging files. WORKFLOW_TARBALL_FILE = 'workflow.tar.gz'