From aa2f5d9667aefe8b5a7ca8f85cd293e0f1a19f0f Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 1 Jun 2026 14:17:49 +0200 Subject: [PATCH] chore: bump web to v7.1.0 --- .woodpecker.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index ec7f1e9a12..e5e3878dd4 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=9de6541fc8bb116fcc78b09da697563faa5e61bd +WEB_COMMITID=2cee98bb27fab223fc4ce2455f5483ce7767ff1a WEB_BRANCH=main diff --git a/services/web/Makefile b/services/web/Makefile index 43eda45a3b..ad48f3d5e6 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.1 +WEB_ASSETS_VERSION = v7.1.0 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI