This is an automated email from the ASF dual-hosted git repository.
yichi 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 e6f80a1 Update beam dataflow python container versions.
new ce406c6 Merge pull request #15305 from y1chi/update_py_container
e6f80a1 is described below
commit e6f80a1058287b5a37ad461e0e27ed8dd1178f6d
Author: Yichi Zhang <[email protected]>
AuthorDate: Tue Aug 10 09:39:35 2021 -0700
Update beam 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 5b9ef34..837989a 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -36,10 +36,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-20210720'
+BEAM_CONTAINER_VERSION = 'beam-master-20210809'
# 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-20210804'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20210809'
DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'