From 5ec438b677cd02bc22a54d933d6cd446bbb2ef93 Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Thu, 18 Jul 2024 01:28:09 -0600 Subject: [PATCH] updatecli: add `latest: true` typefilter Ensure UpdateCli chooses the tagged `latest` release, instead of choosing the most recent chronological release Fixes: https://github.com/rancher/rke2/issues/6371 Signed-off-by: Michael Fritch --- updatecli/updatecli.d/updatecoredns.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/updatecli/updatecli.d/updatecoredns.yaml b/updatecli/updatecli.d/updatecoredns.yaml index 69f9581..f637da7 100644 --- a/updatecli/updatecli.d/updatecoredns.yaml +++ b/updatecli/updatecli.d/updatecoredns.yaml @@ -13,6 +13,7 @@ sources: release: true draft: false prerelease: false + latest: true versionfilter: kind: latest