From 509327da2e00b79c1075b33fc7f3686ebc9da9a5 Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Wed, 19 Mar 2025 19:34:33 +0200 Subject: [PATCH] fix: bump zui version to fix minor issues with handling empty manifest lists and missing platform information (#3044) - fix: do not error in TagDetails if an empty manifest list is returned from the backend - fix: use '----' as default for missing Os/Arch in drop-down and card (this value is for consistency with other such places where the values are missing) Signed-off-by: Andrei Aaron --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 70181eda..3ab1d578 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ CRICTL_VERSION := v1.26.1 ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator ACTION_VALIDATOR_VERSION := v0.5.3 ZUI_BUILD_PATH := "" -ZUI_VERSION := commit-930ae7e +ZUI_VERSION := commit-203b097 ZUI_REPO_OWNER := project-zot ZUI_REPO_NAME := zui SWAGGER_VERSION := v1.16.2