From cf83f0b8434677c0e319e62e71d9203eac5962a7 Mon Sep 17 00:00:00 2001 From: Brian Hulette Date: Fri, 20 May 2022 02:02:09 -0700 Subject: [PATCH] Minor: Bump Dataflow container versions (#17684) --- 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 38c441e9572b..85cd163149b3 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 @@ # 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-20220407' +BEAM_CONTAINER_VERSION = 'beam-master-20220512' # 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-20220407' +BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20220512' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'