You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by go...@apache.org on 2021/03/08 20:59:06 UTC

[beam] branch master updated: bump worker to 20210301

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

goenka 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 9c6af7b  bump worker to 20210301
     new 22aba9b  Merge pull request #14131 from TheNeuralBit/py-worker-20210301
9c6af7b is described below

commit 9c6af7b90c02410ea4dc5e92adeec3a9b0a17f98
Author: Brian Hulette <bh...@google.com>
AuthorDate: Tue Mar 2 12:39:07 2021 -0800

    bump worker to 20210301
---
 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 84dcd53..81d5fe3 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -41,10 +41,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-20210216'
+BEAM_CONTAINER_VERSION = 'beam-master-20210301'
 # 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-20210216'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20210301'
 
 DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'