You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2021/03/12 00:41:49 UTC

[beam] branch release-2.29.0 created (now 57dc02c)

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

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


      at 57dc02c  Create release branch for version 2.29.0.

This branch includes the following new commits:

     new 57dc02c  Create release branch for version 2.29.0.

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: Create release branch for version 2.29.0.

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

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

commit 57dc02c1422e8a59956f3d90cc85b127c1abad14
Author: Kenneth Knowles <kl...@google.com>
AuthorDate: Thu Mar 11 16:41:25 2021 -0800

    Create release branch for version 2.29.0.
---
 gradle.properties                               | 2 +-
 runners/google-cloud-dataflow-java/build.gradle | 2 +-
 sdks/go/pkg/beam/core/core.go                   | 2 +-
 sdks/python/apache_beam/version.py              | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 26c4df7..df88044 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -25,7 +25,7 @@ signing.gnupg.executable=gpg
 signing.gnupg.useLegacyGpg=true
 
 version=2.29.0-SNAPSHOT
-sdk_version=2.29.0.dev
+sdk_version=2.29.0
 
 javaVersion=1.8
 
diff --git a/runners/google-cloud-dataflow-java/build.gradle b/runners/google-cloud-dataflow-java/build.gradle
index 5601a69..a059470 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -45,7 +45,7 @@ processResources {
   filter org.apache.tools.ant.filters.ReplaceTokens, tokens: [
     'dataflow.legacy_environment_major_version' : '8',
     'dataflow.fnapi_environment_major_version' : '8',
-    'dataflow.container_version' : 'beam-master-20210310',
+    'dataflow.container_version' : 'beam-2.29.0',
   ]
 }
 
diff --git a/sdks/go/pkg/beam/core/core.go b/sdks/go/pkg/beam/core/core.go
index 64feee3..146d0bb 100644
--- a/sdks/go/pkg/beam/core/core.go
+++ b/sdks/go/pkg/beam/core/core.go
@@ -27,5 +27,5 @@ const (
 	// SdkName is the human readable name of the SDK for UserAgents.
 	SdkName = "Apache Beam SDK for Go"
 	// SdkVersion is the current version of the SDK.
-	SdkVersion = "2.29.0.dev"
+	SdkVersion = "2.29.0"
 )
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index 4e6b7a0..c1d2887 100644
--- a/sdks/python/apache_beam/version.py
+++ b/sdks/python/apache_beam/version.py
@@ -17,4 +17,4 @@
 
 """Apache Beam SDK version information and utilities."""
 
-__version__ = '2.29.0.dev'
+__version__ = '2.29.0'