From 1f2f50f382eadd2537ecee3c0c2395e101e06a9f Mon Sep 17 00:00:00 2001 From: Julian Koberg Date: Fri, 7 Feb 2025 10:58:33 +0100 Subject: [PATCH] release 7.0.1 Signed-off-by: Julian Koberg --- .drone.env | 4 ++-- changelog/7.0.1_2025-02-07/update-web-to-v11.0.7.md | 6 ++++++ ocis-pkg/version/version.go | 2 +- services/web/Makefile | 2 +- sonar-project.properties | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 changelog/7.0.1_2025-02-07/update-web-to-v11.0.7.md diff --git a/.drone.env b/.drone.env index d4f6033e582..212e93c644a 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=264014d2f2a216de72114e5453cfa684ab275978 -WEB_BRANCH=stable-11.0 +WEB_COMMITID=fcad45acafde55a14c2b285bd4a373e113893bb7 +WEB_BRANCH=stable-11.0-correct diff --git a/changelog/7.0.1_2025-02-07/update-web-to-v11.0.7.md b/changelog/7.0.1_2025-02-07/update-web-to-v11.0.7.md new file mode 100644 index 00000000000..cb2c4499a48 --- /dev/null +++ b/changelog/7.0.1_2025-02-07/update-web-to-v11.0.7.md @@ -0,0 +1,6 @@ +Enhancement: Update Web to v11.0.7 + +- Bugfix [owncloud/web#12167](https://github.com/owncloud/web/pull/12167): Replace text editor: #12167 + +https://github.com/owncloud/ocis/pull/10978 +https://github.com/owncloud/web/releases/tag/v11.0.7 diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index 29b01b6fb5f..c95c16f515a 100644 --- a/ocis-pkg/version/version.go +++ b/ocis-pkg/version/version.go @@ -16,7 +16,7 @@ var ( // LatestTag is the latest released version plus the dev meta version. // Will be overwritten by the release pipeline // Needs a manual change for every tagged release - LatestTag = "7.0.0+dev" + LatestTag = "7.0.1+dev" // Date indicates the build date. // This has been removed, it looks like you can only replace static strings with recent go versions diff --git a/services/web/Makefile b/services/web/Makefile index 4a859b0781a..423505319b0 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v11.0.6 +WEB_ASSETS_VERSION = v11.0.7 include ../../.make/recursion.mk diff --git a/sonar-project.properties b/sonar-project.properties index 304aaf04360..365d7e0bbe4 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=owncloud_ocis sonar.organization=owncloud-1 sonar.projectName=ocis -sonar.projectVersion=7.0.0 +sonar.projectVersion=7.0.1 sonar.host.url=https://sonarcloud.io # =====================================================