From 25b910ecfb7f33e8a600ff88a24d98937b8fcc16 Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Tue, 16 Jul 2024 21:43:59 -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 3c66b62..463b7e0 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