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

[beam] branch master updated: Bump Legacy dataflow container image tag (#23625)

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

tvalentyn 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 775d371762d Bump Legacy dataflow container image tag (#23625)
775d371762d is described below

commit 775d371762d1ed6e1a0e16111ef55fece2e1fc1f
Author: Anand Inguva <34...@users.noreply.github.com>
AuthorDate: Thu Oct 13 22:15:58 2022 -0400

    Bump Legacy dataflow container image tag (#23625)
---
 sdks/python/apache_beam/runners/dataflow/internal/names.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/runners/dataflow/internal/names.py b/sdks/python/apache_beam/runners/dataflow/internal/names.py
index c6df370c0f8..ef54b03ccdb 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -36,7 +36,7 @@ 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-20220914'
+BEAM_CONTAINER_VERSION = 'beam-master-20221013'
 # 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-20220914'