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/08/12 21:11:48 UTC

[beam] branch master updated: Bump up python container versions (#22697)

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 184d8c59b34 Bump up python container versions (#22697)
184d8c59b34 is described below

commit 184d8c59b34a70dac116517ac2791aeefa918bbb
Author: Danny McCormick <da...@google.com>
AuthorDate: Fri Aug 12 14:11:42 2022 -0700

    Bump up python container versions (#22697)
    
    A new release was done - https://pantheon.corp.google.com/gcr/images/cloud-dataflow/global/v1beta3/python39
---
 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 40f8342a8c0..a17e4a5472e 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-20220803'
+BEAM_CONTAINER_VERSION = 'beam-master-20220811'
 # 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-20220803'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20220811'
 
 DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'