Skip to content

Commit

Permalink
updatecli: use semver versionfilter
Browse files Browse the repository at this point in the history
Version bump PRs should use the semver instead of the latest tag

Issue: rancher/rke2#6402
Signed-off-by: Michael Fritch <[email protected]>
  • Loading branch information
mgfritch committed Aug 2, 2024
1 parent 8ecb1c3 commit aadd6d0
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 aadd6d0

Please sign in to comment.