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 3d181c4 Update Python container image to 20210702.
new 7a9433b Merge pull request #15132 from tysonjh/py-container-update
3d181c4 is described below
commit 3d181c41cc221ccf5af5530881caa18d913382bc
Author: Tyson Hamilton <[email protected]>
AuthorDate: Wed Jul 7 16:49:35 2021 +0000
Update Python container image to 20210702.
---
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 1be28a9..b7a4e52 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-20210622'
+BEAM_CONTAINER_VERSION = 'beam-master-20210702'
# 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-20210622'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20210702'
DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'