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 2017/07/05 23:53:14 UTC

[1/2] beam git commit: Update container version for python DataflowRunner for the 2.1.0 release.

Repository: beam
Updated Branches:
  refs/heads/release-2.1.0 74fc43b28 -> 36326a61c


Update container version for python DataflowRunner for the 2.1.0 release.


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/3e45d3e3
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/3e45d3e3
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/3e45d3e3

Branch: refs/heads/release-2.1.0
Commit: 3e45d3e37e3e6e60663b8cbffbc37eb68addc550
Parents: 74fc43b
Author: Ahmet Altay <al...@google.com>
Authored: Wed Jul 5 15:02:39 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Wed Jul 5 15:02:39 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/runners/dataflow/internal/dependency.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/3e45d3e3/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/runners/dataflow/internal/dependency.py b/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
index 62c09ed..bd38b3a 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/dependency.py
@@ -78,11 +78,11 @@ from apache_beam.options.pipeline_options import SetupOptions
 # Update this version to the next version whenever there is a change that will
 # require changes to legacy Dataflow worker execution environment.
 # This should be in the beam-[version]-[date] format, date is optional.
-BEAM_CONTAINER_VERSION = 'beam-2.1.0-20170626'
+BEAM_CONTAINER_VERSION = '2.1.0'
 # Update this version to the next version whenever there is a change that
 # requires changes to SDK harness container or SDK harness launcher.
 # This should be in the beam-[version]-[date] format, date is optional.
-BEAM_FNAPI_CONTAINER_VERSION = 'beam-2.1.0-20170621'
+BEAM_FNAPI_CONTAINER_VERSION = '2.1.0'
 
 # Standard file names used for staging files.
 WORKFLOW_TARBALL_FILE = 'workflow.tar.gz'


[2/2] beam git commit: This closes #3498

Posted by al...@apache.org.
This closes #3498


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/36326a61
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/36326a61
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/36326a61

Branch: refs/heads/release-2.1.0
Commit: 36326a61c80cf3efe1afe9a24253023b93645389
Parents: 74fc43b 3e45d3e
Author: Ahmet Altay <al...@google.com>
Authored: Wed Jul 5 16:52:52 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Wed Jul 5 16:52:52 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/runners/dataflow/internal/dependency.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------