Skip to content

Commit

Permalink
Merge pull request #3805 from cpanato/upgrade-zeitgeist
Browse files Browse the repository at this point in the history
upgrade zeitgeist to v0.5.4
  • Loading branch information
k8s-ci-robot authored Oct 21, 2024
2 parents 159d5f0 + 3d59736 commit 66329ed
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:

# zeitgeist
- name: "zeitgeist"
version: 0.5.3
version: 0.5.4
refPaths:
- path: hack/verify-dependencies.sh
match: VERSION=(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?
Expand Down
2 changes: 1 addition & 1 deletion hack/verify-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

VERSION=0.5.3
VERSION=0.5.4

REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
BIN_PATH="$REPO_ROOT/bin"
Expand Down

0 comments on commit 66329ed

Please sign in to comment.