diff --git a/.cloudbuild.yaml b/.cloudbuild.yaml index 7a4d777ef89..c532b6fd217 100644 --- a/.cloudbuild.yaml +++ b/.cloudbuild.yaml @@ -170,10 +170,10 @@ steps: args: ['pull', 'gcr.io/cloudsql-docker/gce-proxy:1.25.0'] id: 'pullCloudsqlProxy' - name: 'gcr.io/cloud-builders/docker' - args: ['pull', 'gcr.io/ml-pipeline/argoexec:v3.4.16-license-compliance'] + args: ['pull', 'gcr.io/ml-pipeline/argoexec:v3.4.17-license-compliance'] id: 'pullArgoExecutor' - name: 'gcr.io/cloud-builders/docker' - args: ['pull', 'gcr.io/ml-pipeline/workflow-controller:v3.4.16-license-compliance'] + args: ['pull', 'gcr.io/ml-pipeline/workflow-controller:v3.4.17-license-compliance'] id: 'pullArgoWorkflowController' # V2 related images diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ddf0e2deeca..d6525e272fd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,6 +2,7 @@ **Checklist:** +- [ ] You have [signed off your commits](https://www.kubeflow.org/docs/about/contributing/#sign-off-your-commits) - [ ] The title for your pull request (PR) should follow our title convention. [Learn more about the pull request title convention used in this repository](https://github.com/kubeflow/pipelines/blob/master/CONTRIBUTING.md#pull-request-title-convention).