This is an automated email from the ASF dual-hosted git repository. bhulette pushed a commit to branch dataflow-container-20210212 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 272a9c96c3e45074832d868bd4e8787a79462ad3 Author: Brian Hulette <[email protected]> AuthorDate: Fri Feb 12 14:55:27 2021 -0800 Bump dataflow container version --- 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 47698c3..fc240dd 100644 --- a/sdks/python/apache_beam/runners/dataflow/internal/names.py +++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py @@ -41,10 +41,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-20201214' +BEAM_CONTAINER_VERSION = 'beam-master-20210212' # 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-20201214' +BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20210212' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'
