Repository: beam Updated Branches: refs/heads/release-2.2.0 c6b6668a5 -> acd4e1d45
Update container version for python DataflowRunner for the 2.2.0 release Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/37186801 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/37186801 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/37186801 Branch: refs/heads/release-2.2.0 Commit: 371868018ba21c19a2e5ed3658b370b2e3f3a23f Parents: c6b6668 Author: Ahmet Altay <[email protected]> Authored: Mon Oct 30 14:48:42 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Mon Oct 30 14:48:42 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/37186801/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 c1edf7d..87969b5 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.utils import processes # 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.2.0-20170928' +BEAM_CONTAINER_VERSION = '2.2.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.2.0' # Standard file names used for staging files. WORKFLOW_TARBALL_FILE = 'workflow.tar.gz'
