Skip to content

Commit

Permalink
Merge pull request #107 from mgfritch/updatecli-semver
Browse files Browse the repository at this point in the history
updatecli: use `semver` versionfilter
  • Loading branch information
mgfritch authored Jan 15, 2025
2 parents 4dc4fdf + aadd6d0 commit 09ff9f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions updatecli/updatecli.d/updatecalico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ sources:
release: true
draft: false
prerelease: false
latest: true
versionfilter:
kind: latest
kind: semver

targets:
dockerfile:
Expand Down
2 changes: 1 addition & 1 deletion updatecli/updatecli.d/updatek3sroot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sources:
draft: false
prerelease: false
versionfilter:
kind: latest
kind: semver

targets:
dockerfile:
Expand Down
2 changes: 1 addition & 1 deletion updatecli/updatecli.d/updateplugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sources:
draft: false
prerelease: false
versionfilter:
kind: latest
kind: semver

targets:
dockerfile:
Expand Down

0 comments on commit 09ff9f8

Please sign in to comment.