You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by re...@apache.org on 2017/12/13 22:46:37 UTC

[beam] annotated tag v1.8.1 created (now 60d901f)

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

reuvenlax pushed a change to annotated tag v1.8.1
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at 60d901f  (tag)
 tagging 10da97125e55a4c5e5140ac6cd28e0d18c390386 (commit)
 replaces v1.8.0
      by Dan Halperin
      on Mon Dec 19 12:57:08 2016 -0800

- Log -----------------------------------------------------------------
v1.8.1 of the Dataflow SDK for Java
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAABAgAGBQJYWEnoAAoJEGrhtLGEXmaJz9MIAJu487RCBR5Lx6yMn/bvoUnf
7DezJ8J/56Oh4S0lHvyx+LpP9laC5T21/YKtuCyHuTlZh9/zxSdJN0Oie0vw8kXr
DvzSznPopBRkZVlRTAKTHr04BXftcWsNwCn9mK9WX1OyJPkJ6xJwUgjuFztILsql
+29thoCK3kma3Gulc0FqgQf3N3DGcOwU8dOqSQMHigk37BNERSttAElSoxRNKhNq
vUILxPUgaFUWnyHylpHM18srOLQrr0GLyAvwaDqxU8YujqoULcbgSrsOHNunsqbr
QSSYRiIUQviJvl+034X0805QoOxPiCnAUe+JCvpO3BTvY9N1g/HhCPcLFP67EBU=
=8YcU
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 10da971  DataflowPipelineRunner: preparation for 1.8.1 release

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.


-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam] 01/01: DataflowPipelineRunner: preparation for 1.8.1 release

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

reuvenlax pushed a commit to annotated tag v1.8.1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 10da97125e55a4c5e5140ac6cd28e0d18c390386
Author: dhalperi <dh...@google.com>
AuthorDate: Fri Dec 9 01:17:53 2016 -0800

    DataflowPipelineRunner: preparation for 1.8.1 release
    
    []
    
    -------------
    Created by MOE: https://github.com/google/moe
    MOE_MIGRATED_REVID=141532913
---
 .../google/cloud/dataflow/sdk/runners/DataflowPipelineRunner.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sdk/src/main/java/com/google/cloud/dataflow/sdk/runners/DataflowPipelineRunner.java b/sdk/src/main/java/com/google/cloud/dataflow/sdk/runners/DataflowPipelineRunner.java
index 176f972..7e7e8e8 100644
--- a/sdk/src/main/java/com/google/cloud/dataflow/sdk/runners/DataflowPipelineRunner.java
+++ b/sdk/src/main/java/com/google/cloud/dataflow/sdk/runners/DataflowPipelineRunner.java
@@ -216,14 +216,14 @@ public class DataflowPipelineRunner extends PipelineRunner<DataflowPipelineJob>
   private DataflowPipelineRunnerHooks hooks;
 
   // Environment version information.
-  private static final String ENVIRONMENT_MAJOR_VERSION = "5";
+  private static final String ENVIRONMENT_MAJOR_VERSION = "6";
 
   // Default Docker container images that execute Dataflow worker harness, residing in Google
   // Container Registry, separately for Batch and Streaming.
   public static final String BATCH_WORKER_HARNESS_CONTAINER_IMAGE
-      = "dataflow.gcr.io/v1beta3/java-batch:1.8.0";
+      = "dataflow.gcr.io/v1beta3/java-batch:1.8.1";
   public static final String STREAMING_WORKER_HARNESS_CONTAINER_IMAGE
-      = "dataflow.gcr.io/v1beta3/java-streaming:1.8.0";
+      = "dataflow.gcr.io/v1beta3/java-streaming:1.8.1";
 
   // The limit of CreateJob request size.
   private static final int CREATE_JOB_REQUEST_LIMIT_BYTES = 10 * 1024 * 1024;

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.