From 9cc621a483af014c371fc073d9867e3835399cd1 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Fri, 27 Oct 2023 08:57:06 +0200 Subject: [PATCH] chore: bump web to v7.1.1 --- .drone.env | 4 ++-- changelog/unreleased/bump-web-7.1.1.md | 11 +++++++++++ services/web/Makefile | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 changelog/unreleased/bump-web-7.1.1.md diff --git a/.drone.env b/.drone.env index 9ca94b0524..d55b676dba 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=a26f7920d4ef8bf57488b18e451525d16e246e9e -WEB_BRANCH=stable-7.1 +WEB_COMMITID=5fec611688782cdf97fafa31993fe40018f6c132 +WEB_BRANCH=release-7.1.1 diff --git a/changelog/unreleased/bump-web-7.1.1.md b/changelog/unreleased/bump-web-7.1.1.md new file mode 100644 index 0000000000..80e5d3b0da --- /dev/null +++ b/changelog/unreleased/bump-web-7.1.1.md @@ -0,0 +1,11 @@ +Enhancement: Update web to v7.1.1 + +Tags: web + +We updated ownCloud Web to v7.1.1. Please refer to the changelog (linked) for details on the web release. + +## Summary +* Bugfix [owncloud/web#9833](https://github.com/owncloud/web/pull/9833): Resolving external URLs + +https://github.com/owncloud/ocis/pull/7601 +https://github.com/owncloud/web/releases/tag/v7.1.1 \ No newline at end of file diff --git a/services/web/Makefile b/services/web/Makefile index e5d7459a4c..af83767174 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.1.0 +WEB_ASSETS_VERSION = v7.1.1 include ../../.make/recursion.mk