Skip to content

Commit

Permalink
updatecli: add latest: true typefilter
Browse files Browse the repository at this point in the history
Ensure UpdateCli chooses the tagged `latest` release,
instead of choosing the most recent chronological release

Fixes: rancher/rke2#6371
Signed-off-by: Michael Fritch <[email protected]>
  • Loading branch information
mgfritch committed Jul 18, 2024
1 parent e0316cd commit f71bede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions updatecli/updatecli.d/update-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ sources:
release: true
draft: false
prerelease: false
latest: true
versionfilter:
kind: latest

Expand Down

0 comments on commit f71bede

Please sign in to comment.