From 9653ce32dcd1e370b5d10043eec2b39bed38d62e Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Wed, 17 Jul 2024 20:05: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/image-build-node-feature-discovery/pull/35 Signed-off-by: Michael Fritch --- updatecli/updatecli.d/update-upstream.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/updatecli/updatecli.d/update-upstream.yaml b/updatecli/updatecli.d/update-upstream.yaml index 72c426e..27c5b56 100644 --- a/updatecli/updatecli.d/update-upstream.yaml +++ b/updatecli/updatecli.d/update-upstream.yaml @@ -13,6 +13,7 @@ sources: release: true draft: false prerelease: false + latest: true versionfilter: kind: latest