This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-2-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 8c0b47d1c4ab419c8b6421e6528f9a4ee57570a7
Author: tvalentyn <tvalen...@users.noreply.github.com>
AuthorDate: Fri Sep 24 18:04:29 2021 -0700

    Update container tags used by unreleased SDKs.
---
 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 837989a..7101a1e 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-20210809'
+BEAM_CONTAINER_VERSION = 'beam-master-20210920'
 # 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-20210809'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20210920'
 
 DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'
 

Reply via email to