Skip to content

Commit

Permalink
Build releng-ci:v0.2.1 (golang 1.15.8)
Browse files Browse the repository at this point in the history
Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
  • Loading branch information
puerco committed Feb 5, 2021
1 parent 612be89 commit fa4ead3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-]+)*))?)
Expand Down
4 changes: 2 additions & 2 deletions images/releng/ci/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit fa4ead3

Please sign in to comment.