From 61045b670bf1cef8fb3891a2277759c834ad4b0e Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 26 Jan 2023 16:24:21 -0500 Subject: [PATCH] Update Dataflow container versions (#25192) --- 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 9bd9bf55057a..a405d7ce8a2c 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-20221205' +BEAM_CONTAINER_VERSION = 'beam-master-20230126' # 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-20221205' +BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20230126' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'