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/12/01 00:05:10 UTC

[beam] branch release-2.26.0 updated: [BEAM-11200] Update useragent version of Go SDK (#13447)

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

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


The following commit(s) were added to refs/heads/release-2.26.0 by this push:
     new 9addbb1  [BEAM-11200] Update useragent version of Go SDK (#13447)
9addbb1 is described below

commit 9addbb15949142f86d944ac57afcf3e37b706d4e
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Mon Nov 30 16:04:44 2020 -0800

    [BEAM-11200] Update useragent version of Go SDK (#13447)
    
    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,