Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions runners/google-cloud-dataflow-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ evaluationDependsOn(":sdks:java:container:java11")

ext.dataflowLegacyEnvironmentMajorVersion = '8'
ext.dataflowFnapiEnvironmentMajorVersion = '8'
ext.dataflowLegacyContainerVersion = 'beam-master-20260424'
ext.dataflowFnapiContainerVersion = 'beam-master-20260424'
ext.dataflowLegacyContainerVersion = 'beam-master-20260513'
ext.dataflowFnapiContainerVersion = 'beam-master-20260513'
Comment on lines +55 to +56
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The pull request description is using the default template placeholder and the contribution checklist has not been completed. Please provide a meaningful description of the changes and update the checklist to reflect the work done, such as whether CHANGES.md needs an entry for this image bump. Additionally, since the container versions are identical, consider defining the version string once to improve maintainability and ensure they stay in sync.

ext.dataflowContainerBaseRepository = 'gcr.io/cloud-dataflow/v1beta3'

processResources {
Expand Down
Loading