Repository: beam Updated Branches: refs/heads/master ea7940d88 -> 4a5b3c052
Updating BEAM_CONTAINER_VERSION for new worker Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/81e3d215 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/81e3d215 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/81e3d215 Branch: refs/heads/master Commit: 81e3d215326a5fbc181b43201f3329958cbf19b1 Parents: ea7940d Author: Pablo <[email protected]> Authored: Thu Sep 28 11:22:40 2017 -0700 Committer: [email protected] <[email protected]> Committed: Mon Oct 2 13:24:16 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/runners/dataflow/internal/dependency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/81e3d215/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 f4131dc..383f8e9 100644 --- a/sdks/python/apache_beam/runners/dataflow/internal/dependency.py +++ b/sdks/python/apache_beam/runners/dataflow/internal/dependency.py @@ -78,7 +78,7 @@ 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-20170807' +BEAM_CONTAINER_VERSION = 'beam-2.2.0-20170928' # 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.
