From 780bbe42d1239de4de6509f0ef87e7225280c92b Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Wed, 30 Aug 2023 01:52:08 +0300 Subject: [PATCH] feat(ui): update to latest zui version (#1735) 1. Show more detailed signature information in zui (signing tool, trusted, author) 2. Rename dex to oidc - on zui side 3. New screen for zot without images loaded 4. Remove 'Vulnerability' string from the vulnerability chips Signed-off-by: Andrei Aaron --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5bc4a845..1a6ab362 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ CRICTL := $(TOOLSDIR)/bin/crictl CRICTL_VERSION := v1.26.1 ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator ACTION_VALIDATOR_VERSION := v0.2.1 -ZUI_VERSION := commit-54c764c +ZUI_VERSION := commit-b787273 SWAGGER_VERSION := v1.8.12 STACKER := $(TOOLSDIR)/bin/stacker BATS := $(TOOLSDIR)/bin/bats