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/11 17:21:11 UTC

[beam] branch users/damccorm/python-container created (now 4401908e444)

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

damccorm pushed a change to branch users/damccorm/python-container
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 4401908e444 Bump up python container versions

This branch includes the following new commits:

     new 4401908e444 Bump up python container versions

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Bump up python container versions

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4401908e4444f4d0124a9107283d2d124b499690
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu Aug 11 13:21:03 2022 -0400

    Bump up python container versions
    
    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'