You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/09/11 16:44:51 UTC

[beam] branch master updated (a0c10f5 -> 8790822)

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

altay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from a0c10f5  Renames flag to reduce ambiguity, as per review
     new 473377e  [BEAM-8105] change default docker image name
     new 53f069d  [BEAM-8165] read version to set tag for default docker image
     new 8790822  Merge pull request #9487 from Hannah-Jiang/add_containers_to_release

The 23054 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.


Summary of changes:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  7 +++--
 gradle.properties                                  |  1 +
 .../runners/core/construction/Environments.java    |  3 +-
 runners/google-cloud-dataflow-java/build.gradle    |  2 +-
 sdks/go/container/build.gradle                     |  2 +-
 sdks/go/pkg/beam/options/jobopts/options.go        |  2 +-
 sdks/java/container/build.gradle                   |  2 +-
 .../runners/portability/portable_runner.py         | 33 +++++++++-------------
 sdks/python/container/py2/build.gradle             |  5 +++-
 sdks/python/container/py35/build.gradle            |  5 +++-
 sdks/python/container/py36/build.gradle            |  5 +++-
 sdks/python/container/py37/build.gradle            |  5 +++-
 sdks/python/container/run_validatescontainer.sh    |  8 +++---
 website/src/get-started/quickstart-go.md           |  2 +-
 website/src/get-started/wordcount-example.md       |  2 +-
 15 files changed, 46 insertions(+), 38 deletions(-)