From 45c730ad0c706489ad435fc3210ae0fac606f07e Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Fri, 10 May 2024 13:05:18 -0700 Subject: [PATCH] Update version tag for dataflow dev containers. (#31248) --- sdks/python/apache_beam/runners/dataflow/internal/names.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/runners/dataflow/internal/names.py b/sdks/python/apache_beam/runners/dataflow/internal/names.py index 4870bcef5e5cb..bc2d1f5b403f1 100644 --- a/sdks/python/apache_beam/runners/dataflow/internal/names.py +++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py @@ -34,6 +34,6 @@ # Unreleased sdks use container image tag specified below. # Update this tag whenever there is a change that # requires changes to SDK harness container or SDK harness launcher. -BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20240417' +BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20240510' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'