From 594c9bb2b64372902165873e1e8873bf9fd7c12e Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Wed, 20 May 2026 11:35:17 +0200 Subject: [PATCH] [decomposed] chore: bump web to v7.0.1 (#2791) --- .woodpecker.env | 2 +- pkg/version/version.go | 2 +- services/sharing/pkg/config/config.go | 4 ++-- services/web/Makefile | 2 +- tests/acceptance/expected-failures-decomposed-storage.md | 5 +++++ 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index 33b19535d6..ec7f1e9a12 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=909f9915b39cb736467d02a9afdc7e9bfa99de53 +WEB_COMMITID=9de6541fc8bb116fcc78b09da697563faa5e61bd WEB_BRANCH=main diff --git a/pkg/version/version.go b/pkg/version/version.go index 47767cdd12..31c7e1dfa8 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -34,7 +34,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 = "6.2.0+dev" + LatestTag = "7.0.0+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/sharing/pkg/config/config.go b/services/sharing/pkg/config/config.go index 2f3f7178ec..8f76ff81a8 100644 --- a/services/sharing/pkg/config/config.go +++ b/services/sharing/pkg/config/config.go @@ -104,8 +104,8 @@ type UserSharingJSONCS3Driver struct { // ServiceAccount is the configuration for the used service account type ServiceAccount struct { - ServiceAccountID string `yaml:"service_account_id" env:"OC_SERVICE_ACCOUNT_ID;SHARING_SERVICE_ACCOUNT" desc:"The ID of the service account the service should use. See the 'auth-service' service description for more details." introductionVersion:"%%NEXT%%"` - ServiceAccountSecret string `yaml:"service_account_secret" env:"OC_SERVICE_ACCOUNT_SECRET;SHARING_SERVICE_ACCOUNT_SECRET" desc:"The service account secret." introductionVersion:"%%NEXT%%"` + ServiceAccountID string `yaml:"service_account_id" env:"OC_SERVICE_ACCOUNT_ID;SHARING_SERVICE_ACCOUNT" desc:"The ID of the service account the service should use. See the 'auth-service' service description for more details." introductionVersion:"7.0.0"` + ServiceAccountSecret string `yaml:"service_account_secret" env:"OC_SERVICE_ACCOUNT_SECRET;SHARING_SERVICE_ACCOUNT_SECRET" desc:"The service account secret." introductionVersion:"7.0.0"` } type PublicSharingDrivers struct { diff --git a/services/web/Makefile b/services/web/Makefile index b7d66edb71..43eda45a3b 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.0.0 +WEB_ASSETS_VERSION = v7.0.1 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI diff --git a/tests/acceptance/expected-failures-decomposed-storage.md b/tests/acceptance/expected-failures-decomposed-storage.md index c275cd009f..9e8b56b330 100644 --- a/tests/acceptance/expected-failures-decomposed-storage.md +++ b/tests/acceptance/expected-failures-decomposed-storage.md @@ -342,6 +342,11 @@ _ocdav: api compatibility, return correct status code_ - [coreApiWebdavPreviews/previews.feature:264](https://github.com/opencloud-eu/opencloud/blob/main/tests/acceptance/features/coreApiWebdavPreviews/previews.feature#L264) - [coreApiWebdavPreviews/previews.feature:265](https://github.com/opencloud-eu/opencloud/blob/main/tests/acceptance/features/coreApiWebdavPreviews/previews.feature#L265) + +#### [500 when user tries to delete group from space](https://github.com/opencloud-eu/opencloud/issues/2799) + +- [apiSharingNg1/removeAccessToDrive.feature:145](https://github.com/opencloud-eu/opencloud/blob/main/tests/acceptance/features/apiSharingNg1/removeAccessToDrive.feature#L145) + ### Won't fix Not everything needs to be implemented for opencloud.