You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/12/05 18:57:03 UTC

[beam] 01/01: Update dataflow container version for Pandas upgrade

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/pandasContainer
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 2af77a8fc00eaf2702ffd3450725e7fc437df90c
Author: Danny McCormick <da...@google.com>
AuthorDate: Mon Dec 5 13:56:55 2022 -0500

    Update dataflow container version for Pandas upgrade
---
 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 34ef156415c..9bd9bf55057 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 @@ 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-20221122'
+BEAM_CONTAINER_VERSION = 'beam-master-20221205'
 # 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-20221122'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20221205'
 
 DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'