You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2020/11/30 23:10:22 UTC

[beam] branch lostluck-patch-1 created (now 80e79c7)

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

lostluck pushed a change to branch lostluck-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at 80e79c7  [BEAM-11200] Update useragent version of Go SDK

This branch includes the following new commits:

     new 80e79c7  [BEAM-11200] Update useragent version of Go SDK

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: [BEAM-11200] Update useragent version of Go SDK

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

lostluck pushed a commit to branch lostluck-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 80e79c703e802a15f8a544d3853d31bd5a028f98
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Mon Nov 30 15:09:43 2020 -0800

    [BEAM-11200] Update useragent version of Go SDK
    
    Patching a variant of https://github.com/apache/beam/pull/13279 into the release to unbreak peak versions sooner.
    
    Remaining work on 11200 is to include a go file in the updates so this happens as part of the cut process.
---
 sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go b/sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go
index 61f944d..352dedd 100644
--- a/sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go
+++ b/sdks/go/pkg/beam/runners/dataflow/dataflowlib/job.go
@@ -125,7 +125,7 @@ func Translate(ctx context.Context, p *pipepb.Pipeline, opts *JobOptions, worker
 			ServiceAccountEmail: opts.ServiceAccountEmail,
 			UserAgent: newMsg(userAgent{
 				Name:    "Apache Beam SDK for Go",
-				Version: "0.5.0",
+				Version: "2.26.0",
 			}),
 			Version: newMsg(version{
 				JobType: apiJobType,