Skip to content

Commit

Permalink
Merge pull request #24 from cpanato/udpate-repo-infra
Browse files Browse the repository at this point in the history
update repo-infra to v0.2.4
  • Loading branch information
k8s-ci-robot authored Jan 26, 2022
2 parents 3c7b388 + 4d2b2ea commit 3813e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:

# k8s.io/repo-infra
- name: "repo-infra"
version: 0.2.1
version: 0.2.4
refPaths:
- path: mage/boilerplate.go
match: defaultRepoInfraVersion\s+=\s+"v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?
Expand Down
2 changes: 1 addition & 1 deletion mage/boilerplate.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (

const (
// repo-infra (used for boilerplate script)
defaultRepoInfraVersion = "v0.2.1"
defaultRepoInfraVersion = "v0.2.4"
repoInfraURLBase = "https://raw.githubusercontent.com/kubernetes/repo-infra"
)

Expand Down

0 comments on commit 3813e79

Please sign in to comment.