You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2022/02/09 00:47:07 UTC

[beam] branch master updated: Update Dataflow Python dev container images.

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

ibzib 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 0881676  Update Dataflow Python dev container images.
     new d37d030  Merge pull request #16782 from ibzib/py0208
0881676 is described below

commit 0881676b11ea52cfe69b699b45f9519d33f14995
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Tue Feb 8 11:21:46 2022 -0800

    Update Dataflow Python dev container images.
---
 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 be6a2c0..e99048b 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-20220126'
+BEAM_CONTAINER_VERSION = 'beam-master-20220208'
 # 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-20220126'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20220208'
 
 DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'