diff --git a/dependencies.yaml b/dependencies.yaml index 861af2eb35c..4c2167249e6 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -81,7 +81,7 @@ dependencies: match: \d+.\d+(alpha|beta|rc)?\.?(\d+)? - name: "gcr.io/k8s-staging-releng/releng-ci" - version: v0.2.0 + version: v0.2.1 refPaths: - path: images/releng/ci/cloudbuild.yaml match: v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?) diff --git a/images/releng/ci/cloudbuild.yaml b/images/releng/ci/cloudbuild.yaml index 9c91a992ff0..7657e19b6f7 100644 --- a/images/releng/ci/cloudbuild.yaml +++ b/images/releng/ci/cloudbuild.yaml @@ -24,8 +24,8 @@ substitutions: # vYYYYMMDD-hash, and can be used as a substitution _GIT_TAG: '12345' _PULL_BASE_REF: 'dev' - _IMAGE_VERSION: 'v0.2.0' - _GO_VERSION: '1.16rc1' + _IMAGE_VERSION: 'v0.2.1' + _GO_VERSION: '1.15.8' images: - 'gcr.io/$PROJECT_ID/releng-ci:${_GIT_TAG}' - 'gcr.io/$PROJECT_ID/releng-ci:${_IMAGE_VERSION}'