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

yichi 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 ff2d97b  Bump python container versions to beam-master-20210526
     new 150d76b  Merge pull request #14890 from y1chi/bump_python
ff2d97b is described below

commit ff2d97b75299941cbee63640444b69e08b83fa98
Author: Yichi Zhang <zyi...@google.com>
AuthorDate: Wed May 26 11:33:38 2021 -0700

    Bump python container versions to beam-master-20210526
---
 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 74bb3fb..eeec5c4 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-20210524'
+BEAM_CONTAINER_VERSION = 'beam-master-20210526'
 # 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-20210524'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20210526'
 
 DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'
 

Reply via email to