Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Commit debf9dc

Browse files
authored
Merge pull request #515 from dhalperi/containers-190
Version management: prep for 1.9.0 release
2 parents 31426ad + 0623407 commit debf9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/src/main/java/com/google/cloud/dataflow/sdk/runners/DataflowPipelineRunner.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ public class DataflowPipelineRunner extends PipelineRunner<DataflowPipelineJob>
222222
// Default Docker container images that execute Dataflow worker harness, residing in Google
223223
// Container Registry, separately for Batch and Streaming.
224224
public static final String BATCH_WORKER_HARNESS_CONTAINER_IMAGE
225-
= "dataflow.gcr.io/v1beta3/java-batch:1.8.1";
225+
= "dataflow.gcr.io/v1beta3/java-batch:1.9.0";
226226
public static final String STREAMING_WORKER_HARNESS_CONTAINER_IMAGE
227-
= "dataflow.gcr.io/v1beta3/java-streaming:1.8.1";
227+
= "dataflow.gcr.io/v1beta3/java-streaming:1.9.0";
228228

229229
// The limit of CreateJob request size.
230230
private static final int CREATE_JOB_REQUEST_LIMIT_BYTES = 10 * 1024 * 1024;

0 commit comments

Comments
 (0)