From d15c961c317f1c13a9f0550730456fab6bef0a3f Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Thu, 10 Apr 2025 09:34:04 +0200 Subject: [PATCH] chore: bump web to v2.1.1 --- .woodpecker.env | 4 ++-- services/web/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index 84c78ac17..f16f6db57 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=4f68c1e1dbcc88839e42c17c57f31dec243d7bd0 -WEB_BRANCH=main +WEB_COMMITID=59e329cc5fe288cf247cc5272547a77ac59cc000 +WEB_BRANCH=stable-2.1 diff --git a/services/web/Makefile b/services/web/Makefile index ab9ba03ff..b98f7a2c5 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v2.1.0 +WEB_ASSETS_VERSION = v2.1.1 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI