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

[beam] branch release-2.43.0 created (now 4aae09b6f21)

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

chamikara pushed a change to branch release-2.43.0
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 4aae09b6f21 Set Dataflow container to release version.

This branch includes the following new commits:

     new 4aae09b6f21 Set Dataflow container to release version.

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: Set Dataflow container to release version.

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

chamikara pushed a commit to branch release-2.43.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 4aae09b6f21a31302f0872b7a42980af09e92a23
Author: Chamikara Jayalath <ch...@apache.org>
AuthorDate: Thu Oct 20 09:37:46 2022 -0700

    Set Dataflow container to release version.
---
 runners/google-cloud-dataflow-java/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index 8429bb40816..4545d0db4d4 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -54,8 +54,8 @@ processResources {
   filter org.apache.tools.ant.filters.ReplaceTokens, tokens: [
     'dataflow.legacy_environment_major_version' : '8',
     'dataflow.fnapi_environment_major_version' : '8',
-    'dataflow.legacy_container_version' : 'beam-master-20220816',
-    'dataflow.fnapi_container_version' : 'beam-master-20220923',
+    'dataflow.legacy_container_version' : '2.43.0',
+    'dataflow.fnapi_container_version' : '2.43.0',
     'dataflow.container_base_repository' : 'gcr.io/cloud-dataflow/v1beta3',
   ]
 }