This is an automated email from the ASF dual-hosted git repository.
ibzib 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 92853fe Upgrade Dataflow Python container versions.
new ddeab8b Merge pull request #11752 from ibzib/py-container-518
92853fe is described below
commit 92853fec26a7c89712d89cef3cd95144c984f9d1
Author: Kyle Weaver <[email protected]>
AuthorDate: Tue May 19 10:34:15 2020 -0400
Upgrade Dataflow Python container versions.
---
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 cf898af..9be60ff 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-20200430'
+BEAM_CONTAINER_VERSION = 'beam-master-20200518'
# 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-20200430'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20200518'
# TODO(BEAM-5939): Remove these shared names once Dataflow worker is updated.
PICKLED_MAIN_SESSION_FILE = 'pickled_main_session'