From fc5df6f261bbe6ea910ffc1de8e6c093c9751c60 Mon Sep 17 00:00:00 2001 From: Ritesh Ghorse Date: Fri, 29 Mar 2024 17:38:25 -0400 Subject: [PATCH] [Python] Update dev SDK container tag for Python SDK (#30803) * update container tags * add postcommit check --- .github/trigger_files/beam_PostCommit_Python.json | 0 sdks/python/apache_beam/runners/dataflow/internal/names.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .github/trigger_files/beam_PostCommit_Python.json diff --git a/.github/trigger_files/beam_PostCommit_Python.json b/.github/trigger_files/beam_PostCommit_Python.json deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/sdks/python/apache_beam/runners/dataflow/internal/names.py b/sdks/python/apache_beam/runners/dataflow/internal/names.py index fb588136b722..cd2924bf6e46 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-20240110' +BEAM_DEV_SDK_CONTAINER_TAG = 'beam-master-20240329' DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'