From afda0e45e55d9e7657e034f7cfa829912b97d805 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 16 Jun 2026 13:30:13 +0200 Subject: [PATCH 1/2] chore: bump web to v7.2.0-beta.3 --- .woodpecker.env | 4 ++-- services/web/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index 1787c29a4b..486852afe4 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=8164194c83c78ea7c7010cb8b771b3c81d26a23f -WEB_BRANCH=ScharfViktor-patch-1 +WEB_COMMITID=e7537b3b1378f32267fc8e9f38ff12b318c4aba4 +WEB_BRANCH=main diff --git a/services/web/Makefile b/services/web/Makefile index 4c6273710a..09a1912e99 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.2.0-beta.2 +WEB_ASSETS_VERSION = v7.2.0-beta.3 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI From ef6218154956aa1b31e9d85d37d412277b2dcfc9 Mon Sep 17 00:00:00 2001 From: "v.scharf" Date: Tue, 16 Jun 2026 16:54:50 +0200 Subject: [PATCH 2/2] update commit --- .woodpecker.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.env b/.woodpecker.env index 486852afe4..e2ad1e7c9b 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=e7537b3b1378f32267fc8e9f38ff12b318c4aba4 +WEB_COMMITID=47a1cfb1dbda4479b88e831d089bfa54b1f4bb8d WEB_BRANCH=main