Skip to content

Commit

Permalink
Merge pull request #3502 from saschagrunert/zeitgeist
Browse files Browse the repository at this point in the history
Update zeitgeist to v0.4.4
  • Loading branch information
k8s-ci-robot committed Mar 12, 2024
2 parents 60aad1e + 70f64c6 commit 9a2d766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Expand Up @@ -8,7 +8,7 @@ dependencies:

# zeitgeist
- name: "zeitgeist"
version: 0.4.3
version: 0.4.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
Expand Up @@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

VERSION=0.4.3
VERSION=0.4.4

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

0 comments on commit 9a2d766

Please sign in to comment.