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/06 01:13:15 UTC

[beam] branch master updated: Update dataflow container version for Pandas upgrade (#24532)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ad92087babb Update dataflow container version for Pandas upgrade (#24532)
ad92087babb is described below

commit ad92087babbe961770d4aafd364cdfb57a2635e5
Author: Danny McCormick <da...@google.com>
AuthorDate: Mon Dec 5 20:13:07 2022 -0500

    Update dataflow container version for Pandas upgrade (#24532)
---
 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'